Go-Live Checklist

Use this checklist to ensure a smooth transition to Live Mode

After testing your integration in test mode, there are a few tasks you need to complete before going live with the Payment Initiation product. Fintoc's test environment is funtionally very similar to live mode, but it is important to perform tests in order to correctly set up your live environment



  • Setup the Live API Keys in your backend

In your dashboard, navigate to the API Keys tab. Make sure you are in Live mode by checking the toggle indicator in the bottom-left corner.

Generate your Live Secret Key and set it up in your back end to make requests to the API in Live Mode


  • Set up new webhooks to keep your application in sync with Fintoc

Webhooks created in test mode will not notify your application about events that occur in Live mode. You will need to set up new webhooks in your production environment to handle any events related to a payment intent.

If you need help setting up new webhooks, check our Webhooks Guide.

There are several events that you can configure from the dashboard or the API to receive notifications about the payment process, but there are four events associated with the processing of a Payment Intent that are critical to the operation and are sent via webhook: Payment Intent Succeeded, Payment Intent Failed, Payment Intent Rejected, and Payment Intent Pending (the latter does not apply for MX). Check out our Webhooks Guide to understand how Fintoc's webhooks work and how you can configure your Webhook endpoints. These events can be tested from the dashboard.


Choose the correct payment button for your checkout: Our research has shown that the payment button has important effects on conversion

Launch the widget without redirecting the customer: Integrating the payment widget this way promotes trust, making the user more likely to enter their banking credentials and finish the payment.

Ensure that there are no additional visual elements during the payment flow: Keeping the payment flow clean and simple improves the overall payment experience.

Properly redirect the end user after making a payment: Whether the payment is successful or not, it is important to reduce uncertainty and confirm the final status of the customer's payment.

  • Correctly handle webhook-related edge cases

Some payments may have null fields if the user exits mid-process. Be sure to handle these cases as shown in our payments guide.


  • Specify the account where you want to receive payouts

If you are using Fintoc Collects, you will need to specify the bank account in which you want to receive payouts. To do this, send an email to your Account Executive specifying:

πŸ‡¨πŸ‡±

  • Bank Name
  • Account Type
  • Account Number
  • RUT
  • Notifications Email

πŸ‡²πŸ‡½

  • Company Name
  • Bank Name
  • CLABE
  • RFC
  • Notifications Email
  • Company Adress

  • Perform Certification Tests

Before moving to production, you must be sure that your integration was carried out correctly. The tests we will perform involve real payments, therefore you must:

  • Ask your Sales Executive to activate Live mode on your account. You must be able to launch the widget in this mode. If you wish, you can conduct the tests on a development site, but always using the Live mode credentials and making real payments.
  • Have your webhook endpoints configured in Live mode.

Payment Initiation Tests

  1. Complete a successful payment using Fintoc.
    Expected results:
    1. You can correctly initiate a Payment Intent and display the widget.
    2. After finishing the payment flow, you correctly redirect the end user to a confirmation page on your site
    3. Your system registers the payment as successful and the rest of your processes are triggered (for example, sending a confirmation email)

  2. Create a new payment intent and close the widget before authorizing the payment.
    Expected results:
    1. Your front end redirects the end user to a page where they can retry the payment or choose another payment method.
    2. Your system registers the payment as failed using webhooks

  3. Simulate a payment intent where the end user authorizes the transaction in their banking app and closes the tab immediately after.
    Expected results:
    1. Your system registers the payment as successful after receiving the confirmation webhook.
    2. The rest of your processes are triggered (for example, sending a confirmation email)

  • Go Live

After completing the certification tests, you are ready to set your integration Live.