SdksPythonResources
Wallet Checkout
Wallet Checkout — methods, parameters, and examples for easy-sdk (pip).
Coming soon.
The Python SDK does not currently expose a dedicated client.wallet_checkout
namespace. Wallet-funded checkouts go through the standard checkout
surfaces today:
- Checkout —
client.checkout.create(...)for one-shot, server-side flows. - Embedded Checkout —
client.embedded_checkout.*for iframe-rendered flows that can include wallet-based payment methods.
The Wallet response model exists (it's what
client.customers.wallets(...) returns) but there is no wallet-
specific checkout entry point in 0.1.x.