Apple pay signing requests API in sandbox returns 404
Closed this issue · 3 comments
sauravmaiti22 commented
Apple pay signing requests API in sandbox returns 404
Sandbox environment
Trying to call https://api.sandbox.checkout.com/applepay/signing-requests returning 404.
- Used the following command to do a post request:
curl -i -X POST
https://api.sandbox.checkout.com/applepay/signing-requests
-H 'Authorization: YOUR_API_KEY_HERE'
- Got the following response:
HTTP/2 404
date: Fri, 11 Nov 2022 13:00:16 GMT
content-length: 0
strict-transport-security: max-age=16000000; includeSubDomains; preload;
a-ibarra commented
Hi @sauravmaiti22
You might need to reach out to your customer support, given that this API might not be available in Sandbox.
a-ibarra commented
Anything else that we can help?
sauravmaiti22 commented
I got it to work by using the public key instead of secret key. Thanks.