Accepts form data from a browser form post and redirects to the cashier
with a 303 See Other redirect. Used for opening an iframe in the browser.
After the player has completed the payment or exits the cashier, they are redirected to the returnUrl.
Redirect to the specified returnUrl after the player has completed the payment.
Bad request - missing required fields or invalid URL
Unauthorized
Access forbidden
Invalid data was sent
bankingPublicUrl=http%3A%2F%2Fexample.com&returnUrl=http%3A%2F%2Fexample.com&userSessionToken=string
{- "status": 401,
- "title": "The request has not been applied because it lacks valid authentication credentials for the target resource.",
- "detail": "string"
}