PedDevice Object
Name | Description |
---|---|
PedDevice |
PED object that represents the terminal. |
Method
Name | Description |
---|---|
CreateTender |
Use this method to start the transaction. |
For gift card operations, you create a tender prior to calling GiftCardRedeem
. This CreateTender
must not include a KeyedEntry
tender option. If the original tender contains a KeyedEntry
tender option, it is not possible to perform a GiftCardRedeem
.
Parameters
Name | Type | Required | Description |
---|---|---|---|
|
String |
The merchant account that will receive the payment. | |
|
Long |
The transaction amount in minor units (100 is 1.00 with EUR). | |
|
String |
The transaction currency. | |
|
String |
The type of transaction, for example: GOODS_SERVICES, REFUND. | |
|
The transaction options. Can be an empty | ||
|
String |
The transaction reference provided by the merchant (reported in the Adyen payments platform). | |
|
String |
The order reference for split payments (reported in the Adyen payments platform). | |
|
int |
The tender gratuity amount in minor units (100 is 1.00 with EUR). | |
|
String |
The tender gratuity currency. | |
|
String |
Shopper identification (used for omnichannel digital customer recognition). | |
|
String |
Shopper identification (used for omnichannel digital customer recognition). | |
|
String |
Recurring contract if registering for RECURRING or ONECLICK payments. | |
|
String |
Recurring contract detail key (points at payment details of this Tender). | |
|
Additional data the method passes with the tender. The |
Not all languages using COM handle empty parameters equally. This has the potential to cause unexpected behavior. To prevent this, provide empty strings or pass Null
objects for C++/C#, and the default value Nothing
for VB.NET.
Callbacks
Name | Description |
---|---|
CreateTenderCB |
Immediate callback to tender creation. |
Reports the progress of a running tender. | |
Invoked after the shopper inserts or swipes a card. Retrieves additional data about the cardholder. | |
Returns dynamic currency conversion information to inform the POS what is happening on the PED. On the PED the shopper is allowed to choose their own currency to complete the tender. | |
Returns the receipt for printing, and requests that the POS confirms it has received the receipt. | |
Allows the store assistant to accept or decline a shopper's signature on the PED. | |
When the Adyen payments platform finishes processing the tender, it triggers the final state callback. |