Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stripe transfer insufficient funds, used together with stripe checkout #1468

Closed
samtjong23 opened this issue Jun 29, 2020 · 3 comments · May be fixed by Jankyboy/cli-1#5 or baby636/cli#1
Closed

Stripe transfer insufficient funds, used together with stripe checkout #1468

samtjong23 opened this issue Jun 29, 2020 · 3 comments · May be fixed by Jankyboy/cli-1#5 or baby636/cli#1
Labels
Release 6.x work is associated with a specific npm 6 release

Comments

@samtjong23
Copy link

Hi I am using stripe transfer in my own personal project where I am making a marketplace kind of application to provide sellers with a platform to sell their products. How I envision the payment system to work is that buyers will make payment to the platform (me) and once payment is completed I will make transfers to sellers accordingly. I am using stripe checkout also and when I want to charge buyers, it will create a paymentintent object. The problem is, once I receive the update that the buyer has made payment, it will be added to my stripe balance but I cannot transfer the funds straightaway as it seems that I will have to wait a few days before I can actually use the it. As such, I cannot transfer the money to sellers straightaway. I also found out that theres this source transaction field which when I provide with id of the charge object used to charge the buyer, will help to transfer the funds immediately when it becomes available regardless of whether my balance is sufficient or not at the time the transfer object is created. However im not using charge object, I am using paymenintent object instead since stripe checkout tells me to use paymentintent. May I know if theres a similar method as source transaction but for paymentintent? Or any other alternative solution that can help me to make transfer to sellers immediately when the buyer makes payment? Any help is greatly appreciated thanks!

@ljharb
Copy link
Contributor

ljharb commented Jun 29, 2020

This has nothing to do with npm; ask stripe.

@darcyclarke
Copy link
Contributor

npm v6 is no longer in active development; We will continue to push security releases to v6 at our team's discretion as-per our Support Policy.

If your bug is preproducible on v7, please re-file this issue using our new issue template.

If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo

Closing: This is an automated message.

1 similar comment
@darcyclarke
Copy link
Contributor

npm v6 is no longer in active development; We will continue to push security releases to v6 at our team's discretion as-per our Support Policy.

If your bug is preproducible on v7, please re-file this issue using our new issue template.

If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo

Closing: This is an automated message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release 6.x work is associated with a specific npm 6 release
Projects
None yet
3 participants