# 💸 Payment Methods

Redision Payment Gateway supports a variety of payment methods to accommodate a wide range of users and business models in Indonesia.

***

### 📱 Direct Carrier Billing (DCB)

Allows users to pay using their mobile phone credit (pulsa). Common for digital content, gaming, and subscriptions.

| Parameter           | Operator  | Supported Denominations                                              |
| ------------------- | --------- | -------------------------------------------------------------------- |
| `telkomsel_airtime` | Telkomsel | 1,000 – 500,000 IDR                                                  |
| `indosat_airtime`   | Indosat   | 5,000 – 500,000 IDR                                                  |
| `xl_airtime`        | XL        | 1,000 – 500,000 IDR                                                  |
| `three_airtime`     | Tri       | <p>Base Request<br><sub><em>Ask your Redision contact</em></sub></p> |
| `smartfren_airtime` | Smartfren | 5,000 – 500,000 IDR                                                  |

> ℹ️ *Each operator may support slightly different denominations. Ensure you validate allowed values in your integration.*

***

### 💼 e-Wallets

Widely used for daily transactions. Most methods are flexible in amount (min. 1,000 IDR).

| Parameter   | Wallet Name |
| ----------- | ----------- |
| `gopay`     | GoPay       |
| `shopeepay` | ShopeePay   |
| `ovo`       | OVO         |
| `dana`      | DANA        |
| `qris`      | QRIS        |

> ℹ️ *Minimum amount: 1,000 IDR*

***

### 🏦 Virtual Account

Currently available: **BCA, BRI, Mandiri, BNI, Permata & Sinarmas**

| Parameter     | Bank     |
| ------------- | -------- |
| `va_bca`      | BCA      |
| `va_bri`      | BRI      |
| `va_bni`      | BNI      |
| `va_mandiri`  | MANDIRI  |
| `va_permata`  | PERMATA  |
| `va_sinarmas` | SINARMAS |

✅ Requires `customer_name` in the request\
🔒 Minimum amount: 10,000 IDR

***

### 💳 Credit Cards&#x20;

Planned support for:

* Visa
* MasterCard

Credit card support will follow PCI-DSS compliance and 3DS secure validation.<br>

| Parameter     | Bank              |
| ------------- | ----------------- |
| `visa_master` | Visa & Mastercard |

✅ Requires `customer_name` in the request\
🔒 Minimum amount: 10,000 IDR

***

### 📌 Summary Table

| Method Type     | Parameter Examples   | Min. Amount | Notes                  |
| --------------- | -------------------- | ----------- | ---------------------- |
| DCB             | `telkomsel_airtime`  | varies      | Fixed denominations    |
| e-Wallet        | `gopay`, `ovo`       | 1,000       | Flexible               |
| Virtual Account | `va_bca`             | 10,000      | Requires customer name |
| Credit Card     | `visa`, `mastercard` | 10,000      | Flexible               |


---

# Agent Instructions: 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:

```
GET https://redpay.gitbook.io/redpay-docs/payment-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
