GET
/
v1
/
payout
/
{id}
curl https://api-eu.sulpayments.ch/v1/payout/pyt_002 \
  -H "Authorization: Bearer {token}"
{
  "id": "pyt_002",
  "status": "done",
  "value": 5000.00
}

Headers

Authorization
string
required
Bearer {token}

Path

id
string
required
Payout identifier.

Response

id
string
status
string
One of processing, done, error, claimed.
value
number
curl https://api-eu.sulpayments.ch/v1/payout/pyt_002 \
  -H "Authorization: Bearer {token}"
{
  "id": "pyt_002",
  "status": "done",
  "value": 5000.00
}