To make sure your customers return to your website after having executed a transaction, it is possible to set up redirects. There are two options: you can set it up in the Plaza or enclose it in the actual transaction request.
It’s also possible to enclose the above-mentioned URLs in the actual transaction request. This is especially recommended in case you want to build it yourself. This information can then be enclosed in the basic fields of a request. Here are some examples (dummy pages):
"ReturnURL": " https://buckaroo.nl/thanks "
"ReturnURLCancel": " https://buckaroo.nl/failure "
"ReturnURLError": " https://buckaroo.nl/error "
"ReturnURLReject": " https://buckaroo.nl/rejected"
— Example of return URLs