Set a Push URL
If you want to receive status updates, you can pass a push URL to the Smart Transaction:
Smart Transaction
{
// ...
"application_context"
: {
"return_urls"
: {
"url_push"
:
"https://shop.example.org/PUSH?order=12345"
}
}
}
The push URL is forwarded to objects created during the life cycle of the Smart Transaction.