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.
API Reference
Update a payout’s status or metadata
cURL
curl --request PUT \ --url https://api.example.com/api/payouts/{id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "status": "<string>", "provider_metadata": {} } '
{ "id": "pay_abc123", "status": "processing" }
processing
completed
failed
cancelled