This page provides an overview of the payments methods provided by the Jcc adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Jcc 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 |
|---|
| CreditCard | payment.js, Server-to-server | Capture, Debit, Preauthorize, Refund, Register, Void |
Mandatory Parameters
| Name | Type | Description |
|---|
| Currency | string | 3 letters (ISO 4217) |
| Amount | number | Transaction amount |
Additional Parameters
| Name | Type | Required | Description |
|---|
| description | string | false | Transaction description. |
| customer.identification | string | false | The customer identification on the web shop side. |
| customer.email | string | false | The customers email. |
| customer.billingAddress1 | string | false | The customers billing address |
| customer.billingAddress2 | string | false | The customers billing address |
| customer.billingPostcode | string | false | The customers billing post code. |
| customer.billingCity | string | false | The customers billing city |
| customer.billingCountry | string | false | The customers billing country |
Item Parameters
| Name | Type | Required | Description |
|---|
| item.identification | string | true | Unique product identifier in the cart. |
| item.name | string | true | Item name |
| item.commodityCode | float | true | Number (identifier) of an item in the store system |
| item.quantity | integer | false | Item quantity |
| item.price | float | false | Price for each item unit |