Contains payment source information for vaulted shoppers
Request
Property Name | Type | Required | Description |
---|---|---|---|
creditCardInfo | array | Optional | Array containing the following for each payment source (there may be multiple payment sources): billingContactInfo object optional creditCard object pfToken string - Required if using Hosted Payment Fields. Do not include credit-card resource if using this token. Relevant only for Create Vaulted Shopper and Update Vaulted Shopper.status string Enter D to delete the card from the shopper.Note: If 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. |
sepaDirectDebitInfo | array | Optional | Array of objects containing sepaDirectDebitInfo properties. |
ecpInfo | object | Optional | Contains information about the ACH/ECP account. See ecpInfo. Note: This is deprecated as of API v3.0. |
Response
Property Name | Type | Description |
---|---|---|
creditCardInfo | array | Array containing the following for each payment source (there may be multiple payment sources): billingContactInfo object optional creditCard object processingInfo object* dateCreated string The date the payment method was saved to the vaulted shopper.timeCreated string The time (PST) the payment method was saved to the vaulted shopper. |
ecpDetails | array | Array containing the ecp detail properties. See ecpDetails. |
sepaDirectDebitInfo | array | Array of objects containing sepaDirectDebitInfo properties. |
ecpInfo | object | Contains information about the ACH/ECP account. See ecpInfo. Note: This is deprecated as of API v3.0. |