This API retrieves a list of all bank accounts associated with a business or person. The response includes details such as the account number, routing number, account holder’s name, account type, and other relevant information.
Documentation Index
Fetch the complete documentation index at: https://docs.ach.netevia.com/llms.txt
Use this file to discover all available pages before exploring further.
Token-based authentication using Authorization: Bearer <YOUR_API_KEY> provided by the GrailPay Support Team.
UUID of the user
Successful response
true
""
[
{
"uuid": "f7a809c8-1987-4627-b1ab-885550cbbb5a",
"user_uuid": "f7a809c8-1987-4627-b1ab-885550cbbb5a",
"account_number": "12345678901234",
"routing_number": "056008849",
"account_name": "Jack Jones",
"account_type": "savings",
"aggregator_type": "manual",
"created_at": "2023-10-16 16:19:42",
"is_default": true
},
{
"uuid": "9abaa7dc-b31d-4fdf-b8a5-e62c8a582c9b",
"user_uuid": "f7a809c8-1987-4627-b1ab-885550cbbb5a",
"account_number": "1111222233330000",
"routing_number": "011401533",
"account_name": "Jack Jones",
"account_type": "savings",
"aggregator_type": "plaid",
"created_at": "2023-11-29 13:31:48",
"is_default": false
}
]null
null