#jon-waldstein-givewp_docs
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/1382350411482005524
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ no, Paystack is not an integrated and supported payment method type in Stripe at this time. Though I'll be sure to capture feedback for our teams indicating this is something you're interested in seeing offered in the future.
The only option coming to mind in the meantime, is to try to integrate it as a Custom Payment Method:
https://docs.stripe.com/payments/payment-methods/custom-payment-methods
https://docs.stripe.com/payments/payment-element/custom-payment-methods
okay thanks! I did not know about custom payment methods, it sounds like it just displays the custom payment method but you still have to handle it using it's own api?
That's correct. They're essentially just a placeholder in the payment element that lets you call out to other payment method integrations that we don't directly support yet.
Got it thanks! while you're here I have another question regarding IDEAL payments & subscriptions.
Again, we're using Payment Element and have subscriptions implemented. However, there have been reports of IDEAL not showing up as an option when choosing a subscription. Do we have to do something sepcial in order to have IDEAL payments work with Subscriptions?
Using iDEAL to start a Subscription, which ultimately creates a SEPA Direct Debit payment method that will be used for the recurring payments, is only available when using Checkout Sessions:
https://docs.corp.stripe.com/billing/subscriptions/ideal
I don't think the Payment Element supports that flow currently.
oh I didn't realize that Stripe Checkout has more ability than Stripe Payment Element. is there a list somewhere that shows the difference in support between the two?
No, I don't think we have a full list of differences this granular. We have some docs to compare between the two, but they don't go deep enough to talk about features like this.
I've also filed feedback with our team indicating this is something you'd be interested in seeing us offer in the Payment Element in the future, so our product teams can take that into consideration.
okay good to know, thanks!