Creates a new session

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

Session created successfully

401

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

403

Authorization issue, due to the provisioned token not having permission to create the specified session

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": {
    },
  • "url_data": {
    }
}
Response samples
application/json
{
  • "session_id": "string",
  • "landing_page": "string"
}