Submit Cash Register Installment Selection
Submits the installment selection for the cash register payment. Exactly one of installment or no_installment must be provided.
Required Fields (mutually exclusive — exactly one must be submitted):
installment: Primary key of the selected installment optionno_installment: Explicit confirmation to proceed without installment (true)
Validation Rules:
Providing both
installmentandno_installmentis invalidProviding neither
installmentnorno_installmentis invalidThe
installmentpk must reference an active installment record
Navigation After Success:
Routes to
CashRegisterCompletePage
Required header for AJAX requests. Must be set to XMLHttpRequest for all checkout requests.
XMLHttpRequestPossible values: Session cookie header (e.g. sessionid=abc123 or osessionid=<session_id>)
Primary key of the selected installment option.
Must reference an active installment record.
Mutually exclusive with no_installment — exactly one must be provided.
Explicit confirmation to proceed without installment.
Must be true when provided.
Mutually exclusive with installment — exactly one must be provided.
Installment selection submitted successfully
Redirect to basket (empty basket)
POST /orders/checkout/?page=CashRegisterInstallmentSelectionPage HTTP/1.1
Host: sandbox.akinon.com
x-requested-with: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 18
"installment=10"{
"context_list": [
{
"page_name": "CashRegisterCompletePage"
}
],
"errors": {}
}Last updated
Was this helpful?

