Accounts
Endpoint: BASE_URL/baas/customer-accounts
In Galileo, you can find these types of accounts:
Primary accounts: a primary account is the first account you create when onboarding a new customer.
Secondary accounts: secondary accounts represent additional products that a customer wishes to acquire. You need to pass the primary account number to enable secondary account creation.
ACH accounts: an ACH account is a record in the Galileo system that corresponds to a customer's external bank account.
In this endpoint, you can only get the primary and secondary accounts.
This endpoint can receive a category
parameter that refers to the type of account you want to filter by.
You can use the following values:
primary
secondary
Example of how to pass parameter: BASE_URL/baas/customer-accounts?category=primary
If no parameter is sent, by default, it returns both categories.
Linker example response:
If you want to get only one account for your id, you can use the
BASE_URL/baas/customer-accounts/:id
endpoint.
Last updated