Contains payment source information for vaulted shoppers
Request
| Property Name | Type | Required | Description |
|---|---|---|---|
acssDirectDebitInfo | array | Optional | Array of objects containing acssDirectDebitInfo properties. |
becsDirectDebitInfo | array | Optional | Array of objects containing becsDirectDebitInfo properties. |
creditCardInfo | array | Optional | Array containing the following for each payment source (there may be multiple payment sources):
status is included in the request, specify the card to be deleted by including cardType and cardLastFourDigits within creditCard. |
ecpDetails | array | Optional | Array containing the ecp detail properties. See ecpDetails. |
ecpInfo | object | Optional | Contains information about the ACH/ECP account. See ecpInfo.Note: This is deprecated as of API v3.0. |
payByBankInfo | array | Optional | Array containing the following information about Pay by Bank payment sources:
|
sepaDirectDebitInfo | array | Optional | Array of objects containing sepaDirectDebitInfo properties. |
Response
| Property Name | Type | Description |
|---|---|---|
acssDirectDebitInfo | array | Array of objects containing acssDirectDebitInfo properties. |
becsDirectDebitInfo | array | Array of objects containing becsDirectDebitInfo properties. |
creditCardInfo | array | Array containing creditCardIInfo properties along with the following for each payment source (there may be multiple payment sources):
|
ecpDetails | array | Array containing the ecp detail properties. See ecpDetails. |
ecpInfo | object | Contains information about the ACH/ECP account. See ecpInfo. Note: This is deprecated as of API v3.0. |
payByBankInfo | array | Array of payByBankInfo objects. |
sepaDirectDebitInfo | array | Array of objects containing sepaDirectDebitInfo properties. |
