Checkout
This function triggers a modal for the user to confirm the transfer
Description
The checkout function is designed to be the simplest way for your users to purchase items on your website using crypto. Once users complete their purchase, you will receive a webhook at the URL that you configure.
Details
Signature
Arguments
Return Value
None
Webhook
You can configure a POST Webhook URL in the developer portal that will be invoked once the funds have been transferred to your treasury address.
The following is the format of the webhook call body:
Example
Last updated