flowfull 0.1.0

Async Rust client for Flowfull and Flowless-compatible backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Payments API Integration

The `client.pay()` helper wraps `/bridge-payment/*` endpoints.

Implemented groups:

- Payment intents.
- Payments.
- Payment methods.
- Addresses.
- Customers.
- Subscriptions.
- Organizations.
- Organization members.
- Guest conversion.

Guest checkout can use request options with `PaymentsClient::guest_options(token)` for endpoints that need `X-Guest-Token`.