Skip to main content

I currently use a product, jotfrom, to create forms that need a payment with Paypal.  I would like to use Skuid.  Here is how I build it in jotform.
https://drive.google.com/file/d/1aOOymKvlmfrRmpBgMNOy87KQ0YRlGfye/view


Here is what the finished product looks like
https://form.jotform.com/81755030975259

Skuid, any help on ow you did it?


We built a custom Apex integration with a payment gateway.  We really did not want to put that functionality direclty in the product because we don’t want to store or manage your credit card information.  Building a custom pass through to the credit card processor allowed us to leverage their functionality and keep your information as private as possible. 

We have seen integrations with Worldpay - which has a completely REST API based integration.  You could probably set that up “no-code”. I also remember mention of SQUARE here on the community.  Its very much possible. 


We also do not want to collect credit card info.  Is the Apex code available?


I recently integrated Skuid+Salesforce with the Stripe Checkout Payment Gateway. You have to do some server-side code and connect the REST API, but it seems to work really well. It redirects the customer to Stripe’s checkout page so you don’t hold any of the CC info.


https://stripe.com/docs/payments/checkout


Reply