Check Issue Status

This endpoint helps to get the status of a transaction issue

POST https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/GetFix

Query Parameter

partner_order_id

String

The partner order ID to get it issue status.

Response Body

{
    ...
    data: {
         partner_order_id: string, 
         status: string - INIT | PENDING | COMPLETED
    }

}

Callback Payload

{
         partner_order_id: string, 
         message: string,
         status: string - INIT | PENDING | COMPLETED
}

Last updated

Was this helpful?