Skip to main content
POST
/
payments
/
payin_status
Get Payin Status
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>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Request schema for payin status check.

payment_id
string
required

Payment id generated by payzio

Response

Successful Response

Response schema for payin status check.

status
string
required

Transaction status

money
MoneyResponse · object
required

Transaction amount and currency