Cashier

Redirect to cashier

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.

Request
Request Body schema: application/x-www-form-urlencoded
required
bankingPublicUrl
required
string <uri>

The public banking API URL.

returnUrl
required
string <uri>

The URL to redirect to after processing.

userSessionToken
required
string

Bearer access token for authentication to the public banking API.

Responses
303

Redirect to the specified returnUrl after the player has completed the payment.

400

Bad request - missing required fields or invalid URL

401

Unauthorized

403

Access forbidden

422

Invalid data was sent

post/cashier
Request samples
application/x-www-form-urlencoded
bankingPublicUrl=http%3A%2F%2Fexample.com&returnUrl=http%3A%2F%2Fexample.com&userSessionToken=string
Response samples
{}