#HM-subscription
1 messages · Page 1 of 1 (latest)
- Your subscription has collection_method = charge_automatically, meaning Stripe will try to charge this Customer immediately, using their PaymentMethod
- Should be 30th next month. You can always use the Upcoming Invoice API to confirm
Thank you! @shell rover
- So Stripe send the receipt after Customer charged ?
Can I know the sent reciept url to customer?
- Thank you for your advice! I will check about Upcoming Invoice API!
- Yes, here: https://stripe.com/docs/receipts The URL should be available from the PaymentIntent object that you can see in your Dashboard
Please refer above document
Thank you! I turn on option.!!