Upload PDF Statments

This endpoint allows developers to pass customer's transactions for it to be processed. The transactions will be sent alongside the account details.

πŸ“˜

NOTE

This request body format is formdata and not json

COLLECT TRANSACTIONS

Request

{{baseUrl}}/api/v1/financial/transactions/pdf

Body Parameters

ParameterTypeDescription
statementpdf filePDF File to be analysed
bank_codestringbank code of the bank
passwordstringPDF password (Optional)

Response Sample

{
    "entity": {
        "account_id": "7364e849-66ee-46a3-a5b5-5d7ed626b835"
    }
}