cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/billings/affiliates/payments \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "invoice_ids": [ 1, 2, 3 ] } '
Trigger payments for one or more partner invoices. Creates a payment batch that processes the specified invoices.
The Everflow API key generated from the Control Center > Security.
Array of invoice IDs to include in the payment batch.
Payment batch created successfully.
Was this page helpful?