feat(billing): force card-only Stripe Checkout, disable Pay with Link (BUNYIP-208) #251
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/bunyip-208-checkout-card-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pin payment_method_types to Card on the membership Subscribe Checkout session so Stripe never offers "Pay with Link" or any other Dashboard-default method. Previously the call left payment_method_types unset, so Stripe fell back to whatever the operator's Dashboard had enabled (Link is on by default for new accounts). The explicit whitelist is the durable source of truth: a future Stripe account swap cannot accidentally re-enable Link.
#BUNYIP-208