/

to search

Introducing Setu Changelog Check it out ↗

#Check status

MethodGET
Path/merchants/payments/product-instances/{id}/last
HeadermerchantId
Authorization: Bearer <insert_token_here>. Generate this token using OAuth or JWT.

Content-Type—will be application/json

#Sample response

{
"amount": 10000,
"createdAt": "2023-09-04T12:08:20+0530",
"currency": "INR",
"customerAccountType": "savings",
"customerVpa": "test-auto-tyvmm59i9b@pineaxis",
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"merchantId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"merchantReferenceId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"merchantVpa": "test-auto-beibfev2oq@pineaxis",
"productInstanceId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"reason": {
"code": "unable-to-fulfill-request",
"desc": "unable-to-fulfill-request",
"npciErrCode": "YG",
"npciErrDesc": "MERCHANT ERROR (PAYEE PSP)",
"npciRespCode": "YG",
"npciRespDesc": "MERCHANT ERROR (PAYEE PSP)"
},
"refId": "1240689979139556558",
"rrn": "124068997913",
"status": "initiated",
"txnId": "SETmBZkQOV0M7wyyP1V4PIFhRSzW5eSjmYI",
"txnNote": "testpay"
}
Check status API