#dreamingcodes
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- dreamingcodes, 1 day ago, 19 messages
- dreaming-taxids-rust, 1 day ago, 25 messages
HI ๐
You can specify that billing address collection is required by setting this parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection
I think that you sent the wrong link
Updated
Okay thanks it's working.
Do I have to create an invoice after the checkout for one time payments?
I'm asking cause for subscriptions is automatic
No you don't have to
You can by setting this parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-invoice_creation-enabled but it's not required
Thanks now everything works