cURL
curl --request POST \ --url https://staging.payzio.org/payments/payout_status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "payment_id": "<string>" } '
{ "status": "<string>", "money": { "amount": 123, "currency": "<string>" } }
Get the status of a payout transaction from internal records.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request schema for payout status check.
Payment id generated by payzio
Successful Response
Response schema for payout status check.
Transaction status
Transaction amount and currency
Show child attributes
Transaction amount
Transaction currency