Skip to content

The Card Issuing API uses standard HTTP status codes and JSON error responses.

{
  "code": 400,
  "message": "Bad request"
}

Common status codes

StatusMeaning
400The request body, query, or path parameter is invalid.
401The request is not authenticated.
403The customer, partner, or current state does not allow the requested action.
404The requested customer, account, card, topup, transaction, or KYC resource was not found.
409The requested state transition conflicts with current resource state.
500xMoney could not process the request due to an internal error.

Do not retry 4xx responses without changing the request or customer state. Retry transient 5xx responses according to your integration retry policy.