snippe 0.1.0

Async Rust client for the Snippe payments API (Tanzania) — collections, hosted checkout sessions, disbursements, and verified webhooks.
Documentation
1
2
3
4
5
6
7
8
9
//! Data models for the Snippe API — request payloads, response types, and
//! the shared primitives (currency, money, customer, channel) referenced by
//! all three resource families.

pub mod bank;
pub mod common;
pub mod payment;
pub mod payout;
pub mod session;