Merchant Integration
This section describes how a merchant can integrate StreamPay app into their payments flow.
Last updated
This section describes how a merchant can integrate StreamPay app into their payments flow.
Last updated
How to create a payment request link, encode it into a QR code, find the transaction, and validate it. This guide walks through an example of a QR code-based Point of Sale system that accepts payments via StreamPay™.
Before you can receive payments, you'll need to obtain a native SOL address. This doesn't cost anything, and you can use any wallet to get started.
If you want to receive USDC, STRM or another SPL token on Solana, you'll need to create a token account, which may require a small amount of SOL.
One way to do both is to use Decentralized Exchange (DEX), which will provide a native STR/SOL deposit address and an associated USDC token account to receive payments.
Install the packages and import them in your code.
npm
or
yarn
StreamPay™ uses a across wallets for native SOL, STRM, and SPL Tokens payments. Several parameters are encoded within the link representing an intent to collect payment from a customer.