Are you looking for test card numbers?

Would you like to contact support?

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 authorise the PED with the Adyen payments platform. 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
 registerPedCallbackReturns the result of registering the PED.

Callback Response Attribute

Name

Description
pedInfo

Contains the PED info, the result of registering the PED.