Pay Advantage 10.5.0
April 10th, 2025
Production implementation date: 9th April 2025
Customer API enhancement
We've expanded the Customer API to allow access to additional fields, enabling more comprehensive data retrieval.
In this update, the following fields have been added:
- Date of Birth (DOB)
- Phone
- Mobile
- Home Phone
Looking ahead, we're also working on enabling API access to customer custom fields—allowing both retrieval and updates via the API interface.
{
"Records": [
{
"Code": "AAKCHA",
"ExternalID": null,
"IsConsumer": true,
"Name": "Sebastian Carter",
"FirstName": "Sebastian",
"LastName": "Carter",
"CustomRef": "MYOB991846",
"Email": "[email protected]",
"DOB": null,
"Phone": {
"CountryId": 1,
"CountryIso": "AU",
"Number": null
},
"Mobile": {
"CountryId": 1,
"CountryIso": "AU",
"Number": null
},
"HomePhone": {
"CountryId": 1,
"CountryIso": "AU",
"Number": null
},
"BillerCode": "212886",
"BPAYRef": "9993702910",
"DateUpdated": null,
"DateCreated": "2021-04-15T22:34:14.587+10:00",
"DateJoined": null,
"CreatedBy": {
"FirstName": "Darlene",
"LastName": "Maxwell",
"UserName": "[email protected]"
},
"IsActive": true
}
]
}