Search code examples
node.jsstripe-paymentsgoogle-api-nodejs-client

can i transfer money from stripe to customer card?


i am using stripe API for payment getaway and i get charges from customer using card details , now i want to transfer some money to the customer who have card detail .

i have try one transfer that can done using bank detail but i don't want to transfer money using bank detail because all customer will charge using card detail and i want to transfer money to that same customer who charge to stripe and stripe will charge some amount to the same customer .

simple i can say i want to transfer money from stripe to customer and that customer have customer id and card id.

enter image description here


Solution

  • yes, you can transfer amount to customer card using Stripe transfer. Stripe will charge few percentage of amount and do it for you. You can read more about it here

    transfer api

    Stripe transfer