#adam - separate charges and transfers

1 messages · Page 1 of 1 (latest)

livid crystal
#

Only where those transfers incur fees like cross-border etc, but that would apply in both cases.

For detailed pricing questions please share a detailed use case and contact support for help: https://support.stripe.com/contact

grave rover
#

But actually the main question is, can you have multiple Destinations in Destination charges via this code? ```const paymentIntent = await stripe.paymentIntents.create({
payment_method_types: ['card'],
amount: 1000,
currency: 'usd',
transfer_data: {
destination: '{{CONNECTED_STRIPE_ACCOUNT_ID}}',
},
});

#

Like if you were buying from Amazon, the products you buy might come from multiple sellers

livid crystal
#

No, that scenario is what separate charges and transfers is for