Get the bank details of an organization.
cURL
curl --request GET \ --url https://api.example.com/v1/bank_details \ --header 'X-API-KEY: <api-key>'
{ "bank_name": "<string>", "account_number": "<string>", "account_type": "CHECKING", "account_holder_name": "<string>", "routing_number": "<string>", "id": "<string>" }
Successful Response
100
CHECKING
SAVINGS