Skip to main content
POST
/
v1
/
payouts
cURL
curl --request POST \
  --url https://api.afficone.com/v1/payouts \
  --header 'Content-Type: application/json-patch+json' \
  --header 'X-Affi-Key: <api-key>' \
  --data '
{
  "affiliate": "<string>",
  "amount": 123,
  "payoutMethod": "<string>",
  "details": "<string>"
}
'

Authorizations

X-Affi-Key
string
header
required

Body

affiliate
string
required
Minimum string length: 1
amount
number<double>
required
payoutMethod
string
required
Minimum string length: 1
details
string | null
Maximum string length: 512

Response

200

OK