Skip to main content
GET
/
v1
/
{tenantUUID}
/
market
/
payoutmethod
Get Current Payout Method
curl --request GET \
  --url https://apigw.ipxo.com/billing/v1/{tenantUUID}/market/payoutmethod \
  --header 'Authorization: Bearer <token>'
{
  "type": "string",
  "details": [
    {}
  ],
  "cycle": 0,
  "minimal_amount": 0
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantUUID
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$

Response

Payout Method

type
string
details
any[]
cycle
integer
minimal_amount
number<float>