The create_tender_request
contains the following data elements:
Field | Type | Required | Description |
---|---|---|---|
|
void |
if not specified the PED object will be automatically populated. | |
|
char |
The merchant account processing this transaction. Transactions can be performed with any of the merchant accounts that were returned when registering the POS. | |
|
ADYTransactionType |
An enum of type | |
|
char |
A reference for this request. Allows the merchant to identify the transaction. | |
|
char |
Adyen order reference, used to reference an earlier transaction. It must refer to the | |
|
char |
The | |
|
char |
Currency of the transaction (ISO 4217). | |
|
long |
Amount of the transaction in minor currency units. | |
|
char |
Tender gratuity currency (if applicable). Should match the tender currency. | |
|
long |
Tender gratuity amount, if applicable, in minor units (100 is EUR 1.00). | |
|
char |
For digital shopper recognition, provide a shopper reference and/or a shopper email address. See also the additional data callback. If the additional data callback indicates that there is currently no shopper email registered for this customer, the shopper can be asked for his email address as part of the payment process. | |
|
char |
Records the shopper reference with the transaction and to set up recurring or one-click functionality. | |
|
char |
The recurring contract specification. | |
|
char |
The recurring contract detail name. | |
|
tender_options_struct |
An enum of type | |
|
additional_data_struct |
Contains key/value pairs that can be used by the merchant to return specific additional data, in particular in the final transaction result.For gift cards, the stored_value_redemption_type additional data key is used for cashback, gratuity and card deactivation.Perform a cash back or deactivate a card by passing a stored value redemption type in additional data.
|