Skip to main content
GET
/
affiliates
/
billing
Get Billing Info
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>"
}

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json

OK

payment_method
string

Configured payment method.

payment_terms
string

Payment terms (e.g. Net 30, Net 60).

minimum_payout
number

Minimum payout threshold.

currency_id
string

Currency code for billing.