Payment gateway integration #5888
projectminasai-ux
started this conversation in
General
Replies: 1 comment
-
|
Use Reflex’s FastAPI backend to create checkout sessions + handle webhooks. The simplest path is Stripe Checkout (hosted redirect). Here’s a minimal working sketch.
Reflex exposes a FastAPI backend and lets you mount your own endpoints via api_transformer, which is perfect for payments and webhooks.
page component
Notes:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to integrate payment gateway using reflex
Beta Was this translation helpful? Give feedback.
All reactions