Hi, I have a few questions regarding the Click & Pledge API and how it interacts and posts data with Salesforce.
Currently we are using Wordpress with Gravity Forms and Click and Pledge. I believe the workflow for our donation forms data currently is the form is submitted, the payment is processed through the Click & Pledge plugin for Gravity Forms, a successful transaction allows Gravity Forms to move on to the after_submission hook, which we have custom code in place to post the data to Salesforce either creating a new Salesforce contact or updating an existing one. When the payment is processed through the Click & Pledge plugin/API that then triggers a POST to Salesforce creating the contact in C&P Temporary Contacts which is then merged with the Salesforce contact that was created or updated with the successful form submission.
We are in the process of developing a new website, moving off of Wordpress and instead using a JavaScript/React/Express stack with Formik for forms, this has me thinking that Payment as a Service is the route we should be looking at. I am wondering:
Currently we are using Wordpress with Gravity Forms and Click and Pledge. I believe the workflow for our donation forms data currently is the form is submitted, the payment is processed through the Click & Pledge plugin for Gravity Forms, a successful transaction allows Gravity Forms to move on to the after_submission hook, which we have custom code in place to post the data to Salesforce either creating a new Salesforce contact or updating an existing one. When the payment is processed through the Click & Pledge plugin/API that then triggers a POST to Salesforce creating the contact in C&P Temporary Contacts which is then merged with the Salesforce contact that was created or updated with the successful form submission.
We are in the process of developing a new website, moving off of Wordpress and instead using a JavaScript/React/Express stack with Formik for forms, this has me thinking that Payment as a Service is the route we should be looking at. I am wondering:
- What are the differences between Payment as a Service, Form as a Service, and Salesforce PaaS Class Library?
- What are the required fields that the API expects any submitted form to have?
- Does the reCAPTCHA have to send any kind of status or validation code to be included in the request to the API?
- Is there any way we can set up an Admin Web Interface to be able to view transaction details similar to how that data is already presented in Gravity Forms using C&P?
- Are there any plans to move from SOAP to a REST API?
Comment