Rust SDK
The officialreevit crate provides an async, Rustls-based client for server-side
Reevit integrations.
Installation
Quick start
https://api.reevit.io and sends X-Reevit-Key and X-Org-Id automatically.
Checkout sessions
Useclient.checkout_sessions().create(...) to create a server-side session,
then pass the returned session_secret to a Reevit browser SDK.
Available modules
- Payments
- Checkout sessions
- Connections
- Subscriptions
- Fraud policies
- Customers
- Payment links
- Webhooks
- Routing rules
- Invoices
Connections
list() returns one page, list_page() preserves pagination metadata, and
list_all() follows pagination to fetch every matching PSP connection.

