This page provides an overview of the payments methods provided by the Laybuy adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Laybuy within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
The required currency is AUD (Australian dollar).
Payment Methods
| Payment Method | Transaction Flows | Transaction Types |
|---|
| Creditcard | Full-Page Redirect | Debit, Refund |
Additional Parameters
| Name | Type | Required | Description |
|---|
| firstName (Customer) | string | true | The customer’s first name |
| lastName (Customer) | string | true | The customer’s family name |
| email (Customer) | string | true | The customer’s email |
| shippingAddress1 (Customer) | string | true | The first address line |
| shippingAddress2 (Customer) | string | false | The second address line |
| shippingCity (Customer) | string | true | The address suburb, town or county |
| shippingCountry (Customer) | string | false | The country |
| shippingState (Customer) | string | true | The address state (case-sensitive) |
| shippingPostcode (Customer) | string | true | The address postcode |
| shippingPhone (Customer) | string | true | The address postcode |
| items | object | false | The object containing cart items |
Item
| Name | Type | Required | Description |
|---|
| identification | string | true | The merchant's unique identifier (id, PLU/SKU, barcode, etc.) for the product. |
| quantity | number | true | The quantity being purchased. |
| price | number | true | The unit price of the product. |
| description | string | true | The description of the product. |
Additional parameters for Refund
| Name | Type | Required | Description |
|---|
| extraData.note | string | false | A brief description of the reason for the refund. |