Skip to content

Commit 2e94388

Browse files
jsudraudbene2k1ldecarvalho-doc
authored
fix(bil): docs update (#4485)
* fix(bil): docs update * Apply suggestions from code review Co-authored-by: Benedikt Rollik <[email protected]> * Apply suggestions from code review Co-authored-by: ldecarvalho-doc <[email protected]> --------- Co-authored-by: Benedikt Rollik <[email protected]> Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 7ff538c commit 2e94388

File tree

5 files changed

+136
-4
lines changed

5 files changed

+136
-4
lines changed

faq/billing.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ It is also not possible to remove a credit card from your account if you have on
131131

132132
If your case does not match the situations above and you still cannot remove your credit card, [contact our support team](https://console.scaleway.com/support/tickets/create) for a manual verification.
133133

134+
### Can I extend an expired voucher code?
135+
No, voucher codes cannot be extended. They have a limited validity period.
136+
134137
## Account and billing management
135138

136139
### How can I add a billing contact to my account?

menu/navigation.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
{
116116
"label": "Scaleway network information",
117117
"slug": "scaleway-network-information"
118+
},
119+
{
120+
"label": "Protecting yourself against phishing and fraud",
121+
"slug": "protecting-yourself-fraud-phishing"
118122
}
119123
],
120124
"label": "Additional Content",
@@ -129,10 +133,6 @@
129133
{
130134
"label": "I cannot erase my account and personal data",
131135
"slug": "cannot-erase-account"
132-
},
133-
{
134-
"label": "Protecting yourself against phishing and fraud",
135-
"slug": "protecting-yourself-fraud-phishing"
136136
}
137137
],
138138
"label": "Troubleshooting",
@@ -229,6 +229,20 @@
229229
],
230230
"label": "Additional Content",
231231
"slug": "additional-content"
232+
},
233+
{
234+
"items": [
235+
{
236+
"label": "Fix common billing issues",
237+
"slug": "fix-common-billing-issues"
238+
},
239+
{
240+
"label": "I cannot add a payment method",
241+
"slug": "cannot-add-payment-method"
242+
}
243+
],
244+
"label": "Troubleshooting",
245+
"slug": "troubleshooting"
232246
}
233247
],
234248
"label": "Billing",
File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
meta:
3+
title: I cannot add a payment method
4+
description: Resolve issues encountered when adding a new payment method to your Scaleway account.
5+
content:
6+
h1: I cannot add a payment method
7+
paragraph: Resolve issues encountered when adding a new payment method to your Scaleway account.
8+
tags: billing credit card
9+
dates:
10+
validation: 2025-02-24
11+
posted: 2025-02-24
12+
categories:
13+
- billing
14+
---
15+
16+
## I can't find my credit card validation code
17+
18+
### Cause
19+
When adding a new credit card to your Scaleway account, a €1 authorization charge is made to verify the card's validity. This transaction includes a 4-digit validation code which appears on your bank statement. It typically appears on your bank statement within 24 hours.
20+
21+
### Solution
22+
- **Wait for the code to appear**: the validation code typically appears on your bank statement within 24 hours. If you do not see it immediately, please wait for this period.
23+
- **Check your bank statement**: review your bank account statement for the €1 authorization charge from Scaleway. The 4-digit validation code should be included in the transaction details.
24+
- **Contact Scaleway support**: if you still need help, please contact Scaleway's support team to validate your credit card.
25+
26+
## I tried to add a credit card, but I got a "card already registered" message
27+
28+
### Cause
29+
A credit card can only be registered once across all Scaleway Organizations. This means that if your card is already linked to another Scaleway account, you will not be able to add it again.
30+
31+
### Solution
32+
- Ensure that the credit card is not already registered to another Scaleway account. If you have multiple accounts, verify if the card is linked to one of them.
33+
- If the card is already in use, consider adding a different credit card to your account.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
meta:
3+
title: Fix common billing issues
4+
description: Troubleshoot issues preventing you from paying your Scaleway invoice.
5+
content:
6+
h1: Fix common billing issues
7+
paragraph: Troubleshoot issues preventing you from paying your Scaleway invoice.
8+
tags: billing credit card invoice
9+
dates:
10+
validation: 2025-02-24
11+
posted: 2025-02-24
12+
categories:
13+
- billing
14+
---
15+
16+
## I cannot pay my invoice
17+
18+
### Cause
19+
Your payment may have failed due to insufficient funds, an issue with your payment method, or incorrect SEPA mandate details.
20+
21+
### Solution
22+
**If you are paying by credit card, try the following:**
23+
- Ensure you have enough funds in your bank account.
24+
- If payment still does not work, the reason for the failure is indicated in the error message in the console
25+
<Message type="tip">
26+
A `card_declined` error message means the payment was refused by your bank. Contact your bank for more details.
27+
</Message>
28+
29+
**If you are paying via SEPA direct debit, try the following:**
30+
- Verify that your SEPA mandate is correctly set up to ensure future payments are processed.
31+
- Verify that your billing address matches the country of your bank account.
32+
- Retry the payment.
33+
<Message type="requirement">
34+
Unpaid invoices must be paid by credit card.
35+
</Message>
36+
37+
## I did not receive my invoice
38+
39+
### Cause
40+
Your invoice may not have been delivered due to an incorrect billing contact email or an issue with email delivery.
41+
42+
### Solution
43+
**Verify your billing email address:**
44+
- Check the [billing contact](/faq/billing/#how-can-i-add-a-billing-contact-to-my-account) section in your Scaleway console to ensure the email address is correct.
45+
- Check your spam or junk folder.
46+
<Message type="tip">
47+
You can also [download the your invoices](/billing/how-to/download-an-invoice/) from the console.
48+
</Message>
49+
50+
## I have no access to my invoices
51+
52+
### Cause
53+
Access to invoices is restricted based on your role and permissions within the Scaleway Organization. Only users with the necessary IAM rights can view the billing section.
54+
55+
### Solution
56+
- [Check your permissions within your Organization](/iam/quickstart/#how-to-give-permissions-to-users-and-applications-via-policies): if you are not the owner of the Organization, ensure that you have the appropriate IAM rights to access the billing section.
57+
- If you do not have the necessary permissions, ask the Organization owner for access.
58+
59+
## I deleted my resources but I still receive invoices
60+
61+
### Cause
62+
Some resources may continue to generate charges even after deletion. Common reasons include:
63+
- **Elastic Metal servers**: billing continues until the server is fully deleted. If the server is only powered off but not deleted, charges will still apply.
64+
- **Flexible IP addresses**: reserved flexible IPs are billed even if they are not attached to an active resource.
65+
- **Volumes and snapshots**: detached volumes or stored snapshots from deleted Instances may still incur storage charges.
66+
- **Pro-rata billing**: Scaleway operates on a pay-as-you-go model, so you may receive an invoice for usage incurred before deletion, even if the resource was removed before the end of the billing cycle.
67+
68+
### Solution
69+
**Verify deleted resources:**
70+
- Check your Scaleway console to ensure that all associated resources (e.g., servers, IPs, volumes, snapshots) have been fully deleted.
71+
- Review your billing details.
72+
73+
## My voucher code did not work
74+
75+
### Cause
76+
Your voucher code may be incorrect, expired, or not applicable to your resources.
77+
78+
### Solution
79+
**Verify the voucher code:**
80+
- Double-check that you entered the code correctly without any typos.
81+
- Check the [voucher scope](/billing/how-to/redeem-voucher-code/#understanding-voucher-scope)
82+
If you still need help with your voucher code, contact our Support team.

0 commit comments

Comments
 (0)