#jochemwhite_best-practices
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/1390411427398946916
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! Essentially you want to use Subscriptions that send an invoice to the customer for payment - in the api this is controlled with the parameter collection_method: 'send_invoice'
https://docs.stripe.com/billing/collection-method#automatic-charging-versus-manual-payments
If you want to use the API and Stripe-hosted checkout, here is a guide that would get you started:
Thanks! I actually already tried this and it worked โ iDEAL was available for the first payment, just like I wanted.
BUT โ when I disabled one-time payments for iDEAL in the Stripe settings, the iDEAL payment method disappeared completely from the invoice link.
Are you also collecting one-time payments where you don't want ideal to be available?
No, but because it was removed, I thought I had done something wrong when creating the subscription.
Gotcha. Do you have an outstanding question, or still need help with something here?