Payout chimoney.

This endpoint allows you to make payouts with Chimoney.

📘

chimoneys is required

Check out the Knowing The API section of the documentation for more information.

Payout with Chimoney is done via two methods either by email or twitter handle

Example Object Format

{
    "chimoneys": [
        {
            "email": "[email protected]",
            "valueInUSD": 1
        },
        {
            "twitter": "@TWITTERNAME",
            "valueInUSD": 1
        }
    ]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!