Skip to content

Mifundo Consumer API 1.0 (1.0)

Mifundo Consumer API.

Download OpenAPI description
Languages
Servers
Mock server
https://doc.mifundo.com/_mock/mca
Production API
https://api.mifundo.com/mca
Test API
https://apitest.mifundo.com/mca
Operations

Request

Security
keycloakAuthLive or keycloakAuthTest
Path
sessionIdstring(uuid)required
curl -i -X GET \
  'https://doc.mifundo.com/_mock/mca/v1/sessions/{sessionId}/account-statements' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
accountsArray of objects or null(AccountStatementItem)

List of account statement items included in the response.

Response
application/json
{ "accounts": null }

Request

Security
keycloakAuthLive or keycloakAuthTest
Path
sessionIdstring(uuid)required
accountStatementIdstring(uuid)required
curl -i -X GET \
  'https://doc.mifundo.com/_mock/mca/v1/sessions/{sessionId}/account-statements/{accountStatementId}/excel' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
bytesnull or string(byte)required

Binary content of the account statement file.

filenamenull or stringrequired

Name of the account statement file.

mimeTypenull or stringrequired

MIME type of the account statement file (e.g., application/pdf).

Response
application/json
{ "bytes": null, "filename": null, "mimeType": null }
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Sessions

Session is a collection of inputs for retrieving various sets of information

Operations

SourceFiles

Original responses from credit bureaus and other sources of information

Operations
Operations