E-commerce
July 1, 2026
"The bot invents the amount charged to my credit card." "The AI doesn't know how much is left to pay after my gift card." "Chatbot promises a refund to my credit card even though I made a split payment." Three failures where a poorly calibrated gift card + credit card bot blocks checkout and causes useless escalation.
An e-commerce gift card + credit card AI chatbot does not replace GCPLUS agents (#991). It reads GCPLUS-MAP, cites combo_rules_copy remain_card_formula_copy, apply_steps checkout, and hands off the refund breakdown to humans.
This guide #992 covers bot_gcplus_* intents, GCPLUSBOT flow GCB-1 to GCB-8, and gcplus_bot KPIs. Companion bot of the GCPLUS playbook (#991). Use case: gift card balance and credit card debit tier 1 widget.
Summary
Why combine a gift card + credit card at checkout?
"My gift card doesn't cover everything, how much on my credit card?", "how to pay with a gift card then a credit card?", and "what amount on each payment method?" come up at checkout and post-order. A bot calibrated to lookup GCPLUS-MAP cites combo_rules remain_card_formula without improvising unregistered amounts.
What the tier 1 bot resolves
Gift card & CB combo: combo_rules_copy map grounded
Remaining CB amount: remain_card_formula_copy calc map
Partial balance: gift_card_balance_ref live API verify
Checkout steps: checkout_help_url map cite
Promo stacking: stacking_rules_copy map cite
Lite breakdown: order_breakdown_copy if order_ref provided
The bot intercepts bot_gcplus_remain_calc before any invented amount or reroutes to MULPAYBOT #988 if store credit or wallet is mentioned.
DTC beauty holiday example
Beauty brand with 240 cards in December, 14 gcplus_/month widget sessions. Bot sync GCPLUS-MAP Day-0. gcplus_bot_deflect +33 %, gcplus_bot_amount_invent_violation 0 in 5 weeks.
GCPLUSBOT #992 vs GCPLUS #991, MULPAYBOT #988, GIFTCARD and refund #993
Seven gift card payment bot contents, seven distinct roles.
Quick Matrix
#992 GCPLUSBOT: tier 1 bot balance debit combo gift card credit card widget
GCPLUS #991: agents verify breakdown refund ops execute
MULPAYBOT #988: multi-method combo distinct focus gift card + credit card
GIFTCARD: gift card only balance expiration distinct combo credit card
REFUND #993: refund to gift card distinct split existing
MULPAY #987: agents multi-method distinct bot gift card credit card
Pipeline: bot combo remain apply cite → #991 breakdown refund ops handoff execute.
Which bot_gcplus_* intents should be configured?
Eight CB gift card intents mapped to gcplus_* typologies #991.
Eight bot_gcplus intents
bot_gcplus_detect: detect CB gift card combo cited checkout
bot_gcplus_combo_explain: combo_rules_copy map grounded
bot_gcplus_remain_calc: remain_card_formula_copy calc map
bot_gcplus_partial_balance: gift_card_balance_ref balance < cart
bot_gcplus_checkout_guide: checkout_help_url combo steps
bot_gcplus_promo_cite: stacking_rules_copy promo stack map
bot_gcplus_breakdown_lite: order_breakdown_copy if order_ref provided
bot_gcplus_handoff: refund split dispute ops → #991
Tier 1 auto: detect, combo_explain, remain_calc, partial_balance, checkout_guide if checkout + GCPLUS-MAP + guardrails.
bot_gcplus_handoff, gcplus_refund_status, gcplus_ops_flag → agents #991 payload gcplus_id order_ref gift_card_ref.
How do I consume GCPLUS-MAP #991?
The bot reads GCPLUS-MAP #991: gcplus_id, gift_card_balance_ref, gift_card_applied_ref, card_amount_ref, combo_rules_copy, remain_card_formula_copy, order_breakdown_copy, refund_split_copy, stacking_rules_copy, checkout_help_url, agent_handoff_url.
Lookup grounded combo credit card gift card
Combo detect: credit card gift card keywords remaining balance → GCPLUS-MAP row
Gift card API: live balance verify Shopify admin masked code
COMBO-RULES-GROUNDED-BOT: combo_rules_copy map only
REMAIN-GROUNDED-BOT: remain_card_formula_copy calc map only
NO-AMOUNT-INVENT-BOT: never promise credit card amount outside API register
STACKING-GROUNDED-BOT: stacking_rules_copy map only
NO-REFUND-PROMISE-BOT: no mixed refund promised by tier 1 bot
Checkout widget: "Pay with gift card" entry + active cart detected.
GCPLUSBOT-SUP policy in six rules
Six bot rules for secure credit card gift cards.
GCPLUS-REGISTRY-GATE: lookup GCPLUS-MAP before combo response
COMBO-RULES-GROUNDED-BOT: combo_rules_copy cited if combo asked
REMAIN-GROUNDED-BOT: remain_card_formula_copy cited if credit card amount asked
NO-AMOUNT-INVENT-BOT: no promised amount outside of live API map
NO-REFUND-PROMISE-BOT: split refund → handoff #991 REFUND-01
MULPAY-REROUTE-BOT: wallet voucher three methods → MULPAYBOT #988, card only → GIFTCARD
Flow GCPLUSBOT GCB-1 to GCB-8
Eight-step flow: ingest detect lookup verify answer guide reroute handoff log.
GCB-1 Ingest: CB gift card message remaining balance debit
GCB-2 Combo detect: bot_gcplus_detect keywords cart
GCB-3 Registry lookup: GCPLUS-REGISTRY-GATE GCPLUS-MAP
GCB-4 Balance verify: gift card balance live API masked
GCB-5 Tier 1 answer: combo_explain remain_calc partial_balance promo_cite
GCB-6 Reroute: MULPAYBOT #988 GIFTCARD solo PAYDECL
GCB-7 Handoff: refund breakdown ops dispute → agent #991
GCB-8 Log: deflect remain_cite combo_cite KPI
Example TPL-GCPLUS-COMBO
“Gift card + CB: {{combo_rules_copy map}}. Remaining CB amount: {{remain_card_formula_copy calc}}.”
TPL-GCPLUS templates and touchpoints
Five short templates gift card + credit card combo embed widget checkout cart.
TPL-GCPLUS-COMBO
[combo_rules_copy map.] Gift card then credit card. COMBO-GROUNDED.
TPL-GCPLUS-REMAIN
[remain_card_formula_copy calc.] Cart minus applied gift card. REMAIN-GROUNDED.
TPL-GCPLUS-PARTIAL
[gift_card_balance_ref live.] Balance lower than cart. Complete with credit card. PARTIAL-GROUNDED.
TPL-GCPLUS-APPLY
[checkout_help_url.] Steps to enter gift card at checkout. APPLY-GROUNDED.
TPL-GCPLUS-HANDOFF
[agent_handoff_url.] Request [refund / breakdown / ops] forwarded. Policy [gcplus_id]. Delay [handoff_sla].
Touchpoints
"Pay with gift card": detect + combo_explain + apply_guide
Gift card checkout chip: remain_calc + REMAIN template
"Insufficient balance": partial_balance + PARTIAL template
"Mixed return refund": handoff #991 not auto bot
Edge cases: Credit card declined, gift card refund, multiple payment methods, gift card balance only
Five cases outside tier 1 bot standard credit card gift card.
Credit card declined after gift card: reroute payment declined
Refund to new gift card: reroute REFUND #993
Combo credit note + gift card + credit card: reroute MULPAYBOT #988
Gift card only, no combo: reroute GIFTCARD
Dispute order breakdown: handoff #991 BREAKDOWN no auto dispute bot
Bot does not allow mixed tier 1 refund: handoff #991 registry brief if frequent policy.
Essential gcplus_bot KPIs
Five GCPLUSBOT steering metrics and correlation #991.
gcplus_bot_deflect: CB gift card combo clarified without a gcplus_ ticket
gcplus_bot_remain_cite_rate: % of remain_card_formula sessions provided by tier 1
gcplus_bot_combo_cite_rate: % of combo_rules_copy sessions provided
gcplus_bot_handoff_rate: % of refund breakdowns routed #991
gcplus_bot_amount_invent_violation: invented amounts outside map target 0
Target: amount_invent_violation at zero and remain_cite_rate above 85% post GCPLUS-MAP D-0 sync.
Anti-patterns GCPLUSBOT
Five common mistakes with credit card gift card bot.
Inventing remaining credit card amount: REMAIN-GROUNDED formula map calc only
Improvised combo rules: COMBO-GROUNDED combo_rules_copy only
Promising mixed refund: NO-REFUND-PROMISE handoff #991
Confusing MULPAYBOT #988: #992 gift card + credit card not general multi-method
Auto-dispute order split: handoff #991 BREAKDOWN not bot dispute
GCPLUSBOT with Qstomy
Qstomy on Shopify: detect bot_gcplus intent, GCPLUS-MAP RAG combo index, gift card balance verify API masked, templates COMBO REMAIN PARTIAL APPLY, handoff #991 ops payload gcplus_id.
Pipeline: #992 bot combo remain apply cite → #991 breakdown refund ops execute.
Scenario: DTC beauty holidays 14 sessions gcplus_/month. Registry D-0. gcplus_bot_deflect +33%, amount_invent_violation 0.
Explore AI support and request a demo.
Checklist, FAQ and going further
GCPLUSBOT Checklist (8 steps)
Sync GCPLUS-MAP #991: RAG bot combo remain apply index
Policy GCPLUSBOT-SUP: 6 rules REGISTRY-GATE COMBO-GROUNDED NO-AMOUNT-INVENT
8 intents bot_gcplus_*: flow GCB-1 to GCB-8
5 templates TPL-GCPLUS-*: COMBO REMAIN PARTIAL APPLY HANDOFF
Gift card checkout widget: detect active cart entry
Gift card API verify: balance masked code test
Red team 10 amounts: invent remain combo off map test
Dashboard KPI: gcplus_bot_* section 9 + delta gcplus_
FAQ
Difference #991?
#991 = agents verify breakdown refund ops execute. #992 = bot tier 1 balance debit widget.
What if the bot invents a credit card amount?
No, not outside of GCPLUS-MAP API. NO-AMOUNT-INVENT-BOT. Handoff if disputed.
Difference MULPAYBOT #988?
#988 = combined general payment methods. #992 = focus on gift card + credit card only.
Difference from GIFTCARD guide?
Guide = balance expiration of card alone. #992 = combo gift card + credit card checkout.
Mixed order refund?
Bot handoff #991 REFUND-01. No tier 1 promise.
Go further
This week: sync GCPLUS-MAP #991, gift card checkout widget, templates COMBO REMAIN PARTIAL, measure gcplus_bot_deflect.

Enzo
July 1, 2026





