E-commerce

How do I handle invoice requests for gifts and professional orders?

How do I handle invoice requests for gifts and professional orders?

June 29, 2026

"I gave this product to my sister, can you send me the invoice to my email?" "Our accounting department is blocking the payment without an invoice in the name of SAS Dupont, VAT FR12345678901." Two requests, two recipients, the same support team that sometimes confuses shipping address and billing address.

Shopify sends an order confirmation, not a native compliant tax invoice (Shopify Community, invoice 2026). Facturii points out that in France, from the very first euro in B2B, a structured invoice is mandatory, and in B2C it must be provided upon request (Facturii, compliant invoice 2025).

This guide #254 covers gift invoice requests and pro orders. Complements VAT questions (#160) (general tax layer): here, support workflows, macros, and gift vs business cases.

Summary

Why do gift and pro invoice requests overload support?

A support invoice request mixes legal documents, gift confidentiality, and accounting urgency. Misrouted, it generates repeat tickets or a price leak to the recipient.

Three structural tensions

  • Double gift recipient: buyer invoice, recipient package

  • Incomplete professional data: company name entered as "personal" at checkout

  • Accounting deadline: expense claim or purchasing validation within 48 hours

Seasonal volume

November-January peak: Christmas gifts + corporate financial year-end. Shop Circle estimates that merchants without automated invoice sending manually process each post-purchase request (Shop Circle, auto invoices 2026).

DTC Cosmetics Example

Premium brand, 12% monthly "invoice" tickets in December (vs 3% in June). 60% gift orders, 28% light pro. Without INV-* macros: invoice AHT 11 min, 2 errors/month invoice sent to shipping address. After workflow + Sufio app: AHT 4 min, self-service deflection 52%.

How does it differ from the neighboring VAT, gift, and B2B guides?

Five administrative contents, five support angles.

