#keymodded-one-time-payment
1 messages · Page 1 of 1 (latest)
Hi there! Can you tell me more about what exactly you are looking for?
Are you attempting to build a one-time payment integration?
Or looking for a no-code way to accept a payment?
Or...?
a one-time payment integration
Have you taken a look at our docs here: https://stripe.com/docs/payments/accept-a-payment?
well a one-time payment integration without using some web framework like flask, is that possible ?
You can use our Payment Links API, which is a low-code solution here: https://stripe.com/docs/payments/payment-links/api
i don't get what is the unit amount, i just want to put my price in USD, how i can do that ?
I'm not super familiar with Python but I think you need to wrap the self.amount * 100 in ()? What is the error specifically?
how i can check if a paymenturl is completed ?