Skip to content

Commit 516bf4e

Browse files
Merge pull request #676 from plausible/Docs
payment failed info
2 parents 70de0ce + dd27470 commit 516bf4e

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

docs/billing.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,50 @@ In your account settings, go to the "**Subscription**" section. Under "**Next bi
6868
<img alt="Update Plausible billing information" src={useBaseUrl('img/v2/account-settings-update-billing-info.webp')} />
6969
</div>
7070

71+
## Why did my payment fail?
72+
73+
**Wrong or expired card details**
74+
75+
Double-check that the card number, expiry date and CVV are entered correctly and that the card hasn't expired.
76+
77+
**Billing address mismatch**
78+
79+
The address you enter at checkout must match what's on file with your card issuer. Even a small difference can cause the payment to fail.
80+
81+
**3DS authorization not completed**
82+
83+
If your card details are correct but your bank declined the payment, the most likely cause is a missing 3DS (3D Secure) authorization. On the first payment of a recurring subscription, most banks require you to explicitly approve the charge via your banking app or a one-time code. If this authorization isn't completed within a few minutes, the bank declines the payment. This only applies to the first payment. Subsequent renewals don't require it.
84+
85+
**Insufficient funds or spending limits**
86+
87+
Make sure the card has enough balance to cover the charge. Some cards also have daily or monthly spending limits that can cause a decline even when funds are available.
88+
89+
**Card blocked for online or international transactions**
90+
91+
Some banks disable online or international payments by default. Check your banking app or contact your bank to confirm these are enabled.
92+
93+
**Prepaid cards**
94+
95+
Paddle does not support prepaid cards for recurring subscriptions. Use a regular credit or debit card instead.
96+
97+
**Payment flagged by fraud prevention**
98+
99+
Paddle's fraud protection may block a payment if it detects suspicious patterns. Common triggers include inconsistencies between your location, the card's issuing country and the billing address, or multiple payment attempts across different countries or IP addresses. If you're browsing with a VPN active, your IP location may not match your billing details and trigger a block. Try disabling your VPN before retrying.
100+
101+
**Too many failed attempts**
102+
103+
After several declined attempts, your bank or Paddle may temporarily block further payment attempts on that card. If this happens, wait before retrying or use a different payment method.
104+
105+
**Browser extensions**
106+
107+
Ad blockers and privacy extensions can interfere with the payment form. Try disabling them or completing the checkout in a different browser.
108+
109+
**What to try**
110+
111+
- Review all card details and make sure they're correct, including the billing address
112+
- Check your banking app for any pending 3DS approval and complete it
113+
- Confirm your bank hasn't blocked online or international transactions
114+
- Disable any VPN or browser extensions before attempting payment
115+
- If your card details are correct and no 3DS prompt was issued, try subscribing using a different email address
116+
71117
Have a billing question not covered here? [Contact us](https://plausible.io/contact).

0 commit comments

Comments
 (0)