Appearance
Statuses
0 – Success3 – Maintenance is in process5 – Invalid amount303 – Order not found
+1 – Custom error message from merchant service provider. Merchants can send their custom message like {"statusText": "monthly_limit_exceeded"}
json
{
"jsonrpc": "2.0",
"id": 1234567,
"result": {
"status": "+1",
"statusText": "monthly_limit_exceeded"
}
}