Axepta
This page provides an overview of the payments methods provided by the Axepta adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Axepta within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Payment Methods
The table below lists the payment methods that Axepta supports.
| Payment Method | Transaction Flows | Transaction Types |
|---|---|---|
| CreditCard | Server-To-Server | Preauthorize, Register, Debit, Refund, Capture, Void, Payout, Incremental Authorization |
Mandatory parameters
PreAuthorize
| Gateway Parameters | Axepta Parameter | Required | Description |
|---|---|---|---|
| amount | amount.value | true | Transaction amount |
| currency | amount.currency | true | Currency - ("EUR") |
| customer.email | customerInfo.email | false | Customer email address |
| customer.billingCountry | billingAddress.country | false | Two characters Code of the shipping country ("DE") |
Debit
| Gateway Parameters | Axepta Parameter | Required | Description |
|---|---|---|---|
| amount | amount.value | true | Transaction amount |
| currency | amount.currency | true | Currency - ("EUR") |
| customer.email | customerInfo.email | false | Customer email address |
| customer.billingCountry | billingAddress.country | false | Two characters Code of the shipping country ("DE") |
Capture / Partial Capture
| Gateway Parameters | Axepta Parameter | Required |
|---|---|---|
| amount | amount.value | true |
| currency | amount.currency | true |
| customer.email | customerInfo.email | false |
| Extra Data - IXOPAY | Axepta Parameter | Required | Description |
|---|---|---|---|
| extraData.psp:captureMethod.manual.currentSequence | currentSequence | true | The sequence number of the current manual capture in a series of captures for a single transaction. Relevant for multiple partial captures. |
| extraData.psp:captureMethod.manual.total | total | true | Indicates whether the current manual capture is the final capture for the transaction |
Payout (Refund without reference)
| Gateway Parameters | Axepta Parameter | Required |
|---|---|---|
| amount | amount.value | true |
| currency | amount.currency | true |
| customer.email | customerInfo.email | false |
| customer.billingCountry | billingAddress.country | false |
| Extra Data | Required | Description |
|---|---|---|
| extraData.unreferencedRefund | true | Indicates that the transaction is refund without reference |
Refund (Refund with reference)
| Gateway Parameters | Axepta Parameter | Required | Description |
|---|---|---|---|
| amount | amount.value | true | Transaction amount |
| currency | amount.currency | true | Currency - ("EUR") |
| customer.email | customerInfo.email | false | Customer email address |
| customer.billingCountry | billingAddress.country | false | Two characters Code of the shipping country ("DE") |
Void
| Gateway Parameters | Axepta Parameter | Required |
|---|---|---|
| amount | amount.value | true |
| currency | amount.currency | true |