Question:
How to configure transfers for different accounts in stripe with laravel?

Solution

Using Stripe Connect in conjunction with Laravel allows you to set up transfers for various accounts. Stripe Connect allows you to create a platform where you can manage payments and transfers for multiple connected accounts.


There could be many reasons why you won’t be able to configure transfers. One of them could be using the Charges API. If you are using Stripe calls "Separate Charges and Transfers", and using legacy, Charges API it will not support all the same functionality as easily. It is recommended to upgrade to Payment Intents by using Stripe's new product.


It appears that you may be creating a charge for whatever prices['clubPrice'] if you have to use the legacy Charges API. Therefore, you may be attempting to transfer more than you have available after the successful charge. * 100 is, followed by x2 transfers to two distinct Connect accounts.


Suggested blogs:

>Deploying a python App for iOS, Windows, and macOS

>Design a basic Mobile App With the Kivy Python Framework

>How React hooks Completely replace redux?

>How to access the state using Redux RTK in the React Native app?

>How to Build a Python GUI Application With WX Python


Ritu Singh

Ritu Singh

Submit
0 Answers