curl --request GET \
--url http://localhost:55001/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"
}
]
}
}
curl --request GET \
--url http://localhost:55001/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"
}
]
}
}
The bank account ID
OK
The response is of type object
.