v1

latestSwagger 2.02026-07-14129254.9 KB
PI Consents Raw

Extracts the original raw consent given by the aspsp

Extracts the original raw consent given by the aspsp

post/payments/consents/raw

Request body

Example request

{
  "requestInfo": {
    "aspspId": "420e5cff-0e2a-4156-991a-f6eeef0478cf",
    "consentId": "GFiTpF3:EBy5xGqQMatk",
    "merchant": {
      "id": "MerchantId",
      "name": "MerchantName"
    },
    "xRequestId": "123e4567-e89b-12d3-a456-426655440000"
  }
}

Response

Success

rawConsentstring

Raw Consent

Example response

{
  "originalRequestInfo": {
    "xRequestId": "444e4567-e55b-12d3-a456-426655448888"
  }
}