#stripe_connect_platform
1 messages · Page 1 of 1 (latest)
Hi. Discord is busy. Please give me a minute to catch up
My personal request is this:
req_IkNUlcbcoUebvr
But that is on a US-based, connected Stripe account
But the customer's issue is on his account. I'm working on getting the account_id for that customer.
In general, is the issue the location of the Stripe account or just an issue that Klarna never works with EUR
Got it! Is it OK to send you a Stripe account ID?
Depending on location, Stripe users can accept Klarna payments from customers in the following countries, provided the presentment currency matches the currency of the customer’s country, as detailed in payment options:
See the table at the top of: https://stripe.com/docs/payments/klarna
So given that the account is US, you can accept payments in Klarna from US customers
And USD must be used
I am the platform
I do not want to accept Klarna payments
My connected customer wants to accept Klarna payments
Here is a request the connected Stripe account made that worked.
req_YeXoV0ucmghVHM
Where do I find where THAT account is based,
You should be able to see it on your dashboard
or retrieve the account with the api
then inspect the country field
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I am confused. Am I unable to see failed requests in the logs from my platform? I only see the successes which isn't so helpful since he is emailing me the error but I cannot view the request that caused the error. Can you view the request that caused the API error?
I get no filters and only see successful requests. I once requested that but for some reason we can't get platform controls. ???
You should be able to: https://dashboard.stripe.com/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Filter by connect requests
Click the more button
No filter. See image
You're in test mode
He is in testmode
What does the rest of the page look like
You just screenshotted the top
There should be a more button
same issue in livemode. no filter, no filter by Connect. nada
I don't want to send PII
There is nothing on the page to filter or view by only connect logs
Yeah, I would really love more availability of data in that view to help me resolve customer issues without doing a Zoom call with the customer.
Again, I recall having this issue a few months back and requesting "platform controls" and being denied - maybe b/c we are standard connect? I do not recall but I know he is emailing me an error that I cannot see and am having a hard time re-creating. I would love to see the request. But for now, can YOU see the request that resulted in the error I sent that he sent to me that Klarna does not work on EUR which is weird if he is EUR.
Can you confirm the country of that connected account. I cannot get to it in my view.
That would help me understand the issue. Is he a US account or ????
You can check this yourself
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Based on the request you sent it's a US account
But again you can check this yourself in the future
Got it. Yeah, I get that he is US based so that is the issue!
"country": "US",
"default_currency": "usd",
I have to check our code and make sure I am passing in the country of the account and not just defaulting to US!
OK, thank you!
One last thing
Am I correct that a good solution for Stripe account owners in the US wanting to accept Klarna in EUR is to:
1.) Create a 2nd Stripe account based in the EUR if you have a EUR presence so that you can take in payments in that presentment
I imagine that's what I will tell him to do.