E-commerce
July 1, 2026
"The bot promises my refund in 24 hours without verifying the return." "The AI invents a delay that is absent from the policy." "Chatbot promises cash when the refund is actually in a gift card." Three failures where a poorly calibrated gift card refund bot generates disputes and finance escalations.
An e-commerce gift card refund AI chatbot does not replace GCREFUND (#993) agents. It reads GCREFUND-MAP, cites refund_to_card_policy_copy, refund_delay_copy, balance_check_steps, and hands off cash disputes to humans.
This guide #994 covers intents bot_gcref_*, flows GCREFUNDBOT GRB-1 to GRB-8, and KPI gcref_bot. Bot companion to the GCREFUND playbook (#993). Usecase: gift card credit delay tier 1 post-return widget.
Summary
Why botify gift card refunds post-return?
"When does the credit appear on my gift card?", "is it a new card or mine?" and "where can I see my balance after refund?" arrive after return accepted. A calibrated bot looks up GCREFUND-MAP, cites refund_delay refund_to_card_policy without improvising out-of-register delays.
What the tier 1 bot resolves
Gift card refund policy: refund_to_card_policy_copy map grounded
Balance delay: refund_delay_copy map cite
New vs original: new_card_vs_credit_copy map cite
Check balance: balance_check_steps_copy balance_check_url
Partial refund: partial_refund_rules_copy map cite
Return process: return_process_copy map cite
The bot intercepts bot_gcref_delay_cite before invented delay or reroutes GCPLUSBOT #992 if split mixed orders cited.
DTC active returns mode example
Fashion brand gift card refund, 8 gcref_/month widget sessions. Bot sync GCREFUND-MAP Day-0. gcref_bot_deflect +30%, gcref_bot_delay_invent_violation 0 in 5 weeks.
GCREFUNDBOT #994 vs GCREFUND #993, REFUND, GCPLUS #991, GIFTCARD
Seven gift card bot refund contents, seven distinct roles.
Quick matrix
#994 GCREFUNDBOT: tier 1 bot balance credit delay post-return widget
GCREFUND #993: agents verify escalate finance ops execute
REFUND: general cash refund distinct from gift card credit
GCPLUS #991: split mixed order refund distinct from new return credit
GIFTCARD: gift card usage balance expiration distinct from post-return refund
STORECREDIT: store credit distinct from gift card
Pipeline: bot policy delay balance cite → #993 cash dispute escalate finance execute.
Which bot_gcref_* intents should be configured?
Eight gift card refund intents mapped to gcref_* typologies #993.
Eight bot_gcref intents
bot_gcref_detect: detect return gift card refund cited
bot_gcref_policy_cite: refund_to_card_policy_copy map grounded
bot_gcref_delay_cite: refund_delay_copy map grounded
bot_gcref_newcard_cite: new_card_vs_credit_copy map cite
bot_gcref_balance_guide: balance_check_steps_copy balance_check_url
bot_gcref_partial_cite: partial_refund_rules_copy map cite
bot_gcref_return_guide: return_process_copy return steps map
bot_gcref_handoff: cash demand dispute amount u2192 #993
Tier 1 auto: detect, policy_cite, delay_cite, balance_guide, newcard_cite if return cited + GCREFUND-MAP + guardrails.
bot_gcref_handoff, gcref_cash_vs_card, gcref_ops_flag u2192 agents #993 payload gcref_id return_ref order_ref.
How do I use GCREFUND-MAP #993?
The bot reads GCREFUND-MAP #993: gcref_id, refund_to_card_policy_copy, refund_delay_copy, new_card_vs_credit_copy, partial_refund_rules_copy, cash_vs_card_choice_copy, balance_check_steps_copy, balance_check_url, return_process_copy, agent_handoff_url.
Lookup grounded gift card refund
Refund detect: keywords refund gift card return credit → GCREFUND-MAP row
Return status API: return_ref order_ref live status verify
REFUND-POLICY-GROUNDED-BOT: refund_to_card_policy_copy map only
DELAY-GROUNDED-BOT: refund_delay_copy map only
NO-DELAY-INVENT-BOT: never promise delay outside of register
BALANCE-GROUNDED-BOT: balance_check_steps_copy map only
NO-CASH-PROMISE-BOT: no cash promised bot tier 1 gift card only
Customer account widget: entry "Gift card refund status" + return_ref detected.
GCREFUNDBOT-SUP Policy in six rules
Six rules bot safe gift card refund.
GCREFUND-REGISTRY-GATE : lookup GCREFUND-MAP before refund response
REFUND-POLICY-GROUNDED-BOT : refund_to_card_policy_copy cited if policy asked
DELAY-GROUNDED-BOT : refund_delay_copy cited if delay asked
NO-DELAY-INVENT-BOT : no delay promise outside of map
NO-CASH-PROMISE-BOT : cash requested → handoff #993 CHOICE-01 escalate
GCPLUS-REROUTE-BOT : split mixed order → GCPLUS #991, card usage → GIFTCARD
Flow GCREFUNDBOT GRB-1 to GRB-8
Eight-step flow: ingest detect lookup verify answer guide reroute handoff log.
GRB-1 Ingest: message refund gift card delay balance return
GRB-2 Refund detect: bot_gcref_detect keywords return order
GRB-3 Registry lookup: GCREFUND-REGISTRY-GATE GCREFUND-MAP
GRB-4 Return verify: return_ref order_ref status live API
GRB-5 Tier 1 answer: policy_cite delay_cite newcard_cite balance_guide
GRB-6 Reroute: GCPLUS #991 GIFTCARD REFUND solo
GRB-7 Handoff: cash dispute amount → agent #993
GRB-8 Log: deflect delay_cite policy_cite KPI
Example TPL-GCREF-DELAY
“Gift card refund: {{refund_to_card_policy_copy map}}. Balance delay: {{refund_delay_copy map}}. Return {{return_ref}} status {{statut}}.”
Templates TPL-GCREF and touchpoints
Five short templates for gift card refund embed widget in the customer account return section.
TPL-GCREF-POLICY
[refund_to_card_policy_copy map.] Post-return gift card credit. POLICY-GROUNDED.
TPL-GCREF-DELAY
[refund_delay_copy map.] Return [return_ref] status [statut]. DELAY-GROUNDED.
TPL-GCREF-NEWCARD
[new_card_vs_credit_copy map.] Refund card. NEWCARD-GROUNDED.
TPL-GCREF-BALANCE
[balance_check_steps_copy map.] [balance_check_url.] BALANCE-GROUNDED.
TPL-GCREF-HANDOFF
[agent_handoff_url.] Request [cash / dispute / amount] forwarded. Policy [gcref_id]. Delay [handoff_sla].
Touchpoints
"Gift card refund status": detect + delay_cite + policy_cite
Customer account return accepted: balance_guide + BALANCE template
"New card received?": newcard_cite + NEWCARD template
"I want cash": handoff #993 no auto bot
Edge cases: cash requested, mixed split, store credit, expired card
Five cases outside tier 1 bot refund standard gift card.
Cash refund request: handoff #993 CHOICE-01 cash_vs_card escalate finance
Dispute on credited amount: handoff #993 PARTIAL-01 no auto bot dispute
Split existing mixed order: reroute GCPLUS #991
Store credit confusion: reroute STORECREDIT
Expired gift card: reroute GIFTCARD expiration policy
Bot does not authorize tier 1 cash: handoff #993 brief registry if frequent policy.
Essential gcref_bot KPIs
Five GCREFUNDBOT steering metrics and #993 correlation.
gcref_bot_deflect: delay balance clarified without gcref_ ticket
gcref_bot_delay_cite_rate: % of refund_delay_copy sessions provided tier 1
gcref_bot_policy_cite_rate: % of refund_to_card_policy sessions provided
gcref_bot_handoff_rate: % cash dispute routed #993
gcref_bot_delay_invent_violation: invented delays outside map target 0
Target: delay_invent_violation at zero and delay_cite_rate above 85% post sync GCREFUND-MAP D-0.
GCREFUNDBOT anti-patterns
Five common mistakes in gift card bot refunds.
Inventing balance delay: DELAY-GROUNDED refund_delay_copy only
Improvising policy: POLICY-GROUNDED refund_to_card_policy_copy only
Promising cash refund: NO-CASH-PROMISE handoff #993
Confusing GCPLUS #991: #994 new return credit not existing mixed split
Disputing auto amount: handoff #993 PARTIAL not bot dispute
GCREFUNDBOT with Qstomy
Qstomy on Shopify: detect bot_gcref intent, GCREFUND-MAP RAG refund gift card index, return status verify API, templates POLICY DELAY BALANCE NEWCARD, handoff #993 ops payload gcref_id.
Pipeline: #994 bot policy delay balance cite → #993 cash dispute escalate finance execute.
Scenario: DTC mode 8 sessions gcref_/month. Registry Day 0. gcref_bot_deflect +30%, delay_invent_violation 0.
Explore AI support and request a demo.
Checklist, FAQ and going further
GCREFUNDBOT Checklist (8 steps)
Sync GCREFUND-MAP #993: RAG bot policy delay balance index
Policy GCREFUNDBOT-SUP: 6 rules REGISTRY-GATE DELAY-GROUNDED NO-DELAY-INVENT
8 intents bot_gcref_*: flow GRB-1 to GRB-8
5 templates TPL-GCREF-*: POLICY DELAY NEWCARD BALANCE HANDOFF
Customer account return widget: detect entry return_ref
Return status API verify: test return status
Red team 10 delays: invent delay policy out of map test
KPI Dashboard: gcref_bot_* section 9 + delta gcref_
FAQ
Difference with #993?
#993 = agents verify escalate finance ops execute. #994 = bot tier 1 delay balance widget.
Bot invents a delay?
No, out of GCREFUND-MAP. NO-DELAY-INVENT-BOT. Handoff if dispute.
Difference with REFUND guide?
Guide = general cash refund. #994 = gift card credit post-return.
Difference with GCPLUS #991?
#991 = split existing mixed order. #994 = new gift card credit issued.
Cash request?
Bot handoff #993 CHOICE-01. No tier 1 cash promise.
Go further
Customer service refund
This week: sync GCREFUND-MAP #993, customer account return widget, POLICY DELAY BALANCE templates, measure gcref_bot_deflect.

Enzo
July 1, 2026





