Destination
Destination object fields.
Occurrence
Content
| Key | Type | Description |
|---|---|---|
| type | string | Always bank_account |
| iban | string | The IBAN of the bank account receiving the payout |
| account_holder | string | The name of the holder of the bank account |
Example
{
"type": "bank_account",
"iban": "CH36 8914 4576 4981 8798 3",
"account_holder": "Demo Firma CH"
}