Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Try It Out Yourself

To try out our API and see a live example, visit our API Reference Test Page.

Endpoint: https://api.indicina.co/api/v3/client/pdf/extract

Method: POST

Authentication:Bearer <Token>

Content Type:multipart/form-data

📘

NOTE:

  • The request body takes the path to the customer's bank statement alongside some other data including their bank code, currency, request type and customer ID.

  • Header Content-Type: multipart/form-data

Sample RequestSample Response

{
	"pdf": "bank_statement.pdf",
	"bank_code": "058",
	"currency": "NGN",
	"request_type": "score",
	"customer_id": "ckpy5ebhx000001mi74zghkwg"
}
  • No labels