checkout/checkout-sdk-net

Apple pay signing requests API in sandbox returns 404

Closed this issue · 3 comments

Apple pay signing requests API in sandbox returns 404

Sandbox environment

Trying to call https://api.sandbox.checkout.com/applepay/signing-requests returning 404.

  1. 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'

  1. 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;

Hi @sauravmaiti22
You might need to reach out to your customer support, given that this API might not be available in Sandbox.

Anything else that we can help?

I got it to work by using the public key instead of secret key. Thanks.