#marmalendil_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/1339803318200827965
đ 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.
- marmalendil_api, 5 hours ago, 23 messages
I posted the request earlier today, but earlier I was using a platform account which I personally couldn't log into.
This time I have used an account where I can access the platform account.
The previous support person recommended that I should "View dashboard as this connected account" but the "Settings -> Payments" section is not visible there.
What do you suggest?
Thanks
Hi, if you use List Payment Method Domain https://docs.stripe.com/api/payment_method_domains/list, do you see that domain in result?
yes
When I list domains in the dashboard (using the account switcher), all I see is the ones I created via the dashboard.
Did you have other domain created via Dashboard? I don't see any except the one you created via API
there's one there now
Ah thanks!
When I list them via the API, I see both:
{
3070 "object": "list",
3071 "data": [
3072 {
3073 "id": "pmd_1QsFvLIA9mv6I4Vxf20VRlF2",
3074 "object": "payment_method_domain",
3075 "amazon_pay": {
3076 "status": "active"
3077 },
3078 "apple_pay": {
3079 "status": "active"
3080 },
3081 "created": 1739505043,
3082 "domain_name": "amirl.cms.d1tix.com",
3083 "enabled": true,
3084 "google_pay": {
3085 "status": "active"
3086 },
3087 "link": {
3088 "status": "active"
3089 },
3090 "livemode": false,
3091 "paypal": {
3092 "status": "active"
3093 }
3094 },
3095 {
3096 "id": "pmd_1QsFbpIA9mv6I4VxrkLJmfTj",
3097 "object": "payment_method_domain",
3098 "amazon_pay": {
3099 "status": "active"
3100 },
3101 "apple_pay": {
3102 "status": "active"
3103 },
3104 "created": 1739503833,
3105 "domain_name": "test.cms.d1tix.com",
3106 "enabled": true,
3107 "google_pay": {
3108 "status": "active"
3109 },
3110 "link": {
3111 "status": "active"
3112 },
3113 "livemode": false,
3114 "paypal": {
3115 "status": "active"
3116 }
3117 }
3118 ],
3119 "has_more": false,
3120 "url": "/v1/payment_method_domains"
3121 }
Yeah I think our Dashboard may have a limitation here. I will forward your feedback and thanks for reaching out!
For now only the List API can show all of them, unfortunately
OK thanks. I guess there's a distinguishing field which is not returned?
Yes