amzn / amazon-pay-sdk-php

Amazon Pay PHP SDK

Home Page:https://pay.amazon.com/documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[jp]different from the URL of the sandbox

pyama86 opened this issue · comments

hi!
Thank you ask them always so convenient to use.
Somehow seems url of Japan only sandbox is different.

https://github.com/amzn/login-and-pay-with-amazon-sdk-php/blob/master/PayWithAmazon/Client.php#L1550

% dig api.sandbox.amazon.co.jp +short
not found
% dig api-sandbox.amazon.co.jp +short
54.240.249.108

But it is also possible to fix the code, i wrote the issue because I thought there if be changed A record is good.

Confirmation Regards

Confirmed this is not working as expected. Looks like we might be missing a CNAME record to point api.sandbox.amazon.co.jp -> api-sandbox.amazon.co.jp.

All other region endpoints (.de, .com, .co.uk) have the CNAME record.

We'll dig into this and report back.

Thank you @pyama86. I have opened an internal ticket to try to resolve this.

It is certainly CNAME even looks good.
Keep waiting for the corresponding completion.
Thank you!

@pyama86 Thanks for calling this out. The CNAME entry has been created. I'm closing this issue. Please reopen if you see any further issues.

thank you!

This is still an issue. Reopening until resolved.

I understand. waiting for resolution

This is finally resolved! Sorry for the extended delay here!

% dig api.sandbox.amazon.co.jp +short
api-sandbox.amazon.co.jp.
54.240.251.102

and, ssl certificate was able to verify!

thank you!