On Demand
The available parameters are:
chain (string) - chain used for the payment
planId (string) - if od the plan
callbackSuccess (string) - redirect url after success (optional)
callbackError (string) - redirect url after failure (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