Check Issue Status
This endpoint helps to get the status of a transaction that has been logged for resolution
Query Parameter
Name
Type
Description
Response Body
{
...
data: {
partner_order_id: string,
status: string - INIT | PENDING | COMPLETED
}
}{
"Error"
}Last updated