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