Set up Apple Pay for your application.
Apple Pay is currently only available for the Sync API.
Support for the Sell Anything API is in progress.
https://<MERCHANT_DOMAIN>/.well-known/apple-developer-merchantid-domain-association.txt
When using Rye Pay, update the init
method to include the following:
cartId
or variantId
is required. If both are provided, cartId
is selected.displayShippingAddress
if you want users to change shipping address and select shipping options on the Apple Pay sheet.applePayButtonStyles
is optional and can be used to customize the Apple Pay button.Add the following snippet to where you’d like to display the Apple Pay button:
Please ensure you are testing on a Safari browser or your iPhone to see the Apple Pay button. The Apple Pay button will not be visible on any other browser.
To understand what kind of payment was made via Rye Pay, you can do the following:
Set up Apple Pay for your application.
Apple Pay is currently only available for the Sync API.
Support for the Sell Anything API is in progress.
https://<MERCHANT_DOMAIN>/.well-known/apple-developer-merchantid-domain-association.txt
When using Rye Pay, update the init
method to include the following:
cartId
or variantId
is required. If both are provided, cartId
is selected.displayShippingAddress
if you want users to change shipping address and select shipping options on the Apple Pay sheet.applePayButtonStyles
is optional and can be used to customize the Apple Pay button.Add the following snippet to where you’d like to display the Apple Pay button:
Please ensure you are testing on a Safari browser or your iPhone to see the Apple Pay button. The Apple Pay button will not be visible on any other browser.
To understand what kind of payment was made via Rye Pay, you can do the following: