Humm
This page provides an overview of the payments methods provided by the Humm adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Humm 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) for Australia and NZD (New Zealand dollar) for New Zealand.
Payment Methods
Payment Method | Transaction Flows | Transaction Types |
---|---|---|
Humm | Full-Page Redirect | Debit, Refund |
Additional Parameters
Name | Type | Required | Description |
---|---|---|---|
firstName (Customer) | unicode string | false | Customer's first name |
lastName (Customer) | unicode string | false | Customer's last name |
email (Customer) | unicode string | false | Customer email address |
shippingPhone (Customer) | unicode string | false | Customer's phone number |
shippingAddress1 (Customer) | unicode string | false | Shipping address line 1 |
shippingAddress2 (Customer) | unicode string | false | Shipping address line 2 |
shippingCity (Customer) | unicode string | false | Shipping city |
shippingCountry (Customer) | iso-3166-1 alpha-2 | false | Shipping country e.g. AU |
shippingState (Customer) | unicode string | false | Shipping state |
shippingPostcode (Customer) | unicode string | false | Shipping postcode |
shippingFirstName (Customer) | unicode string | false | Customer's first name (Shipping) |
shippingLastName (Customer) | unicode string | false | Customer's last name (Shipping) |
billingAddress1 (Customer) | unicode string | false | Billing address line 1 |
billingAddress2 (Customer) | unicode string | false | Billing address line 2 |
billingCity (Customer) | unicode string | false | Billing city |
billingCountry (Customer) | iso-3166-1 alpha-2 | false | Billing country e.g. AU |
billingState (Customer) | unicode string | false | Billing state |
billingPostcode (Customer) | unicode string | false | Billing postcode |