Point-of-sale icon

Register the PED with Adyen using a StoreID

Use RegisterPEDStore to register a terminal using a specific store ID.

RegisterPEDStore Method

NameDescription

RegisterPEDStore

When RegisterPEDStore is invoked, the COM extension for Windows handles multiple steps for the cash register:

  1. Registering the PED device on the merchant account in the Adyen payments platform.
  2. Providing the initial configuration from the Adyen payments platform to the PED.
  3. Exposing the PED for use by the C library.
  4. Returning the PED object to the cash register (in the callback) to pass control over the PED to the cash register.

RegisterPEDStore Parameters

Name

Type

Required

Description

address

String

-white_check_mark-

Address of the PED, can be IP, COM port or URL etc.

name

String

-white_check_mark-

Logical name assigned to the PED.

store

String

-white_check_mark-

Several "stores" can be configured under one merchant account.  You can register a terminal using its storeID and the corresponding merchant account.

RegisterPED Callback

NameDescription

RegisterPEDRegisterPedCB

The Register PED Callback returns the result of registration, as well as any errors.