Available funding sources
React SDK (recommended)
Install the package and drop the component in:Default to card or bank funding
SetpaymentMethod to open the widget on the fiat tab:
Fund an exact output amount
By default, Fund treats the user’s input asEXACT_INPUT: the customer spends a specific amount and receives whatever that converts to. To guarantee a specific delivered amount instead, set tradeType to EXACT_OUTPUT:
Fund directly into a product account
Passto.calldata to encode a destination action that executes automatically when funds arrive. Use dynamic() wherever the arrived amount should appear in the encoded arguments:
dynamic() and related placeholders.
Fund component props
For theming and appearance options, see SDK configuration.