#bruno_api

1 messages ยท Page 1 of 1 (latest)

wooden cipherBOT
#

๐Ÿ‘‹ 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/1313198657922797638

๐Ÿ“ 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.

tawdry lake
#

Hi ๐Ÿ‘‹

The error message is correct. We do not support collecting application fees from Connect Accounts outside your region

ornate hound
#

Hey!!

Is there any other alternative? Using Standard Connect Accounts?

#

Everything I've tried resulted in an error. Last time I was told about cross-border payouts but found out that they are not available for Standard Accounts integration ๐Ÿ˜ข

tawdry lake
#

Hmmm... let me test something

ornate hound
#

Sure.. thank you!

tawdry lake
ornate hound
#

Should I inform the application_fee and the on_behalf_of property?

tawdry lake
#

I don't know what that means

ornate hound
tawdry lake
ornate hound
#

I tried like this... Am I wrong?

#

When I try to confirm this payment intent:

Stripe doesn't currently support application fees for platforms in US with connected accounts in MX.

wooden cipherBOT
river blaze
#

So if you remove the on_behalf_of parameter that should get rid of the error.

@ornate hound in case you stepped away

ornate hound
#

Hello @river blaze Thanks for reaching me out...

When I remove the on behalf of parameter and then try to pay the payment intent, i have the same error...

#

When confirming it

river blaze
#

Can you send me the ID for the error when OBO isn't involved? That is surprising

ornate hound
#

Maybe i'm doing something wrong. Let me clarify:

  1. Create a payment intent with: amount, currency, automatic_payment_methods[enabled], transfer_data[destination] and transfer_data[amount].

This is the payment intent id i just generated: pi_3QRefbG9OPFEDv4k1t6htoW1

  1. When trying to confirm it:

https://api.stripe.com/v1/payment_intents/pi_3QRefbG9OPFEDv4k1t6htoW1/confirm

It gives the error:

"error": {
"code": "charge_invalid_parameter",
"doc_url": "https://stripe.com/docs/error-codes/charge-invalid-parameter",
"message": "Stripe doesn't currently support application fees for platforms in US with connected accounts in MX.",

Where do I get the Id for the error?

river blaze
#

I am not sure what is happening here. I will consult my colleagues and get back to you

ornate hound
#

Sure!! Thank you so much!

river blaze
#

I have not been able to test whether you can create an account with standard dashboard access + a recipient service agreement but that may work for you here.

ornate hound
#

I couldn't... already tried something in this way. It gives me the error:

#

Maybe this is only possible for Express and Custom connected accounts?

river blaze
ornate hound
#

Is there any way to know if a standard account can have the "recipient" dashboard type? Cause I can't set it to "recipient" right now

river blaze
#

Standard accounts cannot have recipient agreement types. I am not sure what specifically that restriction is tied to controller-settings wise, but it may be possible to allow a standard dashboard with a recipient agreement. I will try to test this in a minute

ornate hound
#

Thank you

river blaze
#

Ah, unfortunately it looks like having full dashboard access is not compatible with a recipient agreement type. So to do this destination charge flow cross border, you will need to set them to have only express dashboard access or no dashboard access

ornate hound
#

That's sad news to us ๐Ÿ˜ข

Thank you so much for your effort and Snufkin's.

river blaze
#

No worries, sorry to hear, though I guess it is good to have a sure answer at least. And thanks for your patience!