Consents
Consents provide the Account Information Service Provider (AISP) access to the Payment Service User’s (PSU) account information.
Consent Endpoints
| Name | Endpoint |
|---|---|
| Create Consent | POST /consents |
| Get Consent Details | GET /consents/{consentId} |
| Get Consent Status | GET /consents/{consentId}/status |
| Delete Consent | DELETE /consents/{consentId} |
Each endpoint allows you to manage consents for account information access. For details on request/response formats, see the individual endpoint documentation.