#Suren-testing-payouts
1 messages · Page 1 of 1 (latest)
Hey!
Not sure I understand the context of your question.
Is there a specific use case you're trying to account for?
What Stripe feature do you want to test actually
ACH, I think there isn't another method for transfer to the bank account
You can use on of these test account numbers :
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout#test-integration
but how can I check is it transferred successfully?
You mean received the payment?
Yes
ACH are delayed payment methods, you can check this guide on how to get notified when received the payment:
https://stripe.com/docs/payments/checkout/fulfill-orders#delayed-notification
thank you can I have a another question ?
yes of course.
In stripe documentation shows only how can I pay through bank account! but there isn't method which I could received payment
You can refer to Stripe Payout:
https://stripe.com/docs/payouts
I thinks it isn't that what I'd like to know! I'd like to when customer paid for virtual product that payment received another customer who owned that product in his bank account
Hi there 👋 I'm stepping in as my teammate needed to step away. I believe you're referring to our Payout process, what troubles are you running into with testing that flow?
I'd like to use ACH for received payment in bank account, for example customer paid for virtual product and I'd like to received that payment in bank account
You don't need to specify the exact bank transfer method that will be used for Payouts, we control that. Have you added a bank account to your Stripe account for testing already?
that is I can't received payment in my bank account ?
Sorry, I'm struggling to understand what you're asking. Stripe definitely pays funds out to bank accounts
https://stripe.com/docs/payouts
Can you articulate what you're currently trying to do that you're running into problems with?
Suren-testing-payouts
Okay, for example I have platform where users can sell virtual product and I'd like give an opportunity
to attach bank account to them profile, and when customer paid for a virtual product owner received payment in his bank account
Sounds like you're describing Stripe Connect:
https://stripe.com/connect
Are you still scoping out the right Stripe features for your project, or have you already built an integration that you're trying to test?
I believe that fluctuates based on what country the Connected Account is operating in, but I am not certain on that. Your Platform does not control or influence the networks that we use for processing Payouts to Stripe accounts.
Can you help me understand why it is important?
my customer just suggested using this method
There are currently no options that allow you to control how Stripe sends payouts to the bank account (or debit card) associated with a Stripe account. You have control over the form of payment methods that you accept for receiving payments.