#george-seamlesschex
1 messages · Page 1 of 1 (latest)
Who are the 'payment connect merchants' in this context?
Can you share an example pi_xxx ID of how you currently integrate
The users who have onboarded via express connect link
Got it, so I guess you're using destination charges already: https://stripe.com/docs/connect/destination-charges
Yes, but the transactions are being created through stripe dashboard
And then we try to apply the fees, capturing the payment intent
But we fail to do this, because the payment intent already switches to transaction state
Hopefully it makes sense
it does, but ultimately you can't use Dashboard payments as your primary means of taking payments. You'd use the API to build a payments page that the end-customer interacts with and you can create PaymentIntents with the application_fee_amount you need upfront.
got it, thanks!
what's the use case for using dashboard payments?