v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBUsers
List User's BPay Accounts
List the BPay Accounts the User is associated with using a given :id.
get/users/{id}/bpay_accounts
Path parameters
idstring required
User ID
Response
OK
Example response
{
"bpay_accounts": [
{
"active": true,
"id": "46deb476-c1a6-41eb-8eb7-26a695bbe5bc",
"currency": "AUD",
"verification_status": "not_verified",
"bpay_details": {
"account_name": "My biller 123",
"biller_code": 123456,
"biller_name": "ABC Water",
"crn": 987654321
}
}
]
}