
Prerequisites — Register a Counter (POS Terminal)
Each physical terminal should be registered once. This enables per-terminal reporting and ties scan-payment transactions to a specific terminal.POST /merchant/api/v1/counters
Save webhook_secret — you will use it to verify incoming webhooks for this terminal. Treat it like a password.
Initiate a Scan Payment
POST /merchant/api/v1/scan-payment
Response
201 Created:
payment.completed webhook to your callback_url.