Hello,
A client of mine needs me to create a form in webflow for clients to book tickets for a show. We will need the form to connect with their payment processor. The payment processor company said they can give me API codes.
What is an API code?
How do I integrate the API code so the payments will get processed?
If you don’t have access to Webflow Logic, you will need zapier or a third party server/serverless functions in order to call their APIs.
API code depends, but probably your client means the secret token that is necessary to call the payment process.
You will probably need a dev to help you or you will struggle a lot in order to make it work on your own
No you can’t just insert that somewhere and be done. These things must be done server side, you can’t expose your credentials on the client and probably you will also be blocked by CORS policy.
Check with the payment processor, they may be able to give you a code snippet that includes the form and button, that you can then embed on your WF page.
Thank you all.
I’m going to speak to the payment processor to get more info.
For my future reference @ChrisDrit, how would I easily connect a stripe account to a form in Webflow?
Thank you.
I wouldn’t say you’d be connecting a Stripe account to a Webflow form. But you’d be connecting Stripe to your Webflow site in a few different ways.
A couple of options…
DIY:
Use your own Stripe account.
Setup a Stripe payment link / page (it’s their no code fully hosted payment page).
Add a Webhook to a successful payment on Stripes end to populate your Webflow CMS or send a Webflow Membership invitation.
Memberstack:
Use Memberstack.
They are already integrated with Stripe and you can use your own account.
Hi @S_M.
Josh with Foxy here. What gateway/processor are you wanting to connect to? There’s a good chance we integrate with them. You might look into our seamless Webflow integration: https://foxy.io/webflow
Sell any type of product (tickets, one-off, subscriptions, donations, digital, services, memberships, etc.)
Manage products with Webflow CMS and auto update available tickets after each sale (downgrade and save $$$)
Connect to 100+ gateways and payment methods
Multi-lingual support
Multi-currency support
Embed a customer portal to allow customers to manage their subscriptions/memberships, view order history, update billing, and more (all inside of your Webflow site)
Sell and accept gift cards
Custom shipping functionality, logic, and integrations
Custom tax functionality, logic, and integrations
Powerful coupon and discount functionality
and more!
Please don’t hesitate to reach out if you have any questions or need help getting started: hello@foxy.io
Thank you @foxy !
They may be using Authorize.net, which I see is an option for your integration.
How does your integration work?
How would I set it up?
You can connect to your Authorize.Net account from your Foxy Payment Settings page. For the quickest support, please email us if you run into any issues or have follow up questions: hello@foxy.io
Thank you very much.
In the end we are going with a different payment processor, and I’m going to place the form into an Iframe.
Thank you all for your help!