cURL
curl --request POST \ --url https://staging.payzio.org/payments/payin_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 payin transaction from internal records.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request schema for payin status check.
Payment id generated by payzio
Successful Response
Response schema for payin status check.
Transaction status
Transaction amount and currency
Show child attributes
Transaction amount
Transaction currency