Name | Type | Description | Notes |
---|---|---|---|
idempotency_key | uuid::Uuid | Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests. | |
account_number | String | Account number that identifies the bank account. | |
routing_number | String | ABA routing number for the bank account. Note this has to be specific for bank wire transfers. | |
billing_details | models::BillingDetails | ||
bank_address | models::BankAddress |