Khipu
This page provides an overview of the payments methods provided by the Khipu adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Khipu within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Payment Methods
| Payment Method | Transaction Flows | Transaction Types |
|---|---|---|
| DirectDebit | Full-Page Redirect | Debit, Refund |
Connector Config
| Parameter / Name | Type | Required | Description |
|---|---|---|---|
| username | string | true | Merchant username |
| API Secret | string | true | Khipu API key |
| extraData.merchantID | string | true | Your receiver_id from Khipu |
Debit Parameters
| Parameter / Name | Type | Required | Description |
|---|---|---|---|
| amount | string | true | Transaction amount: decimals separated by a "." (dot) |
| currency | string | true | 3 letter currency code |
| description | string | true | Description of items the user is purchasing |
Options Request
You can find more information about the options request here: Options Request
Retrieving a list of available banks
Returns a list of available banks.
Please use bank-list as an option name e.g. POST /options/{apiKey}/bank-list.