We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the integration guide on handling IPN notifications: https://amazonpaycheckoutintegrationguide.s3.amazonaws.com/amazon-pay-checkout/set-up-instant-payment-notifications.html#ipn-types
Chargeback notification can be initiated, but the only way to handle it is:
Look up chargeback details in Seller Central using the chargePermissionId
This is inconsistent with v1 API, where chargeback information was normally included in IPN.
Therefore I believe that chargeback object get method is clearly missing in v2 API.
The text was updated successfully, but these errors were encountered:
Two weeks passed and no reaction.
Sorry, something went wrong.
Thanks for the heads up. We are looking into it
No branches or pull requests
Following the integration guide on handling IPN notifications:
https://amazonpaycheckoutintegrationguide.s3.amazonaws.com/amazon-pay-checkout/set-up-instant-payment-notifications.html#ipn-types
Chargeback notification can be initiated, but the only way to handle it is:
This is inconsistent with v1 API, where chargeback information was normally included in IPN.
Therefore I believe that chargeback object get method is clearly missing in v2 API.
The text was updated successfully, but these errors were encountered: