#lec1892
1 messages · Page 1 of 1 (latest)
Hi
Can I simply charge my customer for a given amount of money without needing to rely on Stripe Prices?
Yes you can use PaymentIntent directly, here is an example:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
can I use it at any time via API calls?
What you mean exactly by "use it at any time via API calls"?
Charge the customer via API (off session )?
yes
my customer should see only my application screen
if he has already setup his app account to "allow auto payments for overage usage", then my app will automatically charge him without even asking.
yes you can charge the customer off session following this guide too:
https://stripe.com/docs/payments/save-during-payment
using PaymentIntent APIs.