Supported Payment Methods
The payment methods you can use with hosted fields
Hosted Fields supports a different set of payment methods depending on how you integrate. Here are the possible factors:
- Tokens: whether or not your 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
orcustomer
mode.customer
mode supports a restricted set of payment methods.payment
is the default, andcustomer
is only used for long-term storage.
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. In the future, we may add inline fields support to these payment methods.
Updated 8 months ago