payrail 0.1.5

Provider-neutral Rust payments facade for Stripe, PayPal, and Mobile Money
Documentation
1
2
3
4
5
6
7
8
9
10
mod auth;
mod client;
mod config;
mod mapper;
mod models;
mod orders;
mod webhook;

pub use client::PayPalConnector;
pub use config::{PayPalConfig, PayPalEnvironment};