SSeev PlusDocs
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

  1. Your frontend sends the cart or order ID to your backend.
  2. Your backend validates the order and creates a checkout session with the REST API.
  3. Seev returns a hosted checkout URL.
  4. Your frontend redirects the customer to that URL.
  5. Your backend verifies the result and processes signed webhooks.

Next steps

On this page