No momento, esta página não está disponível em português
Register the PED with Adyen
Class
Name
Description
MerchantPed
Extends AdyenPed. Class used to implement all PIN entry device (PED) functionality. Implement the MerchantPed object yourself, and use the AdyenPed constructor without storeId parameter.
Method used to authenticate and authorise the PED with the plataforma de pagamentos da Adyen. Do this before processing transactions using a POS.
This method returns an immediate response of type LibraryResult. Check if this result is "OK", before continuing the operation. If the LibraryResult value is not "OK", the system will not return the related callback with the asynchronous result. See here for more on extracting data from an event or callback.
Parameter
Name
Type
Required
Description
ped
Ped
Instance of MerchantPed. Represents the PED that is processing the tender.
Callback
Name
Description
registerPedCallback
Returns the result of registering the PED.
Callback Response Attribute
Name
Description
pedInfo
Contains the PED info, the result of registering the PED.