SdksRubyResources
Wallet Checkout
Wallet Checkout — methods, parameters, and examples for easy-sdk (gem).
Wallet (crypto) checkout is not a separate SDK resource — it shares
the /checkout endpoint with card/bank checkout, and the API
discriminates on the body shape. See Checkout for the
method signature.
client.checkout.create(
customer_creation: false,
identity_id: customer[:id],
# …wallet-specific source fields…
)Methods
client.checkout.create(**body) — see Checkout.
Object shape
The wallet variant returns the same checkout response envelope plus the on-chain transaction reference.