#formula1-payout
1 messages · Page 1 of 1 (latest)
you cannot payout to credit card;
Stripe only supports payout to bank account or Debit Card that accepts payout
Learn about the different methods to test your integration before going live.
I'm also testing the debit card, that one doesn't work either?
these are the supported debit card banks
https://stripe.com/docs/payouts/instant-payouts-banks
See which banks support Instant Payouts.
no
Is there a bank account react element I can use?
there is no bank account element at the moment which you can build a custom form for
but you can use Stripe.js to create a token https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
Complete reference documentation for the Stripe JavaScript SDK.
That works
So there is no cards I can use to test payouts right? I need to use bank accounts
You can try to add a dummy debit card from your dashboard. https://dashboard.stripe.com/settings/payouts
I don't think we validate it, as long as the format is right, you can add a debit card and testing payout will not send any money anyway
Are you creating payout or creating charges?
Attaching payment_method is for saving credit card to your customer so that you can charge them recurringly
for payout, you will have to use the external_account API https://stripe.com/docs/api/external_account_bank_accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can take a look at this https://stripe.com/docs/payouts
Set up your bank account to receive payouts.