Payouts
Create Payout
Payouts
Create Payout
POST
/
v1
/
payouts
curl --request POST \
--url https://api.afficone.com/v1/payouts \
--header 'Content-Type: application/json-patch+json' \
--data '{
"affiliate": "<string>",
"amount": 123,
"payoutMethod": "<string>",
"details": "<string>"
}'
Body
Response
200
OK
Was this page helpful?
curl --request POST \
--url https://api.afficone.com/v1/payouts \
--header 'Content-Type: application/json-patch+json' \
--data '{
"affiliate": "<string>",
"amount": 123,
"payoutMethod": "<string>",
"details": "<string>"
}'