Skip to content

Statuses

0 – Success
3 – Maintenance is in process
5 – Invalid amount
303 – 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"
   }
}