v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBBPay Accounts
Create BPay Account
Create a BPay Account to be used as a Disbursement destination.
post/bpay_accounts
Request body
Example request
{
"user_id": "725cc8c0-759b-0138-5d6d-0a58a9feac05",
"account_name": "My Water Bill Company",
"bpay_crn": "987654321"
}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
}
}
}