SDKs & Integrations
SDKs & Integrations
SDKs, storefront plugins, and platform integrations are coming soon.
Seev SDKs, browser packages, mobile SDKs, and platform integrations are not currently published for production use.
This includes:
- Node.js / TypeScript SDKs
- Go, Python, PHP, Rust, and other server libraries
- Browser, React, Vue, and React Native packages
- WordPress, WooCommerce, Shopify, and other platform plugins
For production integrations today, use the REST API from your backend. Checkout sessions should be created on a trusted server, and payment results should be verified server-side before fulfilment.
Supported approach today
- Your frontend sends the cart or order ID to your backend.
- Your backend validates the order and creates a checkout session with the REST API.
- Seev returns a hosted checkout URL.
- Your frontend redirects the customer to that URL.
- Your backend verifies the result and processes signed webhooks.