Integration Overview

Below are high level overview of steps to integrate with Co-Auth

  1. Create an application and API key on Co-Auth

  2. Call Co-Auth generate request API from your Backend server (with the authorization mode you want for the page) to generate a token

  3. Include an Iframe and pass the token

  4. 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

  5. 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