Kakao Pay
Features
Processing currencies | KRW,GBP,USD,EUR |
---|---|
Settlement currencies | GBP,USD,EUR,HKD |
Minimum transaction amount | 1 KRW |
Maximum transaction amount | 2,000,000 KRW |
Refunds | ✅ |
Partial Refunds | ✅ |
Multiple partial refund | ❌ |
Chargeback | ❌ |
Integration Method
kakaopay
1.
Direct API
How to integration
kakaopay
to the list of payment method types.terminal_type
are WAP, WEB, APP, and MINI_APP:os_type
is required if terminal_type is "APP" or "WAP". The enumeration values for os_type
areIOS
、 ANDROID
。{
"amount":200,
"currency":"KRW",
"confirm":true,
"payment_method_options":{
"kakaopay":{
"terminal_type":"APP",
"os_type": "IOS"
}
},
"payment_method_data" : {
"type":"kakaopay"
},
"return_url":"https://wooshpay.com"
}
{
"id": "pi_1704776286032887808",
"object": "payment_intent",
"created": 1695285314000,
"livemode": false,
"currency": "KRW",
"amount": 200,
"status": "requires_action",
"client_secret": "pi_1704776286032887808_secret_aHmBseB8L0F00LckjwWtPvIy",
"next_action": {
"type": "kakaopay_handle_redirect",
"kakaopay_handle_redirect": {
"url": "https://psp.ac.alipay.com/page/simulation-wallet/acwallet/alipayconnectcode.html?code=2816660400930nTo2sfoFzTldC2sffyv4qWK&pspName=KAKAOPAY&loadMode=2"
}
},
"payment_method_types": [
"kakaopay"
],
"confirmation_method": "automatic",
"payment_method_options": {
"kakaopay": {
"terminal_type": "APP",
"os_type": "IOS"
}
},
"return_url": "https://wooshpay.com",
"payment_method": "pm_1704776285928030208",
"capture_method": "automatic"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-03-22 07:53:16