Skip to main content

Overview

With SyncteraPay, FinTechs can leverage their own payments partners outside the Synctera Marketplace. SyncteraPay allows Fintechs to ledger payments within the Synctera ecosystem that were initiated by third parties, by providing a payments endpoint that captures the necessary compliance and reconciliation data to record payments in our system, including:
  • External party data (the party and account that the money is being sent to/from), which is a requirement to run the mandatory OFAC checks on counterparties participating in money movement on the Synctera platform
  • SyncteraPay-rail-specific fields such as network reference ids (to tie the third party transaction to the SyncteraPay transaction), vendor information and currency exchange details, to ensure clear auditability, transparency and streamlined reconciliation between the two platforms
  • A reconciliation template for sending daily files of all posted SyncteraPay transactions, to ensure alignment between the Fintech’s ecosystem of payments and what has ultimately posted on our ledger
SyncteraPay provides more than transaction ingestion for third-party payment providers. It adds the compliance, controls, and reconciliation framework required to support off-platform money movement within a regulated banking program. By capturing mandatory counterparty data, preserving third-party reference details, and standardizing daily reconciliation, SyncteraPay helps FinTechs reduce operational risk, support sponsor bank oversight, and maintain an auditable record of payment activity. The value of SyncteraPay is not only in enabling access to external payment partners, but in ​reducing the internal cost and risk of operating those partners​. Working with a third party vendor to support payments within the Synctera ecosystem requires Sponsor Bank approvals, including a TPRM review of the provider you are working with, and a full review of funds flow to ensure oversight and use-case specific requirements are both documented and agreed upon. SyncteraPay is built to be approved by design, as it contains all of the necessary data to support a third party payments program on our ledger. SyncteraPay supports both Outbound and Inbound payment flows:
  • SyncteraPay Outbound (Send): This function allows money transfer from a Synctera account to an external account in a different financial institution, via a third-party payments provider.
  • SyncteraPay Inbound (Receive): This function facilitates the receipt of money from an external account to a Synctera account, via a third-party provider.
Transactions in SyncteraPay are created using the SyncteraPay APIs. The transaction recorded in the account is always the result of an off-platform activity that leads to a money movement, performed by the third-party payments provider. Transactions are final and cannot be reversed. In order to reverse a transaction or correct a transaction a new opposite transaction will have to have to be created. **For more information about transactions and its status, please refer to Synctera’s transactions guide. The current list of supported SyncteraPay transaction subtypes are found here under subtype.

Counterparty Set Up

1

Add the external party in the Synctera Platform

The customer may be the same party that is receiving the funds (in the event of a me-to-me transfer) or a different customer (Peer-to-Peer). Ensure that the customer exists on the Synctera platform by using the same customer if M2M, or adding the originating party (is customer = false).
2

Link the external account that the funds are being sent from or to

Using our external accounts endpoint, link the external account that belongs to the counterparty. If it is a true bank account, you can add this following the same steps you would to link and manually verify an external account described here.There may be some cases where the external account does not have its own unique account number; for example, a virtual account rolling into a pool account, or an international account that does not have the same properties as a US bank account. Provided your Sponsor Bank has approved the use case, you can use the following example for adding the external account to the originating customer on the Synctera platform/ledger:

Outgoing Transaction Flow

Transactions executed via a third-party provider need coordination between the Synctera account and the third-party payment provider. All outgoing payments follow a two-step process. The first step is a transaction authorization that verifies that the account is capable of transacting and has sufficient funds for the transaction. The second step is the transaction posting ensuring the successful processing of the transfer with the third-party payment provider and includes adding extra transaction data for reconciliation. These steps are performed via the Synctera APIs. Assuming Steps 1 and 2 above have already been completed:
3

Transaction Authorization

Create a transaction authorization to hold available funds. The external account added in Step 2 is reflected as the final_external_account_id in the request.
If successful, the third-party provider has processed the transaction, and it can now be posted to the customer’s account. At this stage, the FinTech should include the transaction reference ID provided by the third-party provider for future transaction reconciliation.
4

Transaction Posted

Update the status to POSTED once funds are verified to post the hold. Include the reference id obtained from the third party provider in this step as the reference_id.

Incoming Transaction Flow

For Incoming SyncteraPay (sending funds in from an external provider to a Synctera DDA via SyncteraPay), utilize the v2/synctera_pay/incoming endpoints. This guide assumes you already have an Incoming SyncteraPay Configuration set up on your tenant, which defines the use case, subtype and Settlement DDA. For more information on configuration set up, reach out to your Implementation Manager.  Assuming Steps 1 and 2 for Counterparty Set Up have already been completed:
1

Verify the funds have been sent out at the external provider

Ensure you have captured the network reference id of the transfer to include in the Incoming SyncteraPay call in the next step.
2

 Initiate the Incoming SyncteraPay Transaction

Call POST /v2/synctera_pay/incoming/transfers with the following:
  • Set payee_id to the recipient of the SyncteraPay transfer.
  • Set  payer_id to the customer_id or business_id from Step 1.
  • Set reference_id to the id associated with the external transaction from Step 3. 
  • Set source_external_account_id to the external account id created in Step 2. 
  • Set destination_account_id to the Synctera account owned by the customer payee_id, that the funds will be distributed to. 
  • Set configuration_id to the Synctera provided id.

Daily Bulk Settlement With Third Party Provider

At the end of the business day, or multiple times a day (depending on the Fintech/Payments provider agreement), the third-party payment provider will need to settle for the total amount of Inbound or Outbound Payments processed via SyncteraPay. The Synctera platform can create and receive bulk wire and ach transfers to settle these payments. The Bulk Settlement function is accessible via the Synctera UI and available to both the FinTech and Synctera Operations agents. **SyncteraPay transactions and Settlements are not allowed by default. Please contact your implementation manager to enable this capability. Note: If you are using Incoming SyncteraPay and Outgoing SyncteraPay and have been approved by Synctera and your Sponsor Bank to perform end of day netting bulk transfers for SyncteraPay DDA EOD Settlement, you will need to work with your Implementation Manager to ensure the Standard Operating Procedure and methods are mutually aligned and supported.