Revoke Voucher Request
Revoke an entire voucher request using the transaction ID.
Method
GET https://api.ninjapay.me/lapi/v1/revokeVoucher
Parameters
tid: string // the transaction ID of the voucher request.
Response
{
"status": true,
"data": {
"tid": "19B8660NAN97",
"revoked": true,
"revoked_at": 2014912928,
},
"message": "",
}
Code Example
Last updated