View Categories

Consent – Status

< 1 min read

End-point URL
#

http://[ip]:[port]/psd2/v1/consents/[consent-id]/status


Method: GET

HEADERS #

  • X-Request-ID = [request-id]: Required
  • Content-Type: application/json: Required
  • PSU-ID: [user-id]: Optional

Response #

Snippet #

01

Request setup #

Configure the endpoint, headers, and payload before hitting the gateway.

Payload #

02

Response #

Preview the API response with pretty-printed JSON.

Waiting for request…
{
  "status": "pending"
}