Contains the information required to process a transaction with an alternative payment method
Request
Property Name | Type | Required | Description |
|---|---|---|---|
| object | Required for Pre-Authorized Debit Transaction | |
| decimal | Required | Amount to be charged in the transaction, including decimal points. Note: The maximum limit for SEPA Direct Debit transactions is 24,999 EUR. |
| boolean | Required for ACH (ECP) and SEPA Direct Debit transactions. | Value must be true. Pass this parameter to indicate that you have obtained the shopper's permission to debit their account. For ACH transactions, you must obtain permission from the shopper to debit their account, for example by showing a checkbox with the following wording on your checkout page. "I authorize this Electronic Check (ACH) transaction and agree to this debit of my account." For SEPA Direct Debit transactions, you must obtain the shopper's acceptance of the SEPA Direct Debit Mandate. |
| object | Required for BECS Direct Debit Transaction | |
| string | Required | Currency code (ISO 4217) of the amount to be charged. See Currency codes. |
| object | Required for ACH (ECP) transactions if | See ecpTransaction. |
| string | Optional | Merchant's unique ID for a new transaction. Between 1-50 characters. Special characters are not recommended. |
| object | Optional | See payerInfo. |
| object | Required for PayPal transactions. | See paypalTransaction. |
| string | Required for ACH (ECP) transactions if you're using the Secured Payment Collector. | Secured Payment Collector token. |
| string | Optional | The product description that will appear in IPNs, emails, and the Control Panel. |
| object | Required for SEPA Direct Debit transactions | |
| string | Optional | Description of the transaction, which appears on the shopper's credit card statement. Maximum 20 characters. |
| string | Optional | Unique ID for the tax quote. Refer to the Taxes guide for further details. |
| string | Optional Applicable to PayPal transactions. | PayPal transactions Can be up to 500 characters. |
| object | Optional | See transactionFraudInfo. |
| object | Optional | See transactionMetaData. |
| integer | Optional | ID of an existing vaulted shopper. |
| object | Required for Marketplace vendors. | See vendorsInfo. |
Response
Property Name | Type | Description |
|---|---|---|
| decimal | Amount to be charged in the transaction, including decimal points. |
| string | Currency code (ISO 4217) of the amount to be charged. See Currency codes. |
| object | See ecpTransaction. |
| object | See fraudResultInfo. |
| string | Merchant's unique ID for a new transaction. |
| object | See payerInfo. |
| object | See paypalTransaction. |
| object | See processingInfo. |
| object | See refunds. |
| object | |
| string | Description of the transaction, which appears on the customer's credit card statement. |
| integer | BlueSnap identifier for the subscription. |
| string | Unique ID for the tax quote. Refer to the Taxes guide for further details. |
| string | The date the transaction was approved. |
| string | The time the transaction was approved. This is in Pacific time. |
| string | BlueSnap identifier for the transaction. |
| object | See transactionMetaData. |
| integer | ID of an existing vaulted shopper. |
| object | See vendorsInfo. |
