session_url: Your server endpoint for creating payment sessions.recipient: Your wallet address to receive payments/deposits.destinationChain: The blockchain network to receive payments to.token: The token/currency you want to receive.amount: Optional. The amount to be paid. If omitted or set to 0, the user will be prompted to enter their own amount (useful for flexible deposits or donations).
Setting up the session endpoint: See the Quickstart guide
for detailed instructions on creating your backend session endpoint with examples for Next.js, Express.js, and other frameworks.
- React

