View Source Stripe.FundingInstructions (Striped v0.5.0) (generated)
Each customer has a balance
that is
automatically applied to future invoices and payments using the customer_balance
payment method.
Customers can fund this balance by initiating a bank transfer to any account in the
financial_addresses
field.
Related guide: Customer Balance - Funding Instructions to learn more
Link to this section Summary
Link to this section Types
@type t() :: %Stripe.FundingInstructions{ bank_transfer: term(), currency: binary(), funding_type: binary(), livemode: boolean(), object: binary() }
The funding_instructions
type.
bank_transfer
currency
Three-letter ISO currency code, in lowercase. Must be a supported currency.funding_type
Thefunding_type
of the returned instructionslivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.object
String representing the object's type. Objects of the same type share the same value.