cURL
curl --request GET \ --url https://api.truust.io/2.0/payouts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "/2.0/payouts/789", "reference": "<string>", "type": "<string>", "status": "CREATED", "provider": {}, "created_at": "2023-11-07T05:31:56Z", "confirmed_at": "2023-11-07T05:31:56Z", "denied_at": "2023-11-07T05:31:56Z", "connections": {} }
Use your account's Secret Key as the Bearer token.
Payout ID.
Payout details
"/2.0/payouts/789"
Payout method type (e.g. WALLET, ACCOUNT, BANKWIRE).
WALLET
ACCOUNT
BANKWIRE
CREATED
CONFIRMED
DENIED
CANCELLED
Hypermedia links to related resources.
Show child attributes