
The user accesses the form in HubSpot and will fill in the required data, then click the button and trigger the page submit.
A contact will be created with all the information from the form and a business using data from the program.
Then the serverless functions are activated and the University security system is asked to create a security token.
The functions invoke the transaction/validate-information method to which it will send the data of the origin, the product and the person, additionally in the Header it will send the token generated in the step.
The payment gateway connects to the University's security system to validate that the token sent by HubSpot is valid and current. If the answer is affirmative, it continues with the other synchronous steps; if not, it returns the error response to HubSpot.
If step 4 was affirmative, proceed to connect to the system to register the sent frame and generate a unique transaction code (guid-transaction).
Finally, the payment gateway responds to HubSpot with the generated link, which contains the token generated in step 6 and, additionally, the guid-transaction generated in step 5, to make the link unique.
Innovation