Trying to add new card to purchase database

Simon Drayton 0 Reputation points
2026-06-08T20:21:56.41+00:00

Hi all,

I'm hoping someone here has hit this and can point me in the right direction, because a week with support hasn't resolved it. In fact i don't even seem to care with level of comms and questions in the last 8 days.

The problem: I'm trying to add a credit card to purchase a service (Azure SQL Database). The card saves fine and shows in the payment methods list. But when I select it to complete the purchase, the portal just returns me to the same screen — no error message, no decline notice, nothing. It silently fails.

What I've already checked / tried:

  • Tried three different cards, all of them credit cards (not debit/prepaid/virtual).
  • All cards are US-registered with full US billing addresses; the account owner is a long-term US resident.
  • The billing account is registered in the US region.
  • Cards add and save successfully the failure only happens at the point of selecting the card to purchase.

Questions for the community:

  1. Has anyone seen this silent "returns to the same screen" behaviour, and what was the actual cause?

User's image

  1. Could this be a billing-account region or profile mismatch even when the cards themselves are US-based?
  2. Is there a way to see the real decline/failure reason from my side, or a portal page where the underlying billing error surfaces?
  3. Any known browser/cache/session issues that produce this exact symptom?

Any pointers appreciated I have an overdue database migration blocked entirely by this. Thanks.

Azure SQL Database

1 answer

Sort by: Newest
  1. AI answer

    2026-06-08T20:22:35.44+00:00

    The behavior described (card appears to save, but the purchase flow loops back to the same “add/select payment method” screen with no error) is consistent with Azure silently rejecting the card or the payment method association, even when the card itself looks valid.

    From the available guidance, the most common causes and checks are:

    1. Card type or issuer not supported in Azure
      • Azure doesn’t accept virtual or prepaid cards for subscriptions or Azure SQL Database purchases, even if they’re branded as Visa/Mastercard and work elsewhere.
      • Some specific issuers (for example, certain fintech/bank alternatives) are known to be rejected in particular Microsoft payment flows, even when they are physical cards. In those cases, the supported path is to use a standard bank-issued credit or debit card that meets Azure’s regional rules.
      • If any of the cards are from such providers, switch to a traditional bank card and retry.
    2. Country/region or billing-profile mismatch
      • The billing account’s country/region must match the country/region of the payment method. If there is any mismatch (for example, tenant or billing profile not actually US even though the user is in the US), the card can be rejected.
      • Azure enforces region-specific rules (for example, some regions only support credit cards, some only Visa/Mastercard). If the billing account is actually mapped to one of those regions, a card that doesn’t meet the rule will fail.
      • To rule this out, verify the billing account’s country/region and ensure the card is issued from the same country/region as the billing account.
    3. Card data or status issues
      • If the name, address, or CVV do not exactly match what the bank has on file, the card can be declined during the authorization step even though it appears to save successfully.
      • If the card is inactive, blocked, or not enabled for international/online transactions, the authorization can fail.
      • The recommended action is to confirm with the bank/card issuer that:
        • The card is active and not blocked.
        • International and online transactions are enabled.
        • The address and name being entered match the bank’s records.
    4. Outdated or blocked card information
      • If the card information is outdated or the card has previously failed authorizations, Azure can require updating or replacing the card before allowing further purchases.
      • Use the Azure portal’s payment methods experience to ensure the card is fully up to date. If problems persist, remove the card and add a different one that meets the supported payment-method rules.
    5. How to surface the real failure reason
      • For subscription and payment issues where the portal doesn’t show an error, Microsoft directs users to the declined card and payment issues troubleshooting flows. These flows don’t expose raw bank decline codes to customers but do narrow down the cause to:
        • Unsupported card type (virtual/prepaid, or specific issuer scenarios).
        • Country/region mismatch.
        • Inaccurate card details.
        • Inactive/blocked card.
      • If none of those apply and the portal still loops, the next supported step is to create a support request under Azure Billing so that support can see the backend decline codes and any risk checks that are blocking the transaction.
    6. Browser or session issues
      • For sign-up and payment flows, Azure relies on third-party cookies and specific browser behaviors. When cookies or certain content are blocked, the payment or verification step can appear to hang or silently fail.
      • Recommended checks:
        • Ensure third-party cookies are allowed for the Azure portal.
        • Try a different browser or an InPrivate/Incognito session.
        • Clear cache/cookies and retry the payment flow.
    7. If the card keeps failing
      • If a card continues to be declined or silently rejected after confirming all of the above, the supported resolution is to:
        • Use a different, standard bank-issued credit or debit card that complies with Azure’s payment-method rules for the billing account’s region.
        • If that still fails, open or update an Azure Billing support request so that support can review the specific billing account and payment method association.

    These steps address the most likely causes of the “returns to the same screen” symptom for Azure SQL Database purchases when cards appear to save but cannot be used to complete the transaction.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.