Description and Details
This API is used to create an Account Information Service Provider (AISP) consent. This consent allows regulated third-party providers to access account information from account servicing payment service providers (ASPSPs), as per open banking standards. Consent must be authorized by the customer after creation.
Endpoint
https://api-dev-isolution.xyz/opentest/v1/access-consent/17500623575287883?Authorization=Bearer P54buLfam89cSbV4znFDqXeH9LCC
Verb Method
GET
Headers Request Parameters
Header Key | Value | Description |
---|---|---|
Authorization | Bearer P54buLfam89cSbV4znFDqXeH9LCC | Required – Access token |
Accept | application/json | Expected response format |
Content-Type | application/json | Request body format (if needed) |
Body Request Parameters
None — This is a GET request.
Response Parameters
Field | Type | Description |
---|---|---|
data | object | Root object containing all consent details |
└── consent_id | string | Unique identifier assigned to the access consent |
└── status | string | Current status of the consent (e.g., AwaitingAuthorisation, Authorised) |
└── statusUpdateDateTime | string | ISO timestamp when the consent status was last updated |
└── creationDateTime | string | ISO timestamp when the consent was originally created |
└── expirationDateTime | string | ISO timestamp when the consent will expire |
└── transactionFromDateTime | string | Start datetime for allowed transaction access (ISO format) |
└── transactionToDateTime | string | End datetime for allowed transaction access (ISO format) |
└── meta | object or null | Optional metadata object (may be null) |
HTTP Codes
Code | Meaning |
---|---|
200 | OK – Consent retrieved successfully |
400 | Bad Request – Malformed consent_id or token |
401 | Unauthorized – Invalid or missing access token |
404 | Not Found – Consent does not exist |
500 | Internal Server Error |