cURL
curl --request GET \ --url http://localhost/api/payments/v3/bank-accounts/{bankAccountID}
{ "data": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "name": "<string>", "accountNumber": "<string>", "iban": "<string>", "swiftBicCode": "<string>", "country": "<string>", "metadata": {}, "relatedAccounts": [ { "accountID": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] } }
Documentation IndexFetch the complete documentation index at: https://docs.formance.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.formance.com/llms.txt
Use this file to discover all available pages before exploring further.
The bank account ID
OK
Show child attributes