Background
Many of our FinTechs have existing relationships with Third Party payments providers to send and receive international remittances. For example, more mature FinTechs that already have a relationship with TransferWise or correspondent banks JPMC… and these fintechs would like to use their Synctera accounts and the ledger to process payments through these third parties. To enable this, the SyncteraPay product allows FinTechs to process payments with their Third Party payments providers and as a result, the payment is stored in the Synctera Ledger with all the relevant payment information (network reference ID, sender, recipient, FX conversion, ect…) All of this information is needed for compliance and account statements.SyncteraPay Outbound International remittance (Send):
Allows FinTech to Send international remittances to an external account via a Third Party Payments provider (i.e TransferWise). As a result, the FinTech account is debited with the transaction amount and credited to a SyncteraPay Settlement account of choice (configurable per FinTech and use for daily settlement). The Synctera Implementation team creates the settlement account for the FinTech. The Outbound International remittances flow works as follows:- Prerequisite: Add the transaction final recipient as a ‘non-customer’ with name and address and add external account for the ‘non-customer’
- The FinTech calls/connect with the Third Party payments provider to initiate transfer and receive FX rate conversion for international remittance.
- Perform SyncteraPay authorization: (POST /v1/synctera_pay)
- An authorization debiting the fintech customer account is created. The authorization means that the account can transact and fraud, OFAC and limits checks have passed.
- The FinTech customer is debited in USD
- The FinTech then can call their third party provider in parallel and confirm the transfer
- After the transfer is confirmed with the third party provider the transaction in the Synctera platform is patched with the external network reference ID, transaction info and vendor info.
- At this point the transaction is considered confirmed by the FinTech and third party
- As a final step, the FinTech confirms the transfer in the Synctera Ledger and adds the required transaction data (i.e external network reference ID) (PATCH /v1/synctera_pay/)
Step 1: Transaction Authorization
Create a transaction authorization to hold available fundsJSON
Step 2: Transaction Posted
Update the status to POSTED once funds are verified to post the holdJSON
International Remittance required data
The following data is required from the FinTech in order to comply with the international remittances reporting, reconciliation and compliance oversight.field name | example |
---|---|
synctera_pay_network | WISE |
source_currency | USD |
target_currency | GDP |
source_amount | 10000 |
target_amount | 17899 |
rate | 1.30445 |
fee_type | FX |
description | string |
amount | 0 |
percentage | string |
currency | string |
reference_id | d8536d12-4780-4de6-b6b0-638638985f2c |
The reference_id is the third party provider transaction ID that is used for reconciliation