This endpoint is used to create a transaction in redirect mode. By calling this endpoint, you get a transactionID and a paymentUrl which can be used to redirect the payer. After the payment, the payer will be redirected to the provided returnUrl, where you can check the status and process the order.
You need to authenticate with an AT code (as username) and the corresponding token (as password) or you can authenticate with a SL code (as username) and the corresponding secret (as password)
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Unauthorized. Supplied AT code/token or SL code/secret is invalid
403Forbidden. Supplied credentials have no rights
404Not found
405Used HTTP method is not allowed
406Not acceptable. The supplied content type in the accept parameter in the header is not supported
415Unsupported media. The supplied content type in the content-type parameter in the header is not supported
429Rate limit reached.
500An internal error occurred