This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/api/stripe
John Mizerek d0f0f86176 Reuse existing PaymentIntent instead of blocking on retry
When user abandons checkout and retries, retrieve the existing
PaymentIntent from Stripe. If still usable (requires_payment_method,
requires_confirmation, requires_action), return its client_secret.
If already succeeded, block with clear error. If terminal/canceled,
clear and create new one.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-17 19:01:17 -08:00
..
createPaymentIntent.cfm Reuse existing PaymentIntent instead of blocking on retry 2026-02-17 19:01:17 -08:00
getPaymentConfig.cfm Add getPaymentConfig endpoint for Payment Sheet saved cards 2026-02-17 18:00:56 -08:00
onboard.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
status.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
webhook.cfm Fix CFML syntax error in webhook.cfm breaking all Stripe webhooks 2026-02-17 16:48:25 -08:00