Path Parameters
The bank account ID
Body
application/json
Response
No Content
curl --request PATCH \
--url http://localhost:55001/api/payments/v3/bank-accounts/{bankAccountID}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'
This response does not have an example.
curl --request PATCH \
--url http://localhost:55001/api/payments/v3/bank-accounts/{bankAccountID}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {}
}'
This response does not have an example.
The bank account ID
Show child attributes
No Content