Check Issue Status

This endpoint helps to get the status of a transaction that has been logged for resolution

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

Query Parameter

Name
Type
Description

partner_order_id

String

The partner order ID of the transaction

Response Body

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

}

Last updated