Autopay
This page provides an overview of the payments methods provided by the Autopay adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Autopay 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 | iFrame Form & payment.js Integration | Debit, Register, Preauthorize, Capture, Void, Refund, Deregister |
Mandatory Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| customer.email | string | true [Debit, Register, Preauthorize] | The customer's email |
| customer.ipAddress | string | true [Debit, Register, Preauthorize] | The customer's IP Address |
| extraData.ServiceURL | string | true [Debit, Register, Preauthorize] | URL of the store from which the payment was initiated |
Transaction Indicator
| Transaction Indicator | PSP's behaviour |
|---|---|
| INITIAL, RECURRING, CARDONFILE, CARDONFILE-MERCHANT-INITIATED | GatewayID = 1503 Payment will be sent |
| RECURRING, CARDONFILE, CARDONFILE-MERCHANT-INITIATED | RecurringAction = AUTO will be sent |
| INITIAL | RecurringAcceptanceState = ACCEPTED, RecurringAction = INIT_WITH_PAYMENT, RecurringType = UNSCHEDULED will be sent |