Discover new opportunities for your business. Striving for full autonomy? Also available as an Open-Source version.
Expand the geographic reach of your business. Whether you have a SaaS, e-commerce, or social media platform – we've got you covered. Create payments manually, via API, or using predefined links.
It will look on your sitе
Also available in light color scheme
Integrate a new payment method within a single day
Use enhanced protection for your crypto currency cash flow
Visit GitHub and
host yourself for free!
web2
2 140 000 000
people shop online
web3
296 000 000
crypto users
Easy and straightforward integration via simple REST API
curl -X POST 'https://api.o2pay.co/api/merchant/v1/merchant/{id}/payment'\
-H 'X-O2PAY-TOKEN: {token}' \
-H 'Content-Type: application/json' \
--data '{
"id": "BAC43182-B866-4AA1-8580-403A4FB4B25E",
"currency": "USD",
"price": 30,
"redirectUrl": "https://my-store.com/success",
"description": "HODL T-shirt, size M"
}'