Class
Name | Description |
---|---|
MerchantPed | Extends |
Method
Name | Description |
---|---|
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 | Type | Required | Description |
---|---|---|---|
| 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. |