Skip to content

Sandbox

Test all five payment providers directly in the browser. This sandbox uses test keys so no real charges are made.

Pick a provider, enter any email, set an amount, and click pay to see the checkout flow.


Clone a working example for your platform and start building.

Terminal window
git clone https://github.com/Sanwohq/examples.git
cd examples/vanilla-js
cp ../.env.example .env # add your test keys
npm install && npm run dev