v1
latestOpenAPI 3.0.02026-07-244074117.0 KBOrders
Open an order
Optional API call during checkout flow. Only used by developers that utilize the submitted status. Moves an order from the "submitted" state to the "open" state.
post/v4/orders/{id}/open
Path parameters
idstring required
The Slope order ID or the partner external order ID
Request body
Example request
{
"selectedQuoteId": "quote_123"
}Response
The opened order.
Example response
{
"paymentSchedule": [
{
"date": "2024-01-01"
}
],
"quotes": [
{
"payments": [
{
"number": 1,
"date": "2024-02-15T00:00:00Z",
"principal": 95000,
"customerFee": 500,
"amount": 105000,
"financingFee": 2500
}
]
}
]
}