Skip to main content
Object DefaultFundingSource represents an account’s default funding source: the primary payment method (a bank account, charged first) and the backup payment method (a bank card, charged if the primary can’t be charged).

Fields

BankAccount
The primary funding source (bank account) charged first for transactions. Null if no primary is set (or the stored primary is not a bank account).
BankCard
The backup funding source (bank card) charged if the primary can’t be charged. Null if no backup is set (or the stored backup is not a bank card).