v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
BPay Accounts

Show BPay Account User

Show the User the BPay Account is associated with using a given :id.

get/bpay_accounts/{id}/users

Path parameters

idstring required

BPay account ID

Response

OK

Example response

{
  "users": {
    "full_name": "Samuel Seller",
    "email": "samuel.seller@assemblypayments.com",
    "first_name": "Samuel",
    "last_name": "Seller",
    "id": "Seller_1234",
    "location": "AUS",
    "verification_status": "pending",
    "roles": [
      "customer"
    ],
    "dob": "encrypted",
    "government_number": "encrypted",
    "related": {
      "addresses": "fe602dcf-4175-4f88-b5be-3beb04092dcd"
    }
  }
}