Check Paywall
Method
POST https://api.ninjapay.me/webextension/api/v1/fiat/paywall/trx-status
Parameter
Request body
Body (application/json)
{
"order_id":"FT_RTPL_SOxhqQxplFGgtuopkzHIBg" // transaction order id
}Response
{
"status": true,
"data": {
"trxStatus": "SUCCESS",
"payload": {
"price": "1",
"title": "27 July Trailer",
"content": "",
"content_type": "URL",
"hide_url": false,
"currency": "INR",
"extras": {}
}
},
"message": "Received payment"
}Code Example
Last updated