#jakel_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1308167834538348574
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jakel_transfer-currency, 4 days ago, 23 messages
Request Parameter for Payment Intent I am attempting to confirm:
{
"amount": "500000",
"currency": "MXN",
"metadata": {
"brandId": "7be68f6f-464a-4510-a390-493eea74d666",
"sendEmail": "true",
"subjectId": "c4959b38-7b90-45fc-b0e3-a1f8ba64189a",
"subjectType": "cart"
},
"on_behalf_of": "acct_1N1qyWPfa6rvjfjD",
"payment_method_types": {
"0": "card"
},
"statement_descriptor_suffix": "Mexico Brand",
"transfer_data": {
"amount": "485000",
"destination": "acct_1N1qyWPfa6rvjfjD"
},
"transfer_group": "c4959b38-7b90-45fc-b0e3-a1f8ba64189a"
}
And then the Response Body:
{
"id": "pi_3QMbSNBE0qXx3H5l19Af3nW3",
"object": "payment_intent",
"amount": 500000,
"currency": "mxn",
"last_payment_error": null,
"livemode": false,
"metadata": {
"brandId": "7be68f6f-464a-4510-a390-493eea74d666",
"sendEmail": "true",
"subjectId": "c4959b38-7b90-45fc-b0e3-a1f8ba64189a",
"subjectType": "cart"
},
"next_action": null,
"on_behalf_of": "acct_1N1qyWPfa6rvjfjD",
"payment_method_types": [
"card"
],
"statement_descriptor_suffix": "Mexico Brand",
"status": "requires_payment_method",
"transfer_data": {
"amount": 485000,
"destination": "acct_1N1qyWPfa6rvjfjD"
},
"transfer_group": "c4959b38-7b90-45fc-b0e3-a1f8ba64189a",
"amount_capturable": 0,
"amount_details": {
"tip": {
}
},
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"client_secret": "pi_3Q*************************************************n0ks",
"confirmation_method": "automatic",
"created": 1731961319,
"customer": null,
"description": null,
"invoice": null,
"latest_charge": null,
"payment_method": null,
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null
}
Hi, that error is a confusing error. I'm looking at this on my end
thank you
Ah, it appears that additional review is needed as we do not support this flow with cross-border accounts. Our support team will be able to assist you better than I can: https://support.stripe.com/contact on next steps.
I will also share your feedback on the error with the team. Thank you for bringing this up.
Hmm, got it. We are in the midst of transitioning to support Cross Border Payouts instead of using Destination Charges for non US accounts. Are you suggesting that since Stripe granted us access to Cross Border Payouts on our platform account, this broke our existing flow with Destination Charges?