Stripe- Send Payment to Customers

后端 未结 2 881
情话喂你
情话喂你 2021-02-02 01:38

I want to use STRIPE PHP API for creating payments to customers and for that i have found the code to create the customers but not for to create payment for them.

Code t

2条回答
  •  孤城傲影
    2021-02-02 02:24

    I think your problem here is that you're misunderstanding the customer option in the stripe dashboard.

    A typical use would be you register a customer and once you've done that you can charge their card as required, i.e., they are still sending you money, which I believe isn't what you want.

    Two options I can see for you.

    It's possible to transfer money from your Stipe account to a 3rd party bank account or credit card. See stripe transfers and also this FAQ

    Alternatively there is a now Stripe Connect which might just be the ticket for you.

    Good luck!

提交回复
热议问题