Understand the Korean card payment system and learn how to integrate TossPayments.
Questions frequently asked by merchants unfamiliar with the payment system in Korea.
Unforunately, there isn't an English version except this document. Please use Google Translate on Chrome or any other translation tool on your web brower if you need more information. The translation may not be perfect, so feel free to reach out on Discord or via email.
Without a Korean credit card, you can't test the card authentication step. Use the '_skipAuth' parameter to skip the authentication process on the card company app. You will be directed to the result window and recieve response data.
```
tossPayments.requestPayment('CARD', {
amount: 15000,
orderId: 'SrlYzXxfB0p6Mbb99cN6_',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
**_skipAuth : 'FORCE_SUCCESS' // move direct to succesURL (FORCE_FAIL to move failURl)**
successUrl: 'http://localhost:8080/success',
failUrl: 'http://localhost:8080/fail'
})
```
```
tossPayments.requestPayment('CARD', {
amount: 15000,
orderId: 'SrlYzXxfB0p6Mbb99cN6_',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
**_skipAuth : 'FORCE_SUCCESS' // move direct to succesURL (FORCE_FAIL to move failURl)**
successUrl: 'http://localhost:8080/success',
failUrl: 'http://localhost:8080/fail'
})
```
Use the request header **Accept-language : en-US**. All the fields and error messages will be in English.
Yes. Credit card payment in installments are available for payments over 50,000 KRW.
Yes! We already have many references.
By default, payments are automatically captured at midnight on the day they are made. But we also support manual capture.
Unfortunately, TossPayments does not support partial capture.
Unfortunately, TossPayments does not support partial capture.
In Korea, credit card payments can be refunded for a maxium of one year after the payment. If payment has already been settled, the refund will be deducted from the following settlement amount. Partial refunds are also supported.
Get real-time English tech support on our Discord server. Join our Discord server and visit the global-support channel!