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