The merchant sets the amount, the customer speaks a code, the payment is done. Simple as that.
Opens the SLIK terminal, types 42 PLN. The system converts to SOL at a live rate and creates a payment request.
Opens the SLIK app, taps 'Generate code'. Gets a random 6-digit number - valid for 120 seconds. Tells it to the merchant verbally.
Types the 6 digits into the terminal. The system matches the code to the payment and asks the customer for approval.
One tap in the wallet. SOL is transferred atomically with an on-chain receipt. Both sides see confirmation in ~400ms.
Two npm packages. React hooks for customer and merchant flows. One catch-all API route for the backend. Ship payments in minutes.