paymentSources

Contains payment source information for vaulted shoppers

Request

Property NameTypeRequiredDescription
acssDirectDebitInfoarrayOptionalArray of objects containing acssDirectDebitInfo properties.
becsDirectDebitInfoarrayOptionalArray of objects containing becsDirectDebitInfo properties.
creditCardInfoarrayOptionalArray containing the following for each payment source (there may be multiple payment sources):_creditCardobjectNote: If status is included in the request, specify the card to be deleted by including cardType and cardLastFourDigits within creditCard.
ecpDetailsarrayOptionalArray containing the ecp detail properties. See ecpDetails.
ecpInfoobjectOptionalContains information about the ACH/ECP account. See ecpInfo.Note: This is deprecated as of API v3.0.
payByBankInfoarrayOptionalArray containing the following information about Pay by Bank payment sources:
  • payByBank object.
  • billingContactInfo object. Required with payByBank object.
  • (Optional) Metadata about the payment source, including when it was created and modified.
sepaDirectDebitInfoarrayOptionalArray of objects containing sepaDirectDebitInfo properties.

Response

Property NameTypeDescription
acssDirectDebitInfoarrayArray of objects containing acssDirectDebitInfo properties.
becsDirectDebitInfoarrayArray of objects containing becsDirectDebitInfo properties.
creditCardInfoarrayArray containing creditCardIInfo properties along with the following for each payment source (there may be multiple payment sources):_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.
ecpDetailsarrayArray containing the ecp detail properties. See ecpDetails.
ecpInfoobject

Contains information about the ACH/ECP account. See ecpInfo.

Note: This is deprecated as of API v3.0.

payByBankInfoarrayArray of payByBankInfo objects.
sepaDirectDebitInfoarrayArray of objects containing sepaDirectDebitInfo properties.