Skip to main content

Laybuy

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 MethodTransaction FlowsTransaction Types
CreditcardFull-Page RedirectDebit, Refund

Additional Parameters

NameTypeRequiredDescription
firstName (Customer)stringtrueThe customer’s first name
lastName (Customer)stringtrueThe customer’s family name
email (Customer)stringtrueThe customer’s email
shippingAddress1 (Customer)stringtrueThe first address line
shippingAddress2 (Customer)stringfalseThe second address line
shippingCity (Customer)stringtrueThe address suburb, town or county
shippingCountry (Customer)stringfalseThe country
shippingState (Customer)stringtrueThe address state (case-sensitive)
shippingPostcode (Customer)stringtrueThe address postcode
shippingPhone (Customer)stringtrueThe address postcode
itemsobjectfalseThe object containing cart items

Item

NameTypeRequiredDescription
identificationstringtrueThe merchant's unique identifier (id, PLU/SKU, barcode, etc.) for the product.
quantitynumbertrueThe quantity being purchased.
pricenumbertrueThe unit price of the product.
descriptionstringtrueThe description of the product.

Additional parameters for Refund

NameTypeRequiredDescription
extraData.notestringfalseA brief description of the reason for the refund.