How can i do Stripe payment direct transfer to merchant account? - stripe-payments

How can i do adaptive payment with credit card in Stripe. Payment should directly transfer to merchant bank account.
Can anyone give solution for that?

You can get all required document here.
https://cartalyst.com/manual/stripe/2.0

Recipient service no longer available in stripe it's deprecated. it's replaced with connect.

Related

Stripe instant verification for ACH with DocuSign

I'm using Stripe to collect payments on DocuSign envelope. For ACH payments DocuSign is using Stripe's micro deposit option to verify Bank. I want to use instant verification option here by integrating Plaid with Stripe or Using Stripe ACH Direct Debit but can't find any clue on how to get it working with DocuSign.
Could please directly open a Docusign support case regarding this payment question.
It will be taken in charge by our eSignature support team
Please follow this guide to open a support case:
https://support.docusign.com/s/articles/How-Do-I-Open-a-Case-in-the-DocuSign-Support-Center?language=en_US&rsc_301

Plaid + Stripe transfer from my account to the authenticated bank account from Plaid

Is there a way to like do a transfer from Stripe to a authenticated Plaid account?
In the Stripe docs there's a transfer object but it has a destination property which would be another Stripe account (correct me if I'm wrong).
I wonder if I could use the bank_account_token that would be generated in Plaid (when doing an ACH transfer) to be the destination to make my bank account linked in Stripe transfer to the other bank account that is authenticated by Plaid.
So it's like doing an ACH transfer but the other way around (from my account to the customers account)
Sorry for my bad english and thank you for anyone that can help me.
Stripe has pretty comprehensive docs on how to integrate with Plaid: https://stripe.com/docs/ach#using-plaid
It seems like you can't do the ACH Transfer the other way around (from Stripe to Plaid)

Retrieve Stripe account enabled payment methods

The payment methods on a Stripe account are listed on the dashboard:
I need to know which payment methods are enabled on a stripe account using java-stripe.
How to do that?
I tried Account.retrieve() but that didn't return the enabled payment methods.
After contacting Stripe support team, it seems impossible to know on each connected account which payment methods are available.
The best they can offer is to detect on source creation the event payment_method_unactivated.

Transfer from Stripe to another Stripe account

I implemented Stripe connect which provides token and other useful property of the signee(user). From the tokens provided, is there a way transfer payment from my account to the user Stripe account? This an option https://stripe.com/docs/connect/collecting-fees#charges for me right now because I would like to collect the payments first then transfer it later to the user(recipients).
there does seem to be support for this now:
https://support.stripe.com/questions/how-can-i-migrate-to-a-new-stripe-account
Right now (September 2014) Stripe does not support Stripe account-to-Stripe account transfers in any way. If you have a US Stripe account, you'd be better off using our transfers API, which would allow you to accept the payments and then transfer them to a third-party bank account when appropriate:
https://stripe.com/docs/tutorials/sending-transfers
Cheers,
Larry
PS I work on Support at Stripe.

Can I send funds from my stripe account to another stripe account without using the recipient's credit card number?

Can I send funds from my stripe account to another stripe account without using the recipient's credit card number? In my website, I want the admin to transfer funds from his account to the user's stripe account (not the user's bank account). User's stripe account info will be stored on registration to my site. If there is a way to transfer funds in this way, please share it with me.
Thanks in advance!
As I understand it you can't do exactly as you wish (i.e. transfer money from one Stripe account to another) but you could take a look at Stripe Connect which allows you to collect payments on one of your user's behalf. The money will then be paid into their Stripe account minus Stripe's fees and your own (if any).
See here for further info:
https://stripe.com/docs/connect

Resources