One Time
The available parameters are:
chain (string) - chain used for the payment
description (string) - payment's description
receivers (array) - array of beneficiaries
amounts (array) - array of amounts to send to the respective receivers
token (string) - token symbol
category (string) - category of the payment
tag (string) - label used for identification or classification (optional)
callbackSuccess (string) - redirect url after success (optional)
callbackError (string) - redirect url after failure (optional)
webhook (string) - url for server-side notification (optional)
extra (string) - json object containing extra parameters that will be sent to webhook (optional)
The following data will be appended to the callbackSuccess
url as query parameters:
user (string) - address of the user who completed the payment
transactionHash (string) - hash of the transaction
Example button
Last updated