#remi-aguilar-connect-pi-confirmation
1 messages · Page 1 of 1 (latest)
Ah, okay. Would you mind copy/pasting the ID of the payment intent so I can look it up on my end (looks like pi_ in the error)
Nevermind I found it
So the error I'm seeing on that Payment Intent in the Dashboard indicates that you are attempting to send an application_fee cross-border to/from MX/US.
"message": "Stripe doesn't currently support application fees for platforms in US with connected accounts in MX."
"type": "invalid_request_error"
oh let me try
You will need to implement on_behalf_of [0] via a Destination Charges payment flow [1], then contact Stripe support for a review, if you want to send funds internationally to/from Mexico.
[0] https://stripe.com/docs/api/payment_intents/create#create_payment_intent-on_behalf_of
[1] https://stripe.com/docs/connect/destination-charges
oh great, yes it worked, thank you very much, you are the best