You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing new Account Management APIs that allow partners to programmatically onboard merchants onto the Amazon Pay.
The createMerchantAccount - Provide merchant info through this API to create loginable account for your merchant partners. Client should expect either a success message or a detailed error message based on data validation and fulfillment.
The updateMerchantAccount - Updates a merchant account and store for the given Amazon merchantAccountId. Partners are only able to update fields which do not change the legal business entity itself.
The merchantAccountClaim - Initiates the merchant account claim process. Clients should expect a redirection response or a detailed error message based on data validation and fulfillment.