Business Details
Banking Information
Forgot Password
Bulk Imports
Customer Users
Business
Business Details
Banking Information
GET
/
banking
/
business
/
{businessID}
curl --request GET \
--url https://api.joinworth.com/integration/api/v1/banking/business/{businessID} \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"message": "Banking information fetched successfully.",
"data": [
{
"id": "e362901d-0e10-40bf-9e54-41978dc585e0",
"business_integration_task_id": "0341c7bb-893a-4a2e-aaef-cc751554a5b1",
"bank_account": "LZbA8JXANEHdQAjV6N8QH1ZN4WVNbKhkjPW97",
"bank_name": "Plaid Checking",
"official_name": "Plaid Gold Standard 0% Interest Checking",
"institution_name": "Citibank Online",
"verification_status": null,
"balance_limit": "0",
"currency": "USD",
"type": "depository",
"subtype": "checking",
"mask": "0000",
"created_at": "2024-09-11T13:43:53.130Z",
"routing_number": null,
"wire_routing_number": null,
"deposit_account": false,
"is_selected": false,
"average_balance": null,
"transactions": [],
"balances": [],
"match": false,
"depositAccountInfo": null,
"verification_result": null
},
{
"id": "95e1228c-0d94-4d7c-9487-16bd4b2e9cb6",
"business_integration_task_id": "0341c7bb-893a-4a2e-aaef-cc751554a5b1",
"bank_account": "pVX6Gv46RoHPpvLlmMZpC68KAo1KbVtpoLQKv",
"bank_name": "Plaid Saving",
"official_name": "Plaid Silver Standard 0.1% Interest Saving",
"institution_name": "Citibank Online",
"verification_status": null,
"balance_limit": "0",
"currency": "USD",
"type": "depository",
"subtype": "savings",
"mask": "1111",
"created_at": "2024-09-11T13:43:57.115Z",
"routing_number": null,
"wire_routing_number": null,
"deposit_account": false,
"is_selected": false,
"average_balance": null,
"transactions": [],
"balances": [],
"match": false,
"depositAccountInfo": null,
"verification_result": null
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"23e916f6-e681-43f7-8c79-23a0e6ceb391"
Response
200 - application/json; charset=utf-8
OK
Was this page helpful?
curl --request GET \
--url https://api.joinworth.com/integration/api/v1/banking/business/{businessID} \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"message": "Banking information fetched successfully.",
"data": [
{
"id": "e362901d-0e10-40bf-9e54-41978dc585e0",
"business_integration_task_id": "0341c7bb-893a-4a2e-aaef-cc751554a5b1",
"bank_account": "LZbA8JXANEHdQAjV6N8QH1ZN4WVNbKhkjPW97",
"bank_name": "Plaid Checking",
"official_name": "Plaid Gold Standard 0% Interest Checking",
"institution_name": "Citibank Online",
"verification_status": null,
"balance_limit": "0",
"currency": "USD",
"type": "depository",
"subtype": "checking",
"mask": "0000",
"created_at": "2024-09-11T13:43:53.130Z",
"routing_number": null,
"wire_routing_number": null,
"deposit_account": false,
"is_selected": false,
"average_balance": null,
"transactions": [],
"balances": [],
"match": false,
"depositAccountInfo": null,
"verification_result": null
},
{
"id": "95e1228c-0d94-4d7c-9487-16bd4b2e9cb6",
"business_integration_task_id": "0341c7bb-893a-4a2e-aaef-cc751554a5b1",
"bank_account": "pVX6Gv46RoHPpvLlmMZpC68KAo1KbVtpoLQKv",
"bank_name": "Plaid Saving",
"official_name": "Plaid Silver Standard 0.1% Interest Saving",
"institution_name": "Citibank Online",
"verification_status": null,
"balance_limit": "0",
"currency": "USD",
"type": "depository",
"subtype": "savings",
"mask": "1111",
"created_at": "2024-09-11T13:43:57.115Z",
"routing_number": null,
"wire_routing_number": null,
"deposit_account": false,
"is_selected": false,
"average_balance": null,
"transactions": [],
"balances": [],
"match": false,
"depositAccountInfo": null,
"verification_result": null
}
]
}