withdraw amount from stripe account to cutomer bank account using stripe api in laravel 8?

602 Views Asked by At

How can I transfer some amount in stripe account to customer bank account using stripe API ?

I am working on an implementation of REST API for a mobile application which encapsulates feature of earned points in form of money equivalent to points using Stripe as a payment gateway . To accomplish it I have used Stripe payout API to transfer amount directly into destination bank account.

0

There are 0 best solutions below