#remi-aguilar-connect-pi-confirmation

1 messages · Page 1 of 1 (latest)

rigid arch
#

Can you post the text or a screenshot of the actual error?

midnight aurora
rigid arch
#

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

midnight aurora
#

oh jeje

#

pi_3KsvPQDHVcdM53hn1uRKQ3A9

#

thank you very much for your help

rigid arch
#

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"

midnight aurora
#

oh let me try

rigid arch
#

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

With Connect, you can create charges on your platform account, take fees, and then transfer remaining funds to your connected accounts.

midnight aurora
#

oh great, yes it worked, thank you very much, you are the best