Creates a new session

SecurityBearer Authentication
Request
Request Body schema: application/json
required
required
object (OrderData)
Responses
201

Session created successfully

401

Authorization issue, due to e.g. missing or invalid authorization header

404

Data not found, such as seller settings or transaction details

422

Unprocessable, due to e.g. invalid session state or missing customer contact details

post/pps/api/v1/session
Request samples
application/json
{
  • "order_data": {
    }
}
Response samples
application/json
{
  • "session_id": "string",
  • "landing_page": "string"
}