Skip to main content

Integration Overview

Credova checkout process starts when the customer places the order at checkout having selected Credova as the payment options. The steps below will show the customer's interaction with Credova Plugin, and how all integration should be handled at the back-end.

Customer begins checkout

  1. Customer goes to the shopping cart and begins the checkout process.
  2. Customer selects Credova as payment method during the checkout process.
  3. Customer clicks to place the order.

Customer begin checkout

Merchant creates checkout object

  1. Merchant creates the checkout object.
  2. Merchant sends the checkout object to Credova.
  3. Credova answers back the checkout's publicid.
  4. Merchant stores the publicid.
  5. Merchant calls Credova plugin's checkout function passing in the publicid.
  6. Customer sees the Credova plugin.

Merchant create object

Collect customer information

  1. Customer fills in the required application information on Credova interface.
  2. Credova validates all the information and if the Customer is approved shows the available offers.
  3. Customer selects between the available offers.
  4. Customer confirms terms and sign the agreement.

Collect customer information

Complete order

  1. Credova redirects the customer to the merchant page generating an event.
  2. Credova sends an HTTP request with the information of the signed contract to the merchant server.
  3. Merchant confirms and validates the SIGNATURE.
  4. Merchant sends the final generated order(s) number(s) to Credova.

Complete order