Stripe- Send Payment to Customers

后端 未结 2 876
情话喂你
情话喂你 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:08

    As I understand, you should use Stripe managed accounts for your customers to make Payouts.

    • https://stripe.com/docs/connect/managed-accounts
    • https://stripe.com/docs/connect/payouts

    You'll need to collect additional customer verification data to make payouts to managed accounts:

    • https://stripe.com/docs/connect/identity-verification
    • https://stripe.com/docs/connect/updating-accounts#account-verification
    • https://stripe.com/docs/connect/required-verification-information
    • https://stripe.com/docs/connect/testing-verification

提交回复
热议问题