API
Apple Pay
Request Apple Pay Session
1min
This section describes API endpoints related to the Apple Pay Web Merchant Registration feature which allows you to use Apple Pay without an Apple Developer account, to learn more please visit Apple Pay Web Merchant Registration.
To learn more about the field validation_url you can check this link here.
Request Apple pay session
POST
Request
Body Parameters
validation_url
required
String
A valid Apple Pay session initiation URL taken from onvalidatemerchant event.
display_name
required
String
A name that is displayed on the payemnt sheet, only ASCII is valid.
domain_name
required
String
The domain name for which Apple Pay session is needed.
publishable_api_key
optional
String
Your publishable API key, this is optional if you are using Basic Auth.
Updated 29 Feb 2024
Did this page help you?