#stenerali_api
1 messages ยท Page 1 of 1 (latest)
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.
- stenerali_api, 2 days ago, 13 messages
๐ 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/1238284426903945258
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
i.e
"id": "klarna",
"object": "capability",
"account": "xxxxx",
"future_requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [],
"disabled_reason": null,
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"requested": false,
"requested_at": null,
"requirements": {
"alternatives": [],
"current_deadline": 1715299905,
"currently_due": [],
"disabled_reason": "pending.onboarding",
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"status": "unrequested"
}```
vs
"id": "klarna_payments",
"object": "capability",
"account": "xxxxxxx",
"future_requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [],
"disabled_reason": null,
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"requested": true,
"requested_at": 1686655137,
"requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [],
"disabled_reason": null,
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"status": "active"
},```
Hi, I think there is only klarna_payments per https://docs.stripe.com/api/accounts/object#account_object-capabilities-klarna_payments. Where does the previous klarna come from?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it's in the response of https://api.stripe.com/v1/accounts/xxxx/capabilities. Let me find an example i can share with you
https://api.stripe.com/v1/accounts/acct_1PDNB6Czca8LGyZ7/capabilities req_fKbMgVv50GIhHo
Um we can't see the response of a Get request. Could you share the full response here in text? Does it have both the capabilities?