Log Issue
This endpoint helps merchant send us transactions that need resolution via API for auto-fixing.
Request Body
Request Body Sample
{
"partner_order_id": "xxx",
"partner_callback_url": "https://xxxxx"
}{
}
{
"Error"
}//Callback sent to your callback url
{
...
data: {
partner_order_id: string,
status: string - INIT | PENDING | COMPLETED
}
}Last updated