Payload Return URL
After a user signs a payload, a user can return to a URL (your website / app).
Replacement variables
You can add the following replacement tags in your Return URL. They will be replaced with the appropriate values by Xumm.
Routing / origin logic
Sample payload body
{
"txjson": {
"TransactionType": "..."
},
"options": {
"return_url": {
"app": "https://...",
"web": "https://..."
}
}
}Last updated
Was this helpful?