Terminal Initialization

To initialize a payment Terminal, send Terminal ID and Merchant ID to the following endpoint:

The response will contain the following:

  • Merchant details

  • Receivable Currencies (USD only until further notice)

Example API call using curl:

curl -X 'GET' \
  'https://api.qa.devs.beadpay.io/terminals/init/000000000000000000000000?merchantId=000000000000000000000000' \
  -H 'Authorization: Bearer {token}'

Last updated