At MYOB, we’re constantly working to ensure our client's data security, when making changes that allow our Partners to build better applications as part of the MYOB Developer Program.
With that in mind, today we are letting you know that a change is coming to the MYOB Business API.
As of the 1st February 2023, the Banking/Bankaccount endpoint will now return masked responses for some of its fields.
The following fields that will be masked in the body request:
"BankAccountName"
"BSB"
"BankAccountNumber"
"CardName"
"CardNumber"
Here is an example of what a request body will look like for this endpoint:
{
"UID": "d39edf84-57bb-42f0-90b4-9c1d3d491424",
"FinancialInstitution": "WBC",
"BankAccountName": "********",
"BSB": "********",
"BankAccountNumber": "********",
"CardName": null,
"CardNumber": null,
"Account": {
"UID": "19a1c319-973b-4728-b247-a38a435f2840",
"Name": "General Cheque Account 1",
"DisplayID": "1-1110",
"URI": "https://arl2.api.myob.com/accountright/62ca356b-acda-4971-ac5f-741fe654251c/GeneralLedger/Account/19a1c319-973b-4728-b247-a38a435f2840"
},
"BankLinkStatus": "ACTIVE",
"LastReconciledDate": "2020-04-30T00:00:00",
"URI": "https://arl2.api.myob.com/accountright/62ca356b-acda-4971-ac5f-741fe654251c/Banking/BankAccount/d39edf84-57bb-42f0-90b4-9c1d3d491424",
"RowVersion": "-933933972725956608"
}
If you have any questions, log a ticket with the Customisation & Integration Team.
Comments
0 comments
Article is closed for comments.