Contains information needed to launch a wallet payment page and returns the shopper details from the wallet.
Includes the following properties:
Apple Pay
Request - Create Wallet
| Property Name | Type | Required | Description |
|---|---|---|---|
wallet-type | string | Required | Wallet Type. Value must be APPLE_PAY. |
validation-url | string | Required | The URL used to validate the merchant's server. Value is extracted from Apple Pay JS. See Apple Pay Guide. |
domain-name | string | Required | Merchant's registered domain. |
display-name | string | Optional | The name displayed on Touch Bar of newer Macs. Maximum 64 characters. |
Request - Onboard Apple Pay
| Property Name | Type | Required | Description |
|---|---|---|---|
wallet-type | string | Required | Wallet type. Value must be APPLE_PAY. |
apple-pay | container | Required | Contains:
|
Request - Update Apple Pay Onboarding Information
wallet-type | string | Required | Wallet type. Value must be APPLE_PAY. |
apple-pay | container | Required | Contains:
https:// in the domain name |
Response - Create Wallet
| Property Name | Type | Description |
|---|---|---|
wallet-type | string | Wallet type. |
wallet-token | string | Token for the wallet. |
Response - Update & Retrieve Apple Pay Onboarding Information
| Property Name | Type | Description |
|---|---|---|
wallet-type | string | Wallet type. |
apple-pay | container | Contains:
|
