Integration Checkout
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
referenceIdstring · max: 255OptionalExample:
The reference ID for the checkout
order_12345Responses
200
The checkout is created successfully
*/*
400
Validation errors, group type mismatch (schooling groups), or missing entity IDs for multi-entity groups
*/*
401
Access is denied or invalid token
*/*
500
Unexpected Technical Runtime Error
*/*
post
/v3/checkoutAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
referenceIdstring · max: 255OptionalExample:
The reference ID for the checkout
order_12345Responses
200
The checkout is created successfully
*/*
400
Validation errors or group type mismatch (non-schooling groups)
*/*
401
Access is denied or invalid token
*/*
404
Group not found
*/*
500
Unexpected Technical Runtime Error
*/*
post
/v3/checkout/schoolingAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Responses
200
Checkout details retrieved successfully
*/*
401
Access is denied or invalid token
*/*
404
Checkout not found with the provided ID
*/*
500
Unexpected Technical Runtime Error
*/*
get
/v3/checkout/{id}Last updated