Customers can submit deposits by taking an image of the check and submitting it online using the Synctera platform. Synctera API provides mobile deposit endpoints. As a FinTech you’ll have to implement a feature that allows a customer to take a photo of a check to be deposited.Documentation Index
Fetch the complete documentation index at: https://docs.synctera.com/llms.txt
Use this file to discover all available pages before exploring further.
Steps to submit a deposit
Thecurl examples assume you have set up baseurl and apikey environment variables. See Base URL and Authentication for instructions. Some examples depend on identifiers generated by previous steps. These are indicated like {PERSON_ID}.
Prompt customers to take the front and back image of the check on their mobile phone
Upload images to Synctera
Select an account, select images and confirmed amount to submit the deposit
1. Prompt customers to take the front and back image of the check on their mobile phone
As a FinTech you’ll have to add a feature on your application that allows users to take the front and back images of a deposit to be submitted. After the user takes the front and back images of the check proceed to step 22. Upload images to Synctera
- Upload front image and save the ID returned. Refer to Create Document
- Upload the rear image and save the returned id. Refer to Create Document
3. Submit Deposit
Refer to Submit DepositSUBMITTEDthe deposit has been successfully scanned by the OCR and submitted for processingPENDINGThe OCR engine detected issues such as amount discrepancy, duplicate deposit and fraud while scanning the image, a case will be created for manual review, please review the case to approve or reject the deposit requestFAILEDThe OCR engine detected issues with the submitted deposit. Please retake the images and resubmitREJECTEDThe deposit has been rejected by the bank

