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...
Example Request
Example Response
200 Payment processed successfully
400 Bad Request
401 Unauthorized
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