#abe_api
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/1326479033361498154
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hey vanya, i have still not recived a Request ID, the request ID generates when we are able to hit payment Intent API right? But currently i can not enable Swish from the stripe Dashboard, its not showing in the dashboard for me to enable. And i keep getting this error: ""error":"The payment method type "swish" is invalid. Please ensure the provided type is activated in your dashboard"
And i keep getting this error
This is an error from Stripe API. So there must be a Request ID.
However this is the issue I’m getting, why is that?
- This payment method is not currently supported by PaymentSheet.
LOG ANALYTICS: mc_load_failed - [(key: "pay_var", value: "paymentsheet"), (key: "ocr_type", value: "none"), (key: "locale", value: "en_IN"), (key: "is_decoupled", value: false), (key: "error_type", value: "StripePaymentSheet.PaymentSheetError"), (key: "error_code", value: "noPaymentMethodTypesAvailable"), (key: "duration", value: 0.8800380229949951), (key: "apple_pay_enabled", value: 1)]
Payment failed: There was an unexpected error -- try again in a few seconds
I will be able to tell you once you share the Request ID with the error message.
Have you followed the advice from the error messsage?
Yes, but it wants me to activate the swish payment method from the dashboard and when I go to the settings in the dashboard I can’t find the swish payment as an option
If I am not able to hit that API then how I can get req Id?
Which country is your Stripe account based in?
In Sweden
I keep getting this error
{
"message": "Payment Intent creation failed",
"error": "The payment method type "swish" is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use."
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Where do you see this error?
I think Swish is still in private preview: https://docs.stripe.com/payments/swish
You need to reach out to Stripe Support to enable it for your account: https://support.stripe.com/?contact=true
If it's a response you're getting in Postman, this means that it hits the Stripe API, no?
You should be able to find the Request ID in the response headers
In any case, you need to talk to Support ☝️
But how do I activate the swish payment method in the dashboard?
You need to talk to Support
They first need to enable it for your account, and they will tell you what to do next.
How can I come in touch with the support?
Thanks