The Gulf checkout in 2026: BNPL, wallets and mada — the order that lifted conversion, and the one that sank it
The checkout is where stores win or lose, and in the Gulf it changed more in two years than in the previous ten: BNPL (Tabby, Tamara) became expected rather than surprising, wallets (Apple Pay, STC Pay) became the defaul…

The checkout is where stores win or lose, and in the Gulf it changed more in two years than in the previous ten: BNPL (Tabby, Tamara) became expected rather than surprising, wallets (Apple Pay, STC Pay) became the default on mobile, and mada is still the queen of cards. We ran A/B tests on KOOLEN, SHAHA, Souq App and others — here are the results with numbers.
What lifted conversion
- Showing instalments on the product page, not only at checkout: “or 4 × 312 SAR” under the price raised add-to-cart by 14% in KOOLEN (home appliances, high basket value).
- Apple Pay first on iOS: ordering payment methods by device — wallet on top on mobile, mada/card on top on desktop — cut checkout abandonment by 9%.
- Guest checkout with optional save: forcing registration before payment lost 1 in 5 new customers.
- Shipping and tax before the payment page: no surprises in the last step. What the customer sees in the cart is what they pay.
What sank it
- Eight payment methods in one list: excess choice slows people down. Three main methods + “more”.
- Cash on delivery as the default: raised refusal at the door and hurt cash flow. We kept it, but after wallets, with a small declared fee.
- Redirecting to an external BNPL page without explanation: “You are being taken to Tamara to complete approval — back in seconds” — one sentence saved 6% of orders.
The rule: every payment method you add is measured by the conversion it changes, not by the number of logos in the footer.
Behind the scenes: what must be right
- One webhook of truth: the order state changes on the provider’s confirmation, not on the browser returning. A customer who closed the page after paying still paid.
- Idempotency: tapping “Pay” twice must never create two orders.
- Reconciliation: daily, what wallets, BNPL and cards collected versus orders — one difference is checked in the morning, not at month end.
- Refunds: a partial refund on BNPL has different logic (remaining instalments are adjusted). Test it before the first Eid.
What about e-invoicing?
In Saudi Arabia every paid order is a simplified invoice reported to ZATCA within 24 hours. Tie invoice issuance to payment confirmation (webhook), not to order creation — or you will report invoices that were never paid.
Bottom line
A good checkout does not convince the customer to buy; it simply gives them no reason to back out. The right order, transparency on the amount, and the option they expect on their device — those three make more difference than any discount.


