POST
/
payin
/
check-qr-status
Check QR payment status and get payin order details
curl --request POST \
  --url https://48x2gpzu9b.execute-api.ap-south-1.amazonaws.com/v1/payin/check-qr-status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "finflex_test_6868706820",
  "ref_id": "QXCtRyzcsJp91752058602",
  "slug": "QXCtRyzcsJp9"
}'
{
  "payin_order": {},
  "typof": {}
}

Authorizations

Authorization
string
header
required

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

Headers

x-client-id
string

Finflex client ID (starts with finflex_test_ or finflex_live_)

x-client-secret
string

Finflex client secret

Body

application/json

Response

200
application/json

Status and payin order details returned

The response is of type object.