草庐IT

expiration_intent

全部标签

关于 node.js:如何进行付款 Intent 以在 Stripe 中向已连接的帐户收费

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

关于 node.js:如何进行付款 Intent 以在 Stripe 中向已连接的帐户收费

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