No momento, esta página não está disponível em português
Register the PED with Adyen using a StoreID
Use RegisterPEDStore
to register a terminal using a specific store ID.
RegisterPEDStore Method
RegisterPEDStore
|
When RegisterPEDStore is invoked, the COM extension for Windows handles multiple steps for the cash register: - Registering the PED device on the merchant account in the plataforma de pagamentos da Adyen.
- Providing the initial configuration from the plataforma de pagamentos da Adyen to the PED.
- Exposing the PED for use by the C library.
- Returning the PED object to the cash register (in the callback) to pass control over the PED to the cash register.
|
RegisterPEDStore Parameters
address
|
String
|
|
Address of the PED, can be IP, COM port or URL etc.
|
name
|
String
|
|
Logical name assigned to the PED.
|
store
|
String
|
|
Several "stores" can be configured under one merchant account. You can register a terminal using its storeID and the corresponding merchant account.
|
RegisterPED Callback
RegisterPEDRegisterPedCB
|
The Register PED Callback returns the result of registration, as well as any errors.
|