Error Code Message

Code
Message

api_key_expired

Your api key has expired.

authentication_required

You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. ‘Authorization: Bearer YOUR_SECRET_KEY’).

expired_card

Card already expired.

invalid_cvc

The CVC provided is not valid.

invalid_card_type

The card type provided is not valid.

invalid_number

The card number is not valid please provide a valid card number.

token_creation_failed

We cannot create the token right now please try again later.

card_creation_failed

We cannot store the card rigth now please try again later.

parameter_invalid

The parameter %s is not valid.

parameter_invalid_empty

The parameter %s is empty.

parameter_invalid_string_blank

The parameter %s is blank.

parameter_invalid_string_empty

The parameter %s is empty.

parameter_missing

The parameter %s is missing.

processing_error

An error occurred while processing your request.

rate_limit

You reach the rate limit for today please try again later.

secret_key_required

The secret key is required to execute this action.

token_already_used

The token you are try to use was already used.

token_in_use

The token you provide is already in use.

resource_missing

Could not find the requested %s.

account_already_exist

Account already exist.

media_type

Invalid request: unsupported Content-Type %s.

Last updated