No momento, esta página não está disponível em português
Point-of-sale icon

Register the PED with Adyen

Class

NameDescription

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

NameDescription

registerPed

Method used to authenticate and authorize 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

TypeRequired

Description

ped

Ped

-white_check_mark-

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.