Expiry List
Get the list of expiry value to pass while creating real time payment links.
Method
POST https://api.ninjapay.me/webextension/api/v1/fiat/realtime-payment-link/link/expiry-list
Response
{
"status": true,
"data": [
{
"id": 1,
"name": "No Expiry"
},
{
"id": 2,
"name": "Monthly"
},
]
"message": "List of expiry!"
}Code Example
Last updated