Set Up Flinks Pay using E-Transfer

FlinksPay is a payment processing service that allows your customers transfer funds to you using Interac e-Transfer Request Money.

Complete the following steps to set up FlinksPay using e-transfer as the payment type.

  1. The FlinksPay application is hosted using a direct URL that requires an active session to initiate the payment request. Determine where you want to embed the FlinksPay application:
    1. Directly on your website, initiating when a customer is making a purchase
    2. Within a pre-existing messaging system that you've already deployed on your website
    3. By sending an email to a user that contains a link to the app (requires no integration on your end)
      To discuss an option that’s not listed above, contact your Flinks Representative.
  2. We will walk you through our standard onboarding and verification process, which typically takes 1-2 weeks. After this is complete, we’ll provide you with a unique instance and credentials that you can use to start making transactions.
  3. Start running tests and working on your integration using our Sandbox environment.
  4. Provide us with a high-quality image of your company logo and let us know about any additional customizations you want to make. To discuss customization options, contact your Flinks Representative.
  5. Start making transactions:
    1. Validate your identity and initiate the process by calling the /Authorize endpoint. You’ll receive an access_token if the request is successful.
    2. Pass the access_token, credentials, and instance to initiate a session with the application. If it’s successful, you’ll receive a sessionId.
    3. Use the sessionId to finalize and activate the Payment Request and receive a requestId
    4. Use the sessionId to launch the Flinks Pay application by appending it to the base application's URL.
  6. Reconcile and review the status of your payments using one (or both) of the following methods:
    1. Review the daily reconciliation files that we provide in your Payments Dashboard. You can also receive these files automatically by email, please reach out to your Flinks representative for more information.
    2. Use the following API endpoints to review customer activity and payment information:
      1. [/Authorize](https://docs.flinks.com/reference/authorize-2)
      2. [/PaymentRequests](https://docs.flinks.com/reference/paymentrequests-1)

What’s Next

If you want to learn more about the API's available, please refer to the FlinksPay section of the API Reference.