#deadshot7814
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
- You can use Stripe Billing to charge users recurrently with Subscriptions. If the weekly amount is different for each Customer, you can use
price_data.unit_amountparameter to set an arbitrary amount, rather than pre-creating a Price object:
- You can create a one-off charge with PaymentIntents, or create an Invoice if you're using Billing:
- Answered in 1. You can re-use the pre-created Product object ID across
price_data.product. Product is only responsible for meta properties like name, description and image.
- Answered in 1.
I got it, Thank you so much
Happy to help.