Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update ValidateThirdpartyRequestsTransactionsPostResponse to … #113

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 6 additions & 30 deletions src/simulator/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -873,36 +873,6 @@ paths:
schema:
$ref: '#/components/schemas/errorResponse'


/transactionRequestContextForAccountId/{ID}:
get:
tags:
- DFSPSim
operationId: GetTransactionRequestContextForAccountIdById
summary: GetTransactionRequestContextForAccountIdById
description: |
The HTTP request `GET /transactionRequestContextForAccountId/{ID}` is
used to retrieve consent information for a specific account ID.
responses:
200:
description: Response containing account consent info details
content:
application/json:
schema:
type: object
400:
description: Malformed or missing required headers or parameters
content:
application/json:
schema:
$ref: '#/components/schemas/errorResponse'
500:
description: An error occured processing the request
content:
application/json:
schema:
$ref: '#/components/schemas/errorResponse'

components:
schemas:
quoteRequest:
Expand Down Expand Up @@ -2253,8 +2223,14 @@ components:
properties:
isValid:
type: boolean
payerPartyIdInfo:
$ref: '#/components/schemas/PartyIdInfo'
consentId:
$ref: '#/components/schemas/CorrelationId'
required:
- isValid
- payerPartyIdInfo
- consentId
UserName:
title: UserName
type: string
Expand Down