#chitan_Subscription
1 messages · Page 1 of 1 (latest)
Hi there, so you are looking at metered billing, am I right?
Something like this https://stripe.com/docs/products-prices/pricing-models#usage-based-pricing ?
@forest osprey thanks for quick response.
Can u please help me to exactly which stripe API need to use for usage based payment deduction?
For e.g I want to charge $10 per project and if some user completed 5 project . how i will deduct $50 from user using stripe API?
what will be the card registration and payment flow?
Hi, stepping in for Jack
How to deduct is a bit too wide. I suggest starting with how to work with Subscription API first: https://stripe.com/docs/billing/subscriptions/build-subscriptions
In step 2 of creating a price model, refer the page my colleague posted about metered billing
ok thanks a lot.. i will follow same.
one more quick question is does automatic recurring payment will support debit card and apple pay?
i m asking this because in our case we want to charge user in backend at every month.
automatic recurring payment means Subscription, am I correct?
Debit card: yes. Apple Pay: yes
For Apple Pay it's strictly an yes with Subscription, but not for repeated purchase that aren't related to Subscription. Detailed here: https://stripe.com/docs/apple-pay?platform=web#recurring-payments
can we club subscription + usage metering?
Yes, that's the link Jack has posted above