This page provides an overview of the payments methods provided by the KakaoPay adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating KakaoPay within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Supported Payment Methods
Payment Method | Transaction Flows | Transaction Types |
---|
KakaoPay | Full-Page Redirect | Debit, Refund , Partial-Refund |
Mandatory Debit parameters
Parameter | Type | Description |
---|
currency | String | Currency of the transaction (Accepted: KRW). |
customer.identification | String | identification of the customer |
successUrl | String | redirect to URL on success/pending. |
callbackUrl | String | endpoint to receive status notifications. |
cancelUrl | String | redirect to URL on cancel. |
Optional Debit parameters
Parameter | Type | Description |
---|
description | String | Items description. |
items.quantity | String | Quantity of each item. |
extraData.paymentMethodType | String | Payment method to be used, if not specified, all payment methods are accepted. Only CARD or MONEY. |
taxDetails.tax_free_amount | String | Tax free amount. |
taxDetails.vat_amount | String | Vat amount. |
Mandatory Refund & Partial-Refund parameters
Parameter | Type | Description |
---|
currency | String | Currency of the transaction (Accepted: KRW). |
References: