Payment Mode
mode = ModeOptions.payment
Payment mode allows your users to pay for a product or service using stablecoins from any chain supported by Kima.
The payment details are passed into the Widget via the
transactionOption
prop (required)The user can choose to pay from any chain and token supported by Kima. The funds will be transferred to the wallet and chain specified in the
transactionOption
propThe title and subtile can be customized using the
titleOption
andpaymentTitleOption
props
You should see a page that looks like this:
The payment (target) wallet and chain will show on the next step when the user approves the transfer amount.
Last updated