End-to-end verification
Follow this sequence to verify your integration:Generate a key pair
Use the instructions in Key Generation.
Register the merchant
Provide your public key to Blink (Merchant Registration).
Staging environment
For staging and shared environments:- Deploy your signer as a server endpoint or serverless function (e.g., AWS Lambda).
- Store the private key in a secrets manager (e.g., AWS Secrets Manager).
- Point the Deposit SDK’s
signerconfig at your deployed signer URL. - Set
webviewBaseUrlto the Blink staging URL:https://pay-staging.tryblink.xyz.
Debug mode
Enable debug logging to trace the full SDK lifecycle during development:console.debug with the [BlinkDeposit] prefix.