#digows_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/1369316187602813031
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, the custom payment method flow is different here in that you don't confirm a payment intent. You can cancel the intent and/or add metadata if that helps you differentiate intents that have been paid via a custom method, but unfortunately there isn't a way to have them marked as succeeded in the API for custom payment methods.
ok. So, my intention is to use stripe as a hub for custom method types that you don't support, for example, credit card installments.
Is there any way to use the stripes resorces like customers, payments, payment methods etc, to have it in my dashboard.
Precisely, considering the CPMTs, which resources can be linked?
You can use customers and store data like billing address on them, but we don't have a way to create an object for the customer's custom payment methods and attach that to the customer unfortunately
One thing I am thinking of is that you can set metadata on the customer, that does appear on their dashboard page but as plain text. So the info would be there albeit it wouldn't look all too pretty