Apple Pay merchant validation and payment token processing.
Apple Pay
Pay with Apple Pay payment token
post /api/apple-pay/payment
Request Schema
paymentToken required
Type
objectLoading...
amount
Type
stringLoading...
customerChosenAmount
Type
stringLoading...
tax
Type
stringLoading...
sealedResult
Type
stringLoading...
email
Type
stringLoading...
phone
Type
stringLoading...
firstName
Type
stringLoading...
lastName
Type
stringLoading...
billing
Type
objectLoading...
shipping
Type
objectLoading...
customFields
Type
objectExample
[object Object]Loading...
Example Request
Example Response
200 Payment processed successfully
400 Bad Request
401 Unauthorized
409 Session token already used
417 Expectation Failed
500 Server error
Validate a merchant who is about to use apple pay
post /api/apple-pay/validate-merchant
Request Schema
domain required
Type
stringLoading...
checkoutName required
Type
stringLoading...
Example Request
Example Response
200 Merchant validated successfully
400 Bad Request
401 Unauthorized
417 Expectation Failed
500 Server error