function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Claire DomingoClaire Domingo 

Stripe integration value to update a checkbox on a Lead created from web to lead within Salesforce

Hi Team, any of your input will be greatly appreaciated. I would like to check how to make this possible: 
 
1. end user fills out web to lead form and submit it
2. return url gives out a page where "Stripe Integration" is used for end user to pay using a credit card ( like paypal) 
3.when a field value on this page returns 200  (given that a lead has been created) , Paid check box field on the lead will be ticked confirming that lead is already paid. 
 
Thanks in advance.