Contains the details required to process a transaction with an alternative payment method
Request
Property Name | Type | Required | Description |
|---|---|---|---|
| string | Optional | Merchant's unique ID for a new transaction. Between 1 - 50 characters. Special characters are not recommended. |
| string | Optional | Description of the transaction, which appears on the shopper's credit card statement. Maximum 20 characters. |
| decimal | Required | Amount to be charged in the transaction, including decimal points.
|
| string | Required | Currency code (ISO 4217) of the amount to be charged. See Currency codes. |
| string | Optional | Unique ID for the tax quote. Refer to the Taxes guide for further details. |
| container |
| Container of vendors-info properties. |
| container | Optional | Container of payer-info properties. |
| integer | Optional | ID of an existing vaulted shopper. |
| container |
| Container of paypal-transaction properties. |
| string |
| Secured Payment Collector token. |
| container |
| Container of ecp-transaction properties. |
| container |
| Container of sepa-direct-debit-transaction properties. |
| container |
| Container of local-bank-transfer-transaction properties. |
| container |
| Container of ideal-transaction properties. |
| container |
| Container of sofort-transaction properties. |
| boolean |
| 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. |
| string | Optional Applicable to PayPal transactions. | PayPal transactions Can be up to 500 characters. |
| container | Optional | Container of transaction-meta-data properties. |
| container | Optional | Container of transaction-fraud-info properties. |
Response
Property Name | Type | Description |
|---|---|---|
| string | Merchant's unique ID for a new transaction. Between 1 - 50 characters. |
| integer | BlueSnap identifier for the subscription. |
| string | BlueSnap identifier for the transaction. |
| string | Description of the transaction, which appears on the customer's credit card statement. |
| 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. |
| string | Unique ID for the tax quote. Refer to the Taxes guide for further details. |
| container | Container of vendors-info properties. |
| string | The date the transaction was approved. |
| string | The time the transaction was approved. This is in Pacific time. |
| container | Container of payer-info properties. |
| integer | ID of an existing vaulted shopper. |
| container | Container of paypal-transaction properties. |
| container | Container of ecp-transaction properties. |
| container | Container of sepa-direct-debit-transaction properties. |
| container | Container of local-bank-transfer-transaction properties. |
| container | Container of ideal-transaction properties. |
| container | Container of sofort-transaction properties. |
| container | Container of transaction-meta-data properties. |
| container | Container of processing-info properties. |
| container | Container of fraud-result-info properties. |
| container | Container of refunds properties. |
