Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
owner_name | string | NONE | OPTIONAL |
for_payouts | boolean | NONE | REQUIRED |
curl --location --request PUT 'https://www-staging.givve.com/api/customers/61fd05fb18214fc049fb12f8/bank_accounts/62c7ef9a18214fb6be82e5ce' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner_name": "Test Owner Test",
"for_payouts": true
}'
{}