#vrk18

1 messages · Page 1 of 1 (latest)

steep juncoBOT
opaque heath
#

What charge type do you use? Destination Charges or Separate Charges and Transfer?

torpid tulip
#

destination charges

opaque heath
torpid tulip
#

thanks

opaque heath
#

No problem! Happy to help 😄

torpid tulip
#

I am creating the payment intent as const paymentIntent = await stripe.paymentIntents.create(
{
amount: amount,
currency: "aud",
},
{
stripeAccount: expressConnectAccountID,
}
);

#

I am not sure what type of charges I am using

opaque heath
#

With stripeAccount header, this is a Direct Charge. Direct Charge is only recommended for Standard connected account. Express connected account should use Destination Charges or Separate Charges and Transfers