#dathx_unexpected
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/1220096419059339294
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Are you the developer for the platform here?
The error indicates that the Connected Account is not yet enabled to accept card payments.
No not here, I'm an independent web developer trying to get this to work on this website
How do we enable it? Stripe keeps saying to contact support, but I'm not getting a specific solution here
Do you have access to a Stripe Dashboard for your account?
Or are you working directly with a platform?
Dashboard
But there's no error there anymore, only records of payments and failed payment
Hmm and you control the code for this website?
I am the developer
Do you have the request ID for the error you are seeing? You can find that in your Dashboard at https://support.stripe.com/questions/finding-the-id-for-an-api-request
Can you copy and paste the req_ that you see on there from the right hand side?
this?
GET /v1/elements/sessions
Status
200 OK
ID
req_lSD2HrZF74ybP5
Time
2/19/24, 5:06:10 PM
IP address
94.25.173.161
API version
2022-08-01
Application
Payment Plugins for Stripe WooCommerce
Source
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Origin
https://js.stripe.com/
Request query parameters
{
"deferred_intent": {
"currency": "usd",
"mode": "payment",
"amount": "100",
"payment_method_types": {
"0": "card",
"1": "link"
}
},
"key": "pk_test_*********************************************************************************************mQmOL7",
"type": "deferred_intent",
"currency": "usd",
"referrer_host": "bpettingill.com",
"stripe_js_id": "1977e926-2e10-4401-80ca-03ba7af9632b",
"locale": "en-US",
"_stripe_account": "acct_1OjF5FIMwyeqK8ul"
}