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:

  1. Checkout needs to be activated of type "External".
  2. At least one PSP who supports POS type of transactions needs to be connected via BridgerPay dashboard.
  3. 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:

  1. Get authorized as a merchant.
  2. 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"
}