v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
BPay Accounts

Show BPay Account

Show details of a specific BPay Account using a given :id.

get/bpay_accounts/{id}

Path parameters

idstring required

BPay account 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
    }
  }
}