Back | Public Strata API/bankAccount
To search by plan number:
https://strata
-<<REGION>>.urbanise.com/integrations/api/bankAccount/client/<<CID>>/planNo/<<PLAN_NUMBER>>
To search by BPay Biller Code:
https://strata
-<<REGION>>.urbanise.com/integrations/api/bankAccount/client/<<CID>>/bpayBillerCode/<<BILLER_CODE>>
The <<REGION>> is determined by the location of the application you want to send the request to.
Regions include: AU (Australia & Asia), MENA (Middle East & Caribbean) & SA (South Africa)
Example: https://strata-au.urbanise.com
This is your "Client ID".
The "Plan Number" of the property you're requesting data for.
The following must be passed in the request header.
Accept: application/json
Authorization: Bearer <<token>>
Note the authorization token must be obtained from Urbanise.
Below is an example of a request.
https://strata-mena.urbanise.com/integrations/api/bankAccount/client/802/planNo/DM42
Accept: application/json
Authorization: Bearer cf290305-c688-44c6-b248-a3352b19c519
{
"planNumber": "DM42",
"planBankAccName": "Marina 42",
"planBankAccNumber": "12345789",
"planBankBSB": "BOMLAEADXXX",
"planBankName": "MASHREQBANK PSC.",
"planBPayBillerCode": null
}