Search adds payment error

An Issue Occurred Your request couldn’t be completed. Would you like to try again?

I have available only 100 USD on my card. Is there any issue like tax/vat related to which possible reason for the error?

Replies

I had the same issue, and it appeared I entered a wrong expiration date. When I entered the right info and tried again, it was still showing an error, but this time the reason was different. When I opened the inspector I saw the following error message from apple's API:

{
    "error": {
        "errorMsg": "You're allowed three credit or debit card change attempts in 24 hours. You must wait 24 hours before attempting to register a new card.",
        "errorCode": "2047",
        "internalErrorCode": "TORO-API-CC-CC008"
    },
    "requestID": "80EBE0F34F05AE9B67FEE3C8EED1F023_1650370261104",
    "status": "error"
}

The error message is quite self-explanatory.. :)