PaysafeCash Redirect
success_urlstring<uri>required
URL used after successful payment completion.
Example:
https://ok.com/{payment_id}failure_urlstring<uri>required
URL used after failed or cancelled payment completion.
Example:
https://nok.com/{payment_id}auth_urlstring<uri>
URL to which the customer is redirected for authorization.
Example:
https://customer.test.at.paysafecard.com/rest/payment/panelPaysafeCash Redirect
{
"success_url": "https://ok.com/{payment_id}",
"failure_url": "https://nok.com/{payment_id}",
"auth_url": "https://customer.test.at.paysafecard.com/rest/payment/panel"
}