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
Parameter | Type | Description |
---|---|---|
statement | pdf file | PDF File to be analysed |
bank_code | string | bank code of the bank |
password | string | (Optional) |
Response Sample
{
"entity": {
"account_id": "7364e849-66ee-46a3-a5b5-5d7ed626b835"
}
}
Updated 9 months ago