post https://api.chimoney.io/v0.2/payouts/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
}
]
}