added
Expose `bank_establishment.id` for all Bank Accounts endpoints
September 15th, 2025 by Integrations Squad
The id
of the bank establishment
is now available for all Bank Accounts endpoints responses.
{
id: 10,
...
bank_establishment: {
id: 42
},
...