Get MobilExpress Payment Complete CVV and OTP Page context
Returns the context for the combined CVV and OTP completion step after the initial payment attempt returned ResultCode: CVVAndOTPRequired.
Preconditions:
Basket must not be empty
Payment option must be selected and must be MobilExpress type (
check_mobilexpress_payment_selected)Initial payment attempt must have returned
CVVAndOTPRequiredas the result code (check_needs_cvv_and_otp)
Page Context: (empty)
get
Header parameters
x-requested-withstring · enumRequiredDefault:
Required header for AJAX requests. Must be set to XMLHttpRequest for all checkout requests.
XMLHttpRequestPossible values: CookiestringOptional
Session cookie header (e.g. sessionid=abc123 or osessionid=<session_id>)
Responses
200
CVV and OTP completion page context retrieved
application/json
errorsone of · nullableOptional
or
string[]Optional
template_namestringOptional
get/orders/checkout/?page=MobilExpressPaymentCompleteCvvAndOtpPage
GET /orders/checkout/?page=MobilExpressPaymentCompleteCvvAndOtpPage HTTP/1.1
Host: sandbox.akinon.com
x-requested-with: XMLHttpRequest
Accept: */*
200
CVV and OTP completion page context retrieved
{
"context_list": [
{
"page_name": "MobilExpressPaymentCompleteCvvAndOtpPage",
"page_slug": "mobilexpresspaymentcompletecvvandotppage",
"page_context": {}
}
],
"errors": [],
"template_name": "orders/checkout.html"
}Last updated
Was this helpful?

