---
title: "Hosted Fields | Supported Payment Methods"
description: "A reference listing which payment methods are supported by KOMOJU Hosted Fields across payment mode, customer mode, and token mode."
url: "https://docs.priv.staging.komoju-dev.tools/en/docs/integration-guides/hosted-fields-supported-payment-methods"
source_url: "https://docs.priv.staging.komoju-dev.tools/en/docs/integration-guides/hosted-fields-supported-payment-methods.md"
language: en
last_modified: "2026-03-25"
---

Hosted Fields supports a different set of payment methods depending on how you integrate. Here are the possible factors:

- Tokens: whether or not you pass `token` to your `<komoju-fields>` element will impact the number of payment methods you can use with Hosted Fields.
- Session mode: Sessions can be either `payment` or `customer` mode. `customer` mode supports a restricted set of payment methods. `payment` is the default, and `customer` is only used for [long-term storage](https://docs.priv.staging.komoju-dev.tools/development/long-term-tokens).

Here is the full list:

✅ = supported
❌ = unsupported
⚠️ = partial support

| Payment Type Slug | Payment Mode | Customer Mode | Token |
| --- | --- | --- | --- |
| `credit_card` | ✅ | ✅ | ✅ |
| `konbini` | ✅ | ❌ | ✅ |
| `bank_transfer` | ✅ | ❌ | ✅ |
| `paypay` | ✅ | ✅ | ⚠️ |
| `aupay` | ✅ | ❌ | ⚠️ |
| `linepay` | ✅ | ❌ | ⚠️ |
| `merpay` | ✅ | ❌ | ⚠️ |
| `paidy` | ✅ | ❌ | ❌ |
| `rakutenpay` | ✅ | ❌ | ⚠️ |
| `alipay` | ✅ | ❌ | ⚠️ |
| `wechatpay` | ⚠️ | ❌ | ❌ |
| others | ⚠️ | ❌ | ❌ |

⚠️ (token): these payment methods can be used to create tokens, but you will still need to manually redirect customers to another page in order for them to pay.

⚠️ (payment mode): these payment methods do not yet have inline fields. They will work fine with any Hosted Fields integration, but on submit the customer will be redirected to our [Hosted Page](https://docs.priv.staging.komoju-dev.tools/en/docs/integration-guides/web-integrations/introduction-to-hosted-page.md). In the future, we may add inline fields support to these payment methods.
