Posts

Post not yet marked as solved
2 Replies
2.5k Views
Hi,- I have a developer account with Apple- I have created the Payment Processing Certificate- I have done the merchant validation- I have created the Merchant Identity CertificateWhen I call the function 'session.onvalidatemerchant', visit the url: https://cn-apple-pay-gateway-tj-pod1.apple.com/paymentservices/startSession(event.validationURL), I received a error:{ "statusMessage": "Payment Services Exception merchantId=BECD61522C23F5C8200759A03B67E19730D3F6A03C7DDD1470D64B0DF6F28078 unauthorized to process transactions on behalf of merchantId=1BAE2D40CDB3552D32815FA54BFBDFBAFFE94047CC198087DB502A7C6F9448B1 reason=\"1BAE2D40CDB3552D32815FA54BFBDFBAFFE94047CC198087DB502A7C6F9448B1 is not a registered merchant in WWDR and isn't properly authorized via Mass Enablement, either.\"", "statusCode": "417"}But when I make the same request on a Chinese server, I received a successful result.I hope to get successful results on servers in the United States.Please help.ThanksFan
Posted
by BE123.
Last updated
.
Post not yet marked as solved
0 Replies
1k Views
This is the full error message on our website server we're receiving when I followed the steps at https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api/requesting_an_apple_pay_payment_session:HTTPSConnectionPool(host='apple-pay-gateway-cert.apple.com', port=443): Max retries exceeded with url: /paymentservices/startSession/paymentSession(Caused by SSLError(SSLError(336445449, u'[SSL] PEM lib (_ssl.c:2693)'),))And error message on my iPhone is:"Apple Pay Not Completed. This website was not able to complete the payment. Please try again."We are trying with the test card numbers from this page - https://developer.apple.com/apple-pay/sandbox-testing/
Posted
by BE123.
Last updated
.