NAME
Net::API::Stripe::Payment::BankAccount - A Stripe Payment Bank Account Object.
VERSION
v0.100.0
DESCRIPTION
These bank accounts are payment methods on Customer objects.
On the other hand External Accounts (Net::API::Stripe::Connect::Account::ExternalAccounts / https://stripe.com/docs/api#external_accounts) are transfer destinations on Account objects for Custom accounts (https://stripe.com/docs/connect/custom-accounts). They can be bank accounts or debit cards as well, and are documented in the links above.
That being said, all the methods are exactly the same as Net::API::Stripe::Connect::ExternalAccount::Bank so this module inherits 100% from it.
The only reason why I am keeping it here, ie because Stripe makes a distinction as mentioned above.
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Stripe API documentation:
https://stripe.com/docs/api/customer_bank_accounts, https://stripe.com/docs/payments/ach-bank-transfers
COPYRIGHT & LICENSE
Copyright (c) 2019-2020 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.