[
{
"id": "hba_1234567890abcdef",
"object": "deposit_instruction",
"account_id": "acc_1234567890abcdef",
"currency": "USD",
"recon_strategy": "virtual_account",
"status": "active",
"beneficiary_name": "Hop Innovations Inc",
"beneficiary_address": "123 Main St, New York, NY 10001",
"bank_name": "Partner Bank",
"bank_address": "456 Wall St, New York, NY 10005",
"account_name": "Hop Innovations Inc",
"account_number": "1234567890",
"iban": null,
"swift_bic": "CHASUS33",
"routing_number": "021000021",
"sort_code": null,
"memo": null,
"supported_rails": ["ach", "fedwire"],
"created": "2024-01-01T00:00:00Z",
"updated": "2024-01-01T00:00:00Z"
},
{
"id": "hba_fedcba0987654321",
"object": "deposit_instruction",
"account_id": "acc_1234567890abcdef",
"currency": "EUR",
"recon_strategy": "memo_reference",
"status": "active",
"beneficiary_name": "Hop Innovations Inc",
"beneficiary_address": "123 Main St, New York, NY 10001",
"bank_name": "European Partner Bank",
"bank_address": "1 Bank Platz, Frankfurt, Germany",
"account_name": "Hop Innovations Inc",
"account_number": null,
"iban": "DE89370400440532013000",
"swift_bic": "DEUTDEFFXXX",
"routing_number": null,
"sort_code": null,
"memo": "REF-ACC123",
"supported_rails": ["sepa", "swift"],
"created": "2024-01-01T00:00:00Z",
"updated": "2024-01-01T00:00:00Z"
}
]