Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

📘

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 ResponseRequest

Code Block
{
	"pdf": "bank_statement.pdf",
	"bank_code": "058",
	"currency": "NGN",
	"request_type": "score",
	"customer_id": "ckpy5ebhx000001mi74zghkwg"
}

Sample Response

Code Block
{
  "status": "success",
  "data": {
    "jobId": "fbe89a66d0c2973f401a23cee0854824d901cb3c8115969191f3a8427b6e327c",
    "status": "IN_PROGRESS"
  }
}