#kiranbestie
1 messages · Page 1 of 1 (latest)
heya @frozen lion! if you want to use a Stripe hosted page to collect payment, you'd use checkout-one-time-payments. If you want to build your own custom form, you can use accept-a-payment
https://github.com/stripe-samples
This is a nice step by step guide : https://stripe.com/docs/payments/integration-builder
Thank you @hearty garden
I was using accept-a-payment prebuild checkout page code sample so far. I'll try checkout-one-time-payments as well
Please read the use case provided. Here is the use-case; user pays $5, when site owner receives this amount the user wallet amount gets updated. We might be able to get the payment success response from stripe. But, how do we know whether site owner account gets credited ($5). Because only when site owner's account is credited, user wallet should update! Please help I'm new to this
@frozen lion could you reach out to Stripe Support : https://support.stripe.com/contact/, to check if Stripe is able to support your business use case before you move on with implementation? It sounds as if your use case could fall under Virtual currency or stored value : https://stripe.com/restricted-businesses
if your use case is supported, feel free to reach out again in this channel for help!