#sagar823

1 messages · Page 1 of 1 (latest)

digital stagBOT
formal arch
vapid wraith
#

Hey, I want to charge user hourly basis is it possible ?

#

I have all details of user's and i want to deduct amount hourly basis from user's account

formal arch
vapid wraith
#

Okay, But After an each hour I won't ask user and won't take confirmation from user for Payment , From the backend side charge will automatically apply

#

Once I get confirmation from User then I will charge every hour automatically ?

#

Is it possible ? OR Do i need take confirmation from User each Time (wihtout Subscription )

formal arch
#

Once I get confirmation from User then I will charge every hour automatically ?
No you can't charge the customer every hour.

vapid wraith
#

Is there any other way to achieve this feature ?

formal arch
#

You can manage that in your integration and use PaymentIntent or Invoices in order to charge the customer hourly

digital stagBOT
vapid wraith
#

on Okay , can you please guide me how it can be possible with PaymentIntent?

formal arch
#

You need to manage the recurring hourly usage by your own integration, and each hour you need to charge the customer like a normal off session payments with Stripe. For example you can follow this guide in order to collect the payment from the customer the first time:
https://stripe.com/docs/payments/save-and-reuse?platform=web

vapid wraith
#

Without taking confirmation from User , Right ?

formal arch
#

yes that can be done completly on the backend (if the card's issuer bank doesn't require a 3DS authentication)

vapid wraith
#

Let me elaborate entire situation here, Ex. First Time user arrives and goes for a Payment then 10$ will be deduct then after every 1 hour we will charge 5$ and this time we do not want to bother User for confirmation , we will automatically deduct 5$ after each hour until the User is using our service

formal arch
#

yes correct, you can follow the guides above if you want to use PaymentIntent

#

and if you want to use Invoices

vapid wraith
#

Okay, Thank you @formal arch , Let me try this way