Log Issue
This endpoint helps to get the issue log of a transaction
Last updated
This endpoint helps to get the issue log of a transaction
POST https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/Fix
Request Bodypartner_order_id
String
The partner order ID to get it issue log.
partner_callback_url
String
The callback url to get response.
{
"partner_order_id": "xxx",
"partner_callback_url": "https://xxxxx"
}{
"success"
}{
"Error"
}Last updated