From f376cc09cacab12ef01e388ffeb001350c88d093 Mon Sep 17 00:00:00 2001
From: Ask <34611138+FaNzu@users.noreply.github.com>
Date: Thu, 5 Jun 2025 15:32:49 +0200
Subject: [PATCH 1/5] updating payment page for cloud
---
umbraco-cloud/set-up/new-shop/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/umbraco-cloud/set-up/new-shop/README.md b/umbraco-cloud/set-up/new-shop/README.md
index b1ca10a7e80..3a5c118cbcb 100644
--- a/umbraco-cloud/set-up/new-shop/README.md
+++ b/umbraco-cloud/set-up/new-shop/README.md
@@ -30,13 +30,13 @@ Once a credit card has been added it will show up in a drop-down when creating n
Select Payment Methods
-## Removing credit cards
+## Changing and removing payment methods
In some cases, you might need to change the credit card information on the Umbraco Cloud Organization.
-Sometimes, it is not possible to remove a credit card from the organization right away. This is because it needs to be removed from the project first. To do this, you need to visit the payment section of the project which you can find through the following URL:
+If you add more than 1 credit cards to an organization, it is possible to choose which credit card will invoiced on the 1th of the month. To do so click on the Set as primary button, to select that card to be payed from.
-'https://www.s1.umbraco.io/project/{project-alias}/payment'.
+If you want to remove an expired card, or if you have access to a card. Click on the trashcan icon on the card to remove it.
## Payment and Invoices
From 213752c310eec1e54e30e1a5953be5176a513864 Mon Sep 17 00:00:00 2001
From: Ask Hylleberg
Date: Fri, 6 Jun 2025 09:56:23 +0200
Subject: [PATCH 2/5] Removing old migration documentation and spelling mistake
in payment
---
umbraco-cloud/set-up/new-shop/README.md | 2 +-
...scription-migration-information-and-faq.md | 47 -------------------
2 files changed, 1 insertion(+), 48 deletions(-)
delete mode 100644 umbraco-cloud/set-up/new-shop/subscription-migration-information-and-faq.md
diff --git a/umbraco-cloud/set-up/new-shop/README.md b/umbraco-cloud/set-up/new-shop/README.md
index 3a5c118cbcb..f2c97603701 100644
--- a/umbraco-cloud/set-up/new-shop/README.md
+++ b/umbraco-cloud/set-up/new-shop/README.md
@@ -34,7 +34,7 @@ Once a credit card has been added it will show up in a drop-down when creating n
In some cases, you might need to change the credit card information on the Umbraco Cloud Organization.
-If you add more than 1 credit cards to an organization, it is possible to choose which credit card will invoiced on the 1th of the month. To do so click on the Set as primary button, to select that card to be payed from.
+If you add more than 1 credit cards to an organization, it is possible to choose which credit card will invoiced on the 1th of the month. To do so click on the Set as primary button, to select that card to be billed.
If you want to remove an expired card, or if you have access to a card. Click on the trashcan icon on the card to remove it.
diff --git a/umbraco-cloud/set-up/new-shop/subscription-migration-information-and-faq.md b/umbraco-cloud/set-up/new-shop/subscription-migration-information-and-faq.md
deleted file mode 100644
index 1f29874750d..00000000000
--- a/umbraco-cloud/set-up/new-shop/subscription-migration-information-and-faq.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-description: >-
- Soon all remaining customers will be migrated to the new subscription and
- billing engine on Umbraco Cloud. Below you find the most frequently asked
- questions about migration.
----
-
-# Subscription migration information and FAQ
-
-The migration of Umbraco Cloud subscriptions from shop.umbraco.com to the new subscription and billing engine on Umbraco Cloud will start on September 4, 2023. The migration will be performed in batches in close collaboration with our payment provider to ensure the subscriptions are moved correctly.
-
-The process will be handled automatically, no action is required on your end.
-
-You can find documentation on how the new subscription and billing engine works in the [Organizations documentation](https://docs.umbraco.com/umbraco-cloud/getting-started/the-umbraco-cloud-portal/organizations) and [Payments documentation](https://docs.umbraco.com/umbraco-cloud/set-up/manage-subscriptions/new-shop).
-
-### Frequently Asked Questions
-
-#### What is the difference between “the old shop” and the new subscription and billing engine?
-
-When we refer to the old shop (or old billing engine), we mean subscriptions handled on shop.umbraco.com. The new subscription and billing engine is integrated directly into the Umbraco Cloud portal.
-
-#### Where is “the new shop”?
-
-The new shop exists within the Umbraco Cloud portal and can be found in the organization view.
-
-#### What should I be aware of when a subscription is migrated?
-
-* The subscription will be connected to an organization on Umbraco Cloud.
-* You will only be charged once a month and can find information about invoices and credit cards under your organization.
-* Inviting other users or non-users to your organization in the Organization is possible under the Members item.
-* Invoices in the new shop are sent directly via email and you can download invoices in your organization, under Payment History.
-
-#### Will it still be possible to download the invoices from the old shop?
-
-If you need the old invoices, please reach out to [contact@umbraco.com](mailto:contact@umbraco.com).
-
-#### How can I change my organization's information?
-
-The information can be changed in your Organization under the Information item.
-
-#### How can I change the name of my organization?
-
-The name of the organization can be changed by reaching out to [contact@umbraco.com](mailto:contact@umbraco.com).
-
-#### How can one change the currency on their new shop profile?
-
-Currency is based on the country that the Organization has put in. To change this reach out to [contact@umbraco.com](mailto:contact@umbraco.com).
From 7f3a1f820d7a1a0ec886800466406fc0a074deb7 Mon Sep 17 00:00:00 2001
From: Ask Hylleberg
Date: Fri, 6 Jun 2025 10:01:13 +0200
Subject: [PATCH 3/5] shortening a sentence for payment
---
umbraco-cloud/set-up/new-shop/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/umbraco-cloud/set-up/new-shop/README.md b/umbraco-cloud/set-up/new-shop/README.md
index f2c97603701..35092ced9ad 100644
--- a/umbraco-cloud/set-up/new-shop/README.md
+++ b/umbraco-cloud/set-up/new-shop/README.md
@@ -34,7 +34,7 @@ Once a credit card has been added it will show up in a drop-down when creating n
In some cases, you might need to change the credit card information on the Umbraco Cloud Organization.
-If you add more than 1 credit cards to an organization, it is possible to choose which credit card will invoiced on the 1th of the month. To do so click on the Set as primary button, to select that card to be billed.
+If you add more than one card, you can choose which one is billed on the 1st of the month. To do so click on the Set as primary button, to select that card to be billed.
If you want to remove an expired card, or if you have access to a card. Click on the trashcan icon on the card to remove it.
From f23cdd795560622fdd0a1b6478624346b2069661 Mon Sep 17 00:00:00 2001
From: Ask <34611138+FaNzu@users.noreply.github.com>
Date: Wed, 11 Jun 2025 08:25:47 +0200
Subject: [PATCH 4/5] Update umbraco-cloud/set-up/new-shop/README.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
---
umbraco-cloud/set-up/new-shop/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/umbraco-cloud/set-up/new-shop/README.md b/umbraco-cloud/set-up/new-shop/README.md
index 35092ced9ad..3caef0e80cd 100644
--- a/umbraco-cloud/set-up/new-shop/README.md
+++ b/umbraco-cloud/set-up/new-shop/README.md
@@ -34,7 +34,7 @@ Once a credit card has been added it will show up in a drop-down when creating n
In some cases, you might need to change the credit card information on the Umbraco Cloud Organization.
-If you add more than one card, you can choose which one is billed on the 1st of the month. To do so click on the Set as primary button, to select that card to be billed.
+If you add multiple cards, you can choose which one will be billed on the 1st of the month. To do this, click the **Set as primary** button on the card you want to use.
If you want to remove an expired card, or if you have access to a card. Click on the trashcan icon on the card to remove it.
From 226a6344996d325c25d17ad2157e6e0cc3a0e2a1 Mon Sep 17 00:00:00 2001
From: Ask <34611138+FaNzu@users.noreply.github.com>
Date: Wed, 11 Jun 2025 08:26:02 +0200
Subject: [PATCH 5/5] Update umbraco-cloud/set-up/new-shop/README.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
---
umbraco-cloud/set-up/new-shop/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/umbraco-cloud/set-up/new-shop/README.md b/umbraco-cloud/set-up/new-shop/README.md
index 3caef0e80cd..b014e4a939f 100644
--- a/umbraco-cloud/set-up/new-shop/README.md
+++ b/umbraco-cloud/set-up/new-shop/README.md
@@ -36,7 +36,7 @@ In some cases, you might need to change the credit card information on the Umbra
If you add multiple cards, you can choose which one will be billed on the 1st of the month. To do this, click the **Set as primary** button on the card you want to use.
-If you want to remove an expired card, or if you have access to a card. Click on the trashcan icon on the card to remove it.
+To remove an expired or unused card, click the trash can icon next to that card.
## Payment and Invoices