Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.referralful.com/v1/commissions/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 123 }'
{ "id": "<string>", "object": "commission", "currency": "<string>", "amount": 123, "due_at": "2023-11-07T05:31:56Z", "paid_at": "2023-11-07T05:31:56Z", "campaign_id": "<string>", "affiliate_id": "<string>" }
Use your API secret as the username, with an empty password.
pending
due
paid
void
OK
"commission"
Amount in cents.