Create a merchant-session (Apple Pay)
POST {{url}}payment-methods/apple-pay/session
For every new Apple Pay payment request you receive a session object. You must validate your merchant identity in order to generate the merchant-session.
https://docs.acquired.com/docs/apple-pay-on-web
You must add your domain in the Acquired.com Hub (https://qahub.acquired.com) before using this request.
Request Body
{"domain"=>"store.mydomain.com", "display_name"=>"myStore", "validation_url"=>"https://apple-pay-gateway.apple.com/paymentservices/startSession"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Company-Id | null | Unique ID assigned by Acquired.com for your company. |