VAT Questions (#160)

VAT (#160): Gross/Net, intra-community, reverse charge. #254: document request and routing gift vs pro, not the general tax explanation.

Gift Orders (#205)

Gift (#205): price hiding, message, voucher without amount. #254: buyer PDF invoice when the package goes to the recipient.

Corporate bulk (#158)

Bulk (#158): 50-500 packages, quote, multi-address CSV. #254: single or small batch pro invoice (1-20 orders) without a heavy quote process.

Payment terms B2B (#234)

Net terms (#234): due date, credit limit. #254: invoice issuance and correction, not deferred payment.

Bot documents (#255)

Bot documents (#255): bot intents, double auth, and guardrails. #254 sets human rules, macros, and finance escalations that #255 automates.

What types of invoice requests and what tags?

Twelve billing support intents to distinguish before macros and bot.

Gift (buyer)

  • gift_invoice_buyer: invoice on buyer's email post-gift

  • gift_no_invoice_in_box: "invoice in the parcel" to be removed if possible

  • gift_expense_receipt: personal expense claim support document

Professional

  • pro_invoice_missing: not received after order

  • pro_invoice_correction: incorrect company name / VAT

  • pro_invoice_po: add purchase order number

  • pro_invoice_intracom: tax-free reverse charge invoice

Frequent verbatims

"Invoice in my company name, not personal" · "Forward to the accounting department accounting@…" · "I bought a gift, I only have the confirmation" · "Correct the SIRET number on issued invoice" · "Invoice with 0% VAT intracom Belgium".

Gorgias Tags

invoice_request + sub-tag above. Priority P1 if business payment blockage or accounting deadline < 24 h. See taxonomy (#135).

How do I process a invoice request for a gift purchase?

The gift invoice workflow protects confidentiality: the recipient never receives the paid PDF.

Golden Rule

Invoice and transactional emails → purchaser account email only. Shipping address = recipient with no fiscal document. Align gift order (#205).

Gift Agent Flow (6 steps)

  1. Verify requestor's email = Shopify order email

  2. Confirm gift flag or shipping address ≠ billing address

  3. Status paid + no active chargeback

  4. Generate or resend PDF from invoicing app (Sufio, Order Printer Pro)

  5. Send to purchaser's email, never to the shipping address

  6. Confirm: "Invoice sent to [email]. No fiscal document is included in the gift package."

Macro INV-GIFT-01

"Gift order #[X]: your invoice #[number] is attached / available here: [link]. Sent to [purchaser email]. The recipient receives a slip without prices. For expense reports, provide company name and VAT within 7 days if correction is needed."

"Remove invoice from package" request

If unfulfilled: warehouse note "no price packing slip". If shipped: explain future policy + gesture if operational error is proven. Do not resend invoice to recipient to "correct".

How do I process a professional order invoice request?

The pro invoice workflow requires complete legal data before issuance or correction.

Mandatory B2B invoice fields France

Invoices: company name, address, SIREN/SIRET, VAT number if EU, description of products excl. tax, VAT rate, total incl. tax, payment terms (Facturii, legal notices).

Agent collection if checkout incomplete

  1. Exact company name (copy-paste Kbis)

  2. Complete billing address

  3. SIRET or intra-EU VAT number (country format + digits)

  4. Accounting email if different from the buyer

  5. Client PO number if required before internal payment

Macro INV-PRO-01 (first issuance)

"Order #[X] paid on [date]. Invoice #[num] issued to [company name], VAT [rate or reverse charge]. PDF: [link]. For any correction, reply within 7 days with the exact Kbis legal name. Beyond this: credit note + re-invoicing according to finance policy."

Intra-EU VAT

Rule: validate VIES number before cross-border tax-free invoice (Regulo, intra-EU VAT). Support agent does not manually validate tax exemption without VIES records in the order. Escalate to finance if there is a discrepancy between checkout and client request.

How do I correct an invoice that has already been issued?

The support invoice correction is framework-regulated: no ad hoc PDF modification without an accounting trace.

Authorized tier 1 corrections (7 days post-order)

  • Company name (typo, not a change of legal entity)

  • Billing address

  • Addition of PO number as a note

  • Invoice recipient email (accounting)

Finance escalation corrections

  • Change of VAT amount (Gross → Net intracommunity)

  • Partial credit note or re-invoicing

  • Invoice > 30 days, closed accounting period

  • Change of buyer legal entity

Macro INV-CORRECT-01

"We are issuing a corrective invoice #[num2] cancelling #[num1]. New PDF attached within 48 business hours. Please forward both numbers to your accounting department for reconciliation."

Correction SLA

Acknowledgment within 4 hours. Corrected PDF in 24-48 business hours for tier 1. Finance 48-72 hours if VAT is impacted. Never promise a VAT correction in the chat without internal accounting validation.

What Shopify setup and which apps to reduce support tickets?

The Shopify billing stack determines whether support sends or resends.

Native Shopify Limits

Order confirmation ≠ legal invoice. GraphQL mutation orderInvoiceSend sends a payment link, not a compliance PDF for the FR market (Shopify Dev, orderInvoiceSend).

Recommended DTC FR/EU Apps

  • Sufio / Facturii / Regulo: auto invoice, VAT, sequential numbering

  • Order Printer Pro: branded PDF + self-service link in confirmation email

  • Exemptify: B2B VAT exemption at checkout

Minimal Automation

Shop Circle: dynamic PDF link in confirmation email = −40% to 60% decrease in "where is my invoice" tickets (Shop Circle, auto invoice).

Pro Checkout

Mandatory fields if business domain email or "business purchase" toggle: company name + VAT. Reduces post-purchase corrections by 35-50%.

E-invoicing 2026

Prepare Factur-X format and 10-year archiving via a compliant app. Support redirects to the app PDF, and does not manually generate Excel spreadsheets.

Which INV-* macros per scenario?

Eight invoice support macros cover 85% of tickets after section 3 tagging.

INV-RESEND-01 (simple resend)

"Invoice #[num] order #[X]: [PDF link]. Check spam. Customer account: [orders link]."

INV-GIFT-01 (purchaser gift)

See section 4. Always confirm invoice recipient email ≠ shipping.

INV-PRO-01 (first pro issuance)

See section 5. Include reverse charge mention if applicable.

INV-PO-01 (purchase order)

"PO #[PO] added as comment on invoice #[num]. PDF updated within 24 hours. If order is already paid by credit card, PO is internal reference only."

INV-ACCT-01 (accounting resend)

"Invoice #[num] sent as copy to [compta@]. Bank details and payment terms: [pro page link]. For Net terms: see B2B account." Link payment terms (#234).

INV-REFUSE-01 (unauthorized third party)

"For confidentiality purposes, invoices are only sent to the ordering email address. Please ask the buyer to forward the PDF to you or contact us from their account." See authentication (#122).

INV-INTRACOM-01 (exemption)

"Your VAT number [XX] was validated at checkout on [date]. VAT-free invoice with reverse charge mention. Retrospective VAT refund not possible if compliant invoice has been issued." Align VAT (#160).

How do I authenticate the requester and route to finance?

Invoice request security prevents tax data leaks and VAT refund fraud.

Mandatory Verifications

  • Ticket email = order email OR verified account login

  • Last 4 digits of credit card or billing address if in doubt

  • No invoice to shipping address without proof of buyer

  • Third-party accountant: buyer copy in CC or written authorization

Immediate Finance Escalation

Tag escalation_finance if: VAT correction, credit note, invoice > €5,000 excl. tax, reverse charge dispute, pro forma invoice request before order. Internal SLA 4 business hours.

Common Fraud

Request for invoice excl. tax on order incl. tax paid by an individual, then request for VAT refund. Refuse policy + original invoice incl. tax kept. Document in support decisions (#239).

Gift + January Return

Recipient of return without invoice: route to post-holiday returns (#253), do not issue an invoice to the recipient.

Which gift invoice and pro invoice anti-patterns should be avoided?

Six billing support errors are costly in disputes and repeat tickets.

Sending the invoice to the gift shipping address

Price leak + personal data leak. Fix: strict INV-GIFT-01.

Manually modifying the PDF

Accounting non-compliant. Fix: billing app + credit note.

Promising VAT refund on chat

Tax risk. Fix: finance escalation, never tier 1.

Confusing order confirmation and invoice

Accountant client rejects the document. Fix: automatic PDF or honest macro on delay.

Ignoring PO before B2B shipping

Order blocked on the client side. Fix: checkout PO field or hold fulfillment policy.

No business fields at checkout

80% of corrections are avoidable. Fix: "business purchase" toggle with mandatory VAT.

How does Qstomy handle gift and business invoice requests?

Qstomy qualifies gift vs pro intent, verifies order email, and sends the PDF link without exposing data to the wrong recipient.

Invoice features

  • Order lookup: billing vs shipping, gift flag

  • gift_invoice Intent: buyer PDF only

  • pro_invoice Intent: collects missing SIRET/VAT

  • Self-service link: customer account + PDF app sync

  • Finance handoff: VAT correction, context package

  • Third-party auth: refusal + macro INV-REFUSE-01

DTC encrypted scenario

In-house brand, 340 invoice tickets/Dec. (vs 45/month baseline). Before Qstomy: deflection 18%, 3 sends/month to the wrong address. Deployment of 6 INV-* macros, 3 intent bot, confirmation PDF link. Result: deflection 54%, human AHT −58%, recipient errors 0, finance escalations −31% (complete collection before handoff).

Explore Shopify integration, AI customer support, request a demo.

Which operational playbooks should be launched before the gifting peak?

Playbook 1: billing stack (1 week, Oct.)

Choose FR-compliant app. Enable sequential numbering. Test B2C invoice, B2B FR, intracom BE. PDF link in confirmation email.

Playbook 2: checkout pro fields (4 hrs)

Toggle "company purchase": company name, VAT, optional PO. Help page "Invoices and VAT" with PDF examples.

Playbook 3: INV-* macros (2 hrs)

Import 8 macros from section 8. Link dynamic fields for invoice number, PDF link, email.

Playbook 4: gift team brief (1 hr, Nov.)

Rule: buyer invoice, never shipping. Align warehouse "no price slip" with gift (#205).

Playbook 5: finance escalation (2 hrs)

Matrix section 6. Slack contact #finance-invoices. SLA 4 hrs/48 hrs.

Playbook 6: post-peak review (2 hrs, Jan.)

Top intents, correction rate, repeat tickets. Adjust checkout if > 20% INV-CORRECT.

Useful interlinking

A well-handled invoice request does not just send a PDF: it sends the right PDF to the right person, with the right details, without exposing a gift. When gift, pro, and correction each have a documented path, the December peak remains administrative, not chaotic.

Enzo

June 29, 2026

Convert over 2,000 customers on average per month with Qstomy.

The world’s 1st Shopify AI dedicated to customer conversion

Empowering 200+ e-commerce merchants

Subscribe to the newsletter and get a personalized e-book!

No-code solution, no technical knowledge required. AI trained on your e-shop and non-intrusive.

*Unsubscribe at any time. We do not send spam.

Subscribe to the newsletter and get a personalized e-book!

No-code solution, no technical knowledge required. AI trained on your e-shop and non-intrusive.

*Unsubscribe at any time. We do not send spam.