VivaWallet
POS, or Point of Sale, serves as an alternative solution for integrating with BridgerPay, facilitating the acceptance of card payments through a physical terminal, enabling your business to process transactions seamlessly.
How to initiate a POS type of transaction?
To initiate the payment process, please ensure the following steps are completed:
- Checkout needs to be activated of type "External".
- At least one PSP who supports POS type of transactions needs to be connected via BridgerPay dashboard.
- At least one PSP who supports POS type of transactions needs to be added to the Router.
To achieve a transaction through a POS Machine, please follow the requirements below:
Required Steps:
- Get authorized as a merchant.
- Initiate the deposit request to the POS terminal.
POST https://checkout.bridgerpay.com/api/v2/initiate_pos_terminal/{cashier_key}
Content-Type: application/json
Authorization: Bearer {{ACCESS_TOKEN}}
{
"order_id": "123456",
"country": "CY",
"amount": 10,
"currency": "EUR",
"source_code": "1234",
"pos_terminal_id": "12345678",
"cash_register_id": "123",
"description": "Example of the description"
}
Updated about 1 month ago