Contains payment information for subscriptions
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 | object | Required for credit cards | Object containing the following: billingContactInfo _object optional creditCard _object _ pfToken _string* - Required if using Hosted Payment Fields. Do not include creditCard object if using this token. |
ecpInfo | object | Required for ACH/ECP | See ecpInfo. |
sepaDirectDebitInfo | object | Required for SEPA Direct Debit | See sepaDirectDebitInfo. |
wallet | object | Required for Apple Pay and Google Pay™ | See wallet. |
Response
Property Name | Type | Description |
---|---|---|
acssDirectDebitInfo | array | Array of objects containing acssDirectDebitInfo properties. |
becsDirectDebitInfo | array | Array of objects containing becsDirectDebitInfo properties. |
creditCardInfo | object | Object containing the following: _ billingContactInfo _object* _ creditCard _object* |
ecpInfo | object | See ecpInfo. |
sepaDirectDebitInfo | object | See sepaDirectDebitInfo. |
wallet | object | See wallet. |