Single order Id trx list
Method
GET https://api.ninjapay.me/webextension/api/v1/fiat/realtime-payment-link/link/trx/:idResponse
{
"status": true,
"data": {
"id": 9,
"brand_color": "#ff9c1405",
"accent_color": "#ffe52d2d",
"currency": "INR",
"enable_tips": true,
"redirect_url": "https://www.ninjapay.me",
"is_dark_theme": true
},
"message": "Template details"
}Code Example
Last updated