If you prefer customized development and don’t want to use Cobo’s ready-made pages, you can integrate Web3 payment capabilities into your own frontend by using React SDK provided by Cobo.Documentation Index
Fetch the complete documentation index at: https://cobo.com/payments/llms.txt
Use this file to discover all available pages before exploring further.
Frontend Integration Comparison
| Payment Link | React SDK | |
|---|---|---|
| Form | Ready-made front-end page, limited customization | npm package, use as needed |
| Features | Full checkout experience | Web3 core capabilities only |
| Requirements | No front-end dev environment needed | Requires a React front-end |
| Domain | Fixed: https://payment-link.cobo.com | Flexible: your own front-end domain |
| Auth | Unique token per order | Dynamic token valid for one hour |
SDK Authentication
React SDK must be authenticated before use. Authentication requires your frontend and backend to work together, as follows:- The backend calls Create SDK link to create an SDK-only token.
- The backend returns the token to the frontend.
- The frontend passes the token to the SDK using the
setAccessTokenmethod.
