Integration Overview
Below are high level overview of steps to integrate with Co-Auth
Create an application and API key on Co-Auth
Call Co-Auth generate request API from your Backend server (with the authorization mode you want for the page) to generate a token
Include an Iframe and pass the token
Co-Auth will take care of rest of the flow. Once transaction is complete. Co-Auth iframe will make a callback to your parent window to proceed with transaction
Now in your transaction processing api, call status API of Co-Auth to check, if the authorization was successful.
Thats how simple it is to add authorizations to your transactions anywhere across any of your applications.
Last updated