The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::API::Stripe::Issuing::FundingInstructions - The FundingInstruction object

SYNOPSIS

VERSION

    v0.1.0

DESCRIPTION

Funding Instructions contain reusable bank account and routing information. Push funds to these addresses via bank transfer to top up Issuing Balances.

METHODS

object string

String representing the object's type. Objects of the same type share the same value.

bank_transfer object

Details to display instructions for initiating a bank transfer

This is a Net::API::Stripe::Billing::TaxID object.

currency string

Three-letter ISO currency code, in lowercase. Must be a supported currency.

funding_type string

The funding_type of the returned instructions

livemode boolean

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

API SAMPLE

[ { "bank_transfer" : { "country" : "DE", "financial_addresses" : [ { "iban" : { "account_holder_name" : "Stripe Technology Europe Limited", "bic" : "SXPYDEHH", "country" : "DE", "iban" : "DE00000000000000000001" }, "supported_networks" : [ "sepa" ], "type" : "iban" } ], "type" : "eu_bank_transfer" }, "currency" : "eur", "funding_type" : "bank_transfer", "livemode" : 0, "object" : "funding_instructions" } ]

HISTORY

v0.1.0

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation

COPYRIGHT & LICENSE

Copyright (c) 2019-2022 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.