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
String
required
A valid Apple Pay session initiation URL taken from onvalidatemerchant event.
display_name
String
required
A name that is displayed on the payemnt sheet, only ASCII is valid.
domain_name
String
required
The domain name for which Apple Pay session is needed.
publishable_api_key
String
optional
Your publishable API key, this is optional if you are using Basic Auth.
Curl
Node.js
JS
Python
Ruby
Responses
200
400