-
Notifications
You must be signed in to change notification settings - Fork 268
Embedding Stripe Payment into Form #1449
Unanswered
umutyorulmaz
asked this question in
Q&A
-
Hey there, I would like to implement Stripe Checkout within my form, the Stripe documentation shows full implementation to a website, which confused me. I can see as data source there is Stripe integration. If someone already did, can you please explain me briefly how ?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Stripe has many ways of integration. Surely you will need also backend access, to prepare a stripe checkout.
You will need:
- prepare your stripe account
- setup a product
- setup a price (link)
- to create a customer (API)
- prepare a checkout link (API)
only then you can get the URL to the stripe checkout page - which you can use with the lowcoder frontend components.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment