Select a MobilExpress installment plan
Records the chosen installment plan on the pre-order.
Required Fields:
installment: Primary key of theInstallmentrecord to use. Must be an active installment option linked to the selected card.
State Changes:
pre_order.installmentis set to the selectedInstallmentinstancepre_order.selected_campaign,pre_order.selected_rewards, andpre_order.payment_choiceare reset tonullForward payment data (
me_payment_tried, etc.) is cleared
Next Page: MobilExpressTryPaymentPage
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 Installment record to use. Must be an active installment
option linked to the selected card type.
1Installment selection result
POST /orders/checkout/?page=MobilExpressInstallmentSelectionPage HTTP/1.1
Host: sandbox.akinon.com
x-requested-with: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 17
"installment=1"Installment selection result
{
"context_list": [
{
"page_name": "MobilExpressTryPaymentPage",
"page_slug": "mobilexpresstrypaymentpage",
"page_context": {}
}
],
"errors": {},
"template_name": "orders/checkout.html"
}Last updated
Was this helpful?

