docs: remove LSP nondelivery liability from receipts guide#577
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Greptile SummaryThis PR removes the nondelivery-liability disclosure ("Lightspark Payments, LLC is liable for nondelivery or delayed delivery.") from the receipts compliance guide. The removal is applied consistently in two places — the visual sample receipt component and the required Lightspark regulatory disclosures table.
Confidence Score: 5/5Safe to merge — the change is documentation-only and applied consistently across both affected locations in the file. The removal is clean and consistent: the nondelivery-liability sentence is deleted from the rendered JSX receipt example and from the required-disclosures reference table in the same commit, leaving no leftover references. No surrounding content, field mappings, code examples, or other disclosures are touched. No files require special attention.
|
| Filename | Overview |
|---|---|
| mintlify/snippets/receipts.mdx | Removes the "Lightspark Payments, LLC is liable for nondelivery or delayed delivery." disclosure consistently from both the visual receipt component (JSX) and the Lightspark regulatory disclosures reference table. |
Sequence Diagram
sequenceDiagram
participant Customer
participant Platform
participant Grid as Grid (Lightspark)
participant Regulators
Grid-->>Platform: OUTGOING_PAYMENT.COMPLETED or INCOMING_PAYMENT.COMPLETED webhook
Platform->>Platform: Assemble receipt fields (regulatory disclosures + tx data)
Platform->>Customer: Deliver receipt (email / in-app / PDF)
Platform->>Grid: "POST /transactions/{id}/confirm (receiptDeliveryConfirmedAt)"
Grid->>Grid: Store confirmation timestamp on transaction
Regulators-->>Grid: Request delivery records
Grid-->>Regulators: Furnish receiptDeliveryConfirmedAt
Reviews (1): Last reviewed commit: "docs: remove LSP nondelivery liability f..." | Re-trigger Greptile
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com