cURL
curl --request GET \ --url https://api.eflow.team/v1/affiliates/billing \ --header 'X-Eflow-Api-Key: <api-key>'
{ "payment_method": "<string>", "payment_terms": "<string>", "minimum_payout": 123, "currency_id": "<string>" }
Returns the billing configuration for the authenticated affiliate’s account. Includes payment method, payment terms, and billing cycle details.
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
OK
Configured payment method.
Payment terms (e.g. Net 30, Net 60).
Minimum payout threshold.
Currency code for billing.
Was this page helpful?