Recipient Us Bank Account
data class RecipientUsBankAccount(val id: String?, val accountHolderName: String?, val accountNumber: String, val routingNumber: String, val bankName: String?, val accountType: AccountType?) : RecipientPaymentInstrument
Data class representing a US Bank Account for third party payment, that might support ACH, RFP, RTP or Wire Transfer.
Properties
Link copied to clipboard
This is the name of the customer or company that owns the bank account. As per regulations, the Wallet holder and bank account holder must be the same.
Link copied to clipboard
A bank account number.
Link copied to clipboard
The account type.
Link copied to clipboard
The type of the payment instrument.
Link copied to clipboard
For USD accounts, this is the 9-digit routing number of the bank.