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 KeyValueDescription
AuthorizationBearer P54buLfam89cSbV4znFDqXeH9LCCRequired – Access token
Acceptapplication/jsonExpected response format
Content-Typeapplication/jsonRequest body format (if needed)

Body Request Parameters
 

None — This is a GET request.


Response Parameters

FieldTypeDescription
dataobjectRoot object containing all consent details
└── consent_idstringUnique identifier assigned to the access consent
└── statusstringCurrent status of the consent (e.g., AwaitingAuthorisation, Authorised)
└── statusUpdateDateTimestringISO timestamp when the consent status was last updated
└── creationDateTimestringISO timestamp when the consent was originally created
└── expirationDateTimestringISO timestamp when the consent will expire
└── transactionFromDateTimestringStart datetime for allowed transaction access (ISO format)
└── transactionToDateTimestringEnd datetime for allowed transaction access (ISO format)
└── metaobject or nullOptional metadata object (may be null)

HTTP Codes

CodeMeaning
200OK – Consent retrieved successfully
400Bad Request – Malformed consent_id or token
401Unauthorized – Invalid or missing access token
404Not Found – Consent does not exist
500Internal Server Error