Error Codes
The response_code field of every FX Rate API response uses the codes below.
| Response Code | Response Message | Description |
|---|---|---|
| 200 | Success | The request was processed successfully. |
| 11 | Failed | The request failed for a general reason. |
| 101 | System Error | An unexpected error occurred on the Baokim side. |
| 110 | Merchant Code Invalid | The merchant_code is missing, unknown or not allowed to use the FX Rate APIs. |
| 120 | Invalid Signature | The Signature header could not be verified. |
| 404 | Currency Pair Not Supported | The requested currency pair is not quotable for the Merchant. |
| 422 | Validation Error | One or more request fields are missing or invalid. |
| 423 | FX Rate Not Available | No reliable rate is available at request time (and it could not be refreshed from the source). |
| 429 | Too Many Requests | The Merchant exceeded the allowed number of calls per minute. Please try again later. |