Check Payment
Method
GET https://api.ninjapay.me/webextension/api/v1/fiat/realtime-payment-link/link/payment-check/:id
Parameters
Response - 200
{
"status": true,
"data": {
"trxStatus": "FAILED",
"payload": {}
},
"message": "Looks like you have abandoned the payment. Please try again to complete the payment."
}Response - 400
{
"status": true,
"data": {
"trxStatus": "FAILED",
"payload": {}
},
"message": "Looks like you have abandoned the payment. Please try again to complete the payment."
}Code Example
Last updated