Ecommerce Integration Type: API only.
The call works fine on sandbox but gives the following response on production:
{ "message": "500 Internal Server Error", "error": { "type": "api_error", "code": "processing_error", "message": "An error occurred while processing the token request." } }
No reason for the error is provided. The "apikey" as a header and the card object to be tokenized are correctly set and sent and a source token is returned on sandbox as mentioned earlier.
Are there any app permissions or anything along those lines that I could be missing?