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 | REQUIRED |
for_payouts | string | NONE | REQUIRED |
curl --location --request PUT 'https://www-staging.givve.com/api/multipliers/61fd05fb18214fc049fb12f3/bank_accounts/62c7f25d18214fb6be82e5d2' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner_name": "Multiplier Test Owner Test",
"for_payouts": true
}'
{}