mpp-br 0.8.1

Rust SDK for the Machine Payments Protocol (MPP)
Documentation
1
2
3
4
5
6
7
8
//! Stripe-specific client implementations.
//!
//! Provides [`StripeProvider`] which implements [`PaymentProvider`] for
//! Stripe charge challenges using Shared Payment Tokens (SPTs).

mod provider;

pub use provider::StripeProvider;