Discussion

Ask a Question
Back to All

Is there a set of testing credit card details or testing credentials available for use with testing accounts?

Is there a set of testing credit card details or testing credentials available for use with testing accounts? I'm encountering an issue when attempting to add card details in Postman, and I received the following error

{
"timestamp": "2023-10-31T10:07:04.881855518Z",
"requestId": "fd43a695-7b99-4c35-a383-5b44fd56726d",
"path": "/raas/v2/creditCards",
"httpCode": 401,
"httpPhrase": "Unauthorized",
"errors": [
{
"code": 402051,
"i18nKey": "402.051",
"message": "There was an error authorizing the card. Please check your card details and try again. If you need assistance, please write to [email protected]."
}
]
}

The 'creditCard' details I attempted to use were:

{
"expiration": "2025-12",
"number": "1111-1111-1111",
"verificationNumber": "111"
}