CRM Open API DocumentationCRM Open API Documentation
REST API
Webhooks
PSP Open API
External Exchange Rates
REST API
Webhooks
PSP Open API
External Exchange Rates
  • PSP Open API Introduction
  • Signature Algorithm
  • API Specifications

    • 1. PSP Get Payment URL
    • 2. PSP Payment Callback
  • Errors

PSP API Errors

Sample Error Response

{
  "error": true,
  "code": 400,
  "type": "psp_token_invalid"
}

Error Types

NameDescription
psp_token_invalidInvalid or missing psp token, or failed to verify signature.
deposit_method_not_foundDeposit method not found. Please configure deposit settings first.
psp_setting_not_foundPSP setting is missing or not configured.
payment_not_foundPayment order does not exist.
payment_status_not_pendingOrder status has changed and is no longer pending.
payment_request_existsA payment request already exists for this order.
payment_status_not_allowedPayment status is invalid or abnormal.
payment_amount_not_allowedPayment amount is invalid or abnormal.
payment_currency_not_allowedPayment currency is invalid or not supported.
Last Updated:: 10/16/24, 7:13 AM