< 1 min read
Copy Code Copied Use a different Browser http://[ip]:[port]/psd2/v1/consents/[consent-id]/status
http://[ip]:[port]/psd2/v1/consents/[consent-id]/status
Method: GET
Copy Code Copied Use a different Browser { "status": "Received" }
{ "status": "Received" }
01 Request setup # Configure the endpoint, headers, and payload before hitting the gateway. API URL HTTP Method Content-Type X-Request-ID Token Payload # ► Run request 02 Response # Preview the API response with pretty-printed JSON. Waiting for request… Body { "status": "pending" }
Configure the endpoint, headers, and payload before hitting the gateway.
Preview the API response with pretty-printed JSON.
{ "status": "pending" }