v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBApple Pay
Create an Apple Pay web session
Request a new Apple Pay web session. Use this endpoint if you process Apple Pay on the web and:
- you want to rely on Ryft's Apple Pay processing certificate
- have an existing integration or want to implement Apple Pay via our API (without using our SDKs)
post/apple-pay/sessions
Headers
Accountstring
Example:ac_3fe8398f-8cdb-43a3-9be2-806c4f84c327
The linked accountId (use this if you are processing Apple Pay directly under a sub account's registered Apple Pay domain)
Request body
Example request
{
"displayName": "Ryft Merchandise",
"domainName": "ryftpay.com"
}Response
Apple Pay session successfully created
Example response
{
"sessionObject": "..."
}