HowtomakeapaymentIntenttochargeaconnectedaccountinStripe我想创建一个StripePaymentIntent,直接向关联的账户收费这是我写的12345678910111213stripe.paymentIntents.create( { amount:2000, currency:'gbp', payment_method:'pm_xxxx', },{ stripe_account:'acct_1F2xxxxxxxxxx' }, function(err,paymentIntent){ //asynchronouslycalled
HowtomakeapaymentIntenttochargeaconnectedaccountinStripe我想创建一个StripePaymentIntent,直接向关联的账户收费这是我写的12345678910111213stripe.paymentIntents.create( { amount:2000, currency:'gbp', payment_method:'pm_xxxx', },{ stripe_account:'acct_1F2xxxxxxxxxx' }, function(err,paymentIntent){ //asynchronouslycalled