> For the complete documentation index, see [llms.txt](https://support.simbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.simbase.com/billing/payment-methods.md).

# Payment Methods

Based on the selected currency for your account, Simbase offers various payment methods. We provide different payment methods for our[ SIM shop](#sim-store) and for topping up your [account balance](#sim-management-dashboard).

## SIM Management Dashboard

The Simbase SIM management dashboard supports several payment methods. Depending on the currency selected for your account. All online payments are handled by [Stripe](https://stripe.com).

{% tabs %}
{% tab title="USD 🇺🇸" %}

#### **One-time payments:**

* Visa
* Mastercard
* American Express
* [Recharge by invoice (purchase order)](/billing/payment-methods/recharge-by-invoice-purchase-order.md)

#### Auto-recharge payments:

* Visa
* Mastercard
* American Express
  {% endtab %}

{% tab title="EUR 🇪🇺" %}

#### **One-time payments:**

* Visa
* Mastercard
* American Express
* Cartes Bancaires
* iDeal
* EPS
* Giropay
* Sofort
* Bancontact
* Przelewy24
* [Recharge by invoice (purchase order)](broken://pages/mu2N9uoNdN9lAuK2geGL)

#### Auto-recharge payments:

* Visa
* Mastercard
* American Express
  {% endtab %}

{% tab title="GBP 🇬🇧" %}

#### **One-time payments:**

* Visa
* Mastercard
* American Express
* [Recharge by invoice (purchase order)](broken://pages/mu2N9uoNdN9lAuK2geGL)

#### Auto-recharge payments:

* Visa
* Mastercard
* American Express
  {% endtab %}

{% tab title="AUD 🇦🇺" %}

#### **One-time payments:**

* Visa
* Mastercard
* American Express
* [Recharge by invoice (purchase order)](broken://pages/mu2N9uoNdN9lAuK2geGL)

#### Auto-recharge payments:

* Visa
* Mastercard
* American Express
  {% endtab %}

{% tab title="CAD 🇨🇦" %}
**One-time payments:**

* Visa
* Mastercard
* American Express
* [Recharge by invoice (purchase order)](broken://pages/mu2N9uoNdN9lAuK2geGL)

#### Auto-recharge payments:

* Visa
* Mastercard
* American Express
  {% endtab %}
  {% endtabs %}

## SIM Store

The [Simbase SIM store](https://store.simbase.com) provides various payment methods depending on the currency used for the transaction.

{% tabs %}
{% tab title="USD 🇺🇸" %}
We support payment from debit and credit cards issued by the following companies:

* Visa
* Mastercard
* American Express
  {% endtab %}

{% tab title="EUR 🇪🇺" %}
For EUR payments, we support the following payment methods:

* Credit cards
* Debit cards
* CartaSi
* Cartes Bancaires
* iDeal
* SOFORT
* Bancontact
* GiroPay
* Belfius Direct Net
* KBC/CBC Payment Button
* EPS
* SEPA bank transfer
  {% endtab %}

{% tab title="GBP 🇬🇧" %}
For GBP payments, we support the following payment methods:

* Credit cards
* Debit cards
* SEPA bank transfer
  {% endtab %}

{% tab title="AUD 🇦🇺" %}
We support payment from debit and credit cards issued by the following companies:

* Visa
* Mastercard
* American Express
  {% endtab %}

{% tab title="CAD 🇨🇦" %}
We support payment from debit and credit cards issued by the following companies:

* Visa
* Mastercard
* American Express
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.simbase.com/billing/payment-methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
