Contains information needed to launch a wallet payment page and returns the shopper details from the wallet.
Includes the following properties, depending on if it is for Apple Pay on the web or Visa Checkout:
Apple Pay
Request - Create Wallet
Property Name | Type | Required | Description |
|---|---|---|---|
| string | Required | Wallet type. |
| string | Required | The URL used to validate the merchant's server. Value is extracted from |
| string | Required | Merchant's registered domain. |
| string | Optional | The name displayed on Touch Bar of newer Macs. Maximum 64 characters. |
Request - Onboard Apple Pay
Property Name | Type | Required | Description |
|---|---|---|---|
| string | Required | Wallet type. |
| object | Required | Object containing:
Note: Do not include |
Request - Update Apple Pay Onboarding Information
Property Name | Type | Required | Description |
|---|---|---|---|
| string | Required | Wallet type. |
| object | Required | Object containing:
Note: Do not include |
Response - Create Wallet
| Property Name | Type | Description |
|---|---|---|
walletType | string | Wallet type. |
walletToken | string | Token for the wallet. |
Response - Update & Retrieve Apple Pay Onboarding Information
Property Name | Type | Description |
|---|---|---|
| string | Wallet type. |
| object | Object containing:
|
Visa Checkout
Request - Create Wallet
Property Name | Type | Required | Description |
|---|---|---|---|
| string | Required | Wallet type. |
| string | Required | The ID returned from Visa Checkout on success event. |
Response - Create Wallet
Property Name | Type | Description |
|---|---|---|
| long | ID associated with this wallet resource. |
| string | Shopper's first name. |
| string | Shopper's last name. |
| string | Shopper's email. |
| string | Shopper's country code. |
| string | Shopper's phone number. |
| object | Contains creditCard properties. |
| object | Container of billingContactInfo properties. |
| object | Container of shippingContactInfo properties. |
Response - Retrieve Wallet
Property Name | Type | Description |
|---|---|---|
| string | Shopper's first name. |
| string | Shopper's last name. |
| string | Shopper's email. |
| string | Shopper's country code. |
| string | Shopper's phone number. |
| object | Container of creditCard properties. |
| object | Container of billingContactInfo properties. |
| object | Container of shippingContactInfo properties. |