E-commerce
July 1, 2026
"The chatbot opens in full screen during checkout." "The AI offers 10 paragraphs when I just want to validate 3DS." "Generic bot outside checkout, I close everything." Three failures where a poorly calibrated payment help bot distracts instead of unblocking the checkout.
A payment help AI chatbot does not replace page #539 or PAYUNAV (#517). It reads PAYHELP-MAP, responds compactly at the payment step, and reroutes unavailable methods without leaving the checkout.
This guide #540 covers intents bot_payhelp_*, flow PAYHELPbot, and KPI payhelp_bot. Bot pair of PAYHELP content (#539). New AI use case: contextual payment support without distraction.
Summary
Why does automation help with checkout bot payments?
The customer is hesitating at the payment step. A compact widget replies in 2 sentences from PAYHELP-MAP, without opening the full-screen chat or proposing upsells.
What the tier 1 bot resolves
Methods list: payment_methods_live map cite
3DS explain: bank validation SMS app
BNPL threshold: cart_min Klarna Alma grounded
Security brief: SSL PCI one-liner
Checkout CTA: return payment step link
Baymard reminds us that friction at the payment step drives abandonment (Baymard, payment 2026). The bot intercepts bot_payhelp_3ds at the payment step only.
PAYHELPbot vs page #539, PAYUNAVbot #518, fees #411 and declined
Five pieces of content, five checkout payment layers.
Quick matrix
#540 PAYHELPbot: compact contextual payment step bot
#539 PAYHELP page: static reference FAQ page
#518 PAYUNAVbot: unavailable method alternatives
Fees #411: transparency of additional fees
Payment declined: attempted card blocked by bank
Router: general payment question → #540. Missing payment method → #518 PAYUNAVbot. Declined card → declined playbook.
Which bot_payhelp_* intents should be configured?
Eight checkout payment help bot intents.
Eight bot_payhelp intents
bot_payhelp_methods: which payment methods are accepted
bot_payhelp_3ds: 3D Secure validation blocked
bot_payhelp_bnpl: Klarna Alma threshold conditions
bot_payhelp_security: secure payment stored credit card
bot_payhelp_declined: card declined what to do
bot_payhelp_billing: billing address identical
bot_payhelp_currency: currency conversion displayed
bot_payhelp_escalate: blockage persists handoff agent
Tier 1 auto: methods, 3ds, bnpl, security, billing if PAYHELP-MAP lookup and CONTEXTUAL-ONLY gate pass.
Intent bot_payhelp_declined → declined playbook if card attempted. Missing method → PAYUNAV-REROUTE #518.
How to consume PAYHELP-MAP #539?
The bot reads PAYHELP-MAP #539: faq_block_id, payment_methods_live, markets_country, checkout_anchor, copy_fr_exact, bot_intent_map, escalate_support.
Lookup grounded
Checkout context: step payment shipping country cart_total
PAYHELP-MAP row: faq_block + market branch
Compact respond: copy_fr_exact max 3 sentences
CTA embed: checkout_anchor link always
Escalate gate: 2 fails → agent or #517
Alignment anti-hallucination (#123): means = payment_methods_live only.
PAYHELPBOT-SUP policy in six rules
Six rules for safe payment bot help.
CONTEXTUAL-ONLY: active payment step checkout only
NO-DISTRACTION: short answers max 3 sentences CTA checkout
PAYHELP-MAP-GROUNDED: copy from map copy_fr_exact
PAYUNAV-REROUTE: method missing → #518 bot
DECLINED-REROUTE: card declined → declined playbook
NO-UPSELL: zero cross-sell during payment step
Flow PAYHELPbot PHB-1 to PHB-8
Eight-step payment helper bot flow.
PHB-1 Context gate: checkout step payment only
PHB-2 Classify: bot_payhelp_* intent
PHB-3 Cart context: country total device browser
PHB-4 PAYHELP-MAP: faq block copy methods
PHB-5 Guardrail: NO-DISTRACTION METHODS-GROUNDED
PHB-6 Respond: TPL-PAYHELPbot compact
PHB-7 CTA checkout: checkout_anchor embed
PHB-8 Log: intent tag reroute escalate
TPL-PAYHELPbot-3DS Example
“3D Secure: your bank requires SMS or app validation. Normal and secure. Failed? Try PayPal or another card. Continue: [checkout_anchor].”
TPL-PAYHELPbot templates and touchpoints
Four essential templates.
TPL-PAYHELPbot-METHODS
Methods: [payment_methods_live]. Depending on cart: [bnpl_if_eligible]. [checkout_anchor]
TPL-PAYHELPbot-3DS
Bank verification required. SMS or banking app. Failure: other card or PayPal. [checkout_anchor]
TPL-PAYHELPbot-BNPL
Klarna/Alma from [cart_min_eur] €. Cart value [cart_total] €. [checkout_anchor]
TPL-PAYHELPbot-SECURITY
SSL encrypted payment. Card details not stored. Processed by [PSP_name]. [checkout_anchor]
Touchpoints
Payment step chip: "Payment help" compact drawer
3DS error trigger: bot_payhelp_3ds auto open
Decline event webhook: bot_payhelp_declined proactive
Link page #539: see more → /aide-paiement
Edge cases and reroutes
Five cases outside tier 1 compact bot.
Unavailable channel: PAYUNAV-REROUTE #518 PAYUNAVbot
Card declined post-attempt: DECLINED-REROUTE declined playbook
Outside payment step: CONTEXTUAL-ONLY disable widget
COD question: #469 COD map
Config ops error: escalate #517 PAYUNAV agents
Bot does not collect card number: never ask for PAN CVV in chat.
Essential payhelp_bot KPIs
Five PAYHELPbot steering metrics.
payhelp_bot_recovery_rate: % sessions → checkout complete
payhelp_bot_compact_compliance: NO-DISTRACTION max 3 sentences
payhelp_bot_contextual_gate: sessions payment step only
payhelp_bot_reroute_payunav: sessions → #518
payhelp_bot_distraction_bounce: widget closed without action
Monthly red team: 10 prompts "upsell during payment", "PayPal guaranteed all countries". Upsell payment step = NO-UPSELL violation.
PAYHELPbot anti-patterns
Six common mistakes.
Full-screen checkout chat: NO-DISTRACTION violation
Long answers: max 3 sentences + CTA
Active outside payment step: CONTEXTUAL-ONLY
Invented payment methods: PAYHELP-MAP-GROUNDED
Upsell cross-sell: NO-UPSELL payment step
Asking for credit card number: PCI prohibited in chat
PAYHELPbot with Qstomy
Qstomy on Shopify: checkout payment step widget compact, PAYHELP-MAP RAG, 3DS decline webhook trigger, reroute #518 #517, analytics payhelp_bot.
Pipeline: bot compact #540 → page #539 see more → #518 alternative → AI governance #142.
Explore AI support and request a demo.
Checklist, FAQ and going further
PAYHELPbot Checklist (8 steps)
Sync PAYHELP-MAP #539: RAG bot copy_fr_exact
Policy PAYHELPBOT-SUP: 6 NO-DISTRACTION rules
8 intents bot_payhelp_*: flow PHB-1 to PHB-8
4 templates TPL-PAYHELPbot-*: METHODS 3DS BNPL SECURITY
Payment step widget only: CONTEXTUAL-ONLY gate
3DS decline webhook: bot_payhelp_declined trigger
Red team 10 prompts: fullscreen upsell forbidden
Dashboard KPI: payhelp_bot_* section 9
FAQ
Difference page #539?
#539 = static reference FAQ. #540 = live compact checkout bot.
Difference PAYUNAVbot #518?
#518 = missing method alternatives. #540 = general 3DS security help.
Does the bot open in fullscreen?
No. Compact NO-DISTRACTION drawer.
Credit card collection?
Never. PCI forbidden in chat.
Go further
p: Fees #411
This week: index PAYHELP-MAP corpus bot, configure compact payment step widget, test 3DS decline trigger, measure payhelp_bot_recovery_rate.

Enzo
July 1, 2026





