v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBBank Statement PDF
Fetch bank statement PDF report
Fetches a processed bank statement report for a completed session. The response may be JSON or downloadable file content depending on report_type.
post/verify/bank_statement_pdf/report
Request body
Example request
{
"report_type": "json",
"report_subtype": "type1"
}Response
Report returned as JSON or file content
Example response
{
"status": "success",
"message": "Verification completed successfully",
"error_code": "IDTO_400",
"chargeble": "true",
"user_consent": "true"
}