Skip to content

Commit 39491c0

Browse files
authored
chore: align thirdparty docs, seq diagrams and oa3 files (mojaloop#362)
1 parent 9cae969 commit 39491c0

File tree

5 files changed

+916
-729
lines changed

5 files changed

+916
-729
lines changed

website/versioned_docs/v1.0.1/api/thirdparty/assets/diagrams/linking/5a-credential-registration.puml

+4-6
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ PISP -> Switch ++: ""PUT /consents/22222222-0000-0000-0000-000000000000""\n\
4444
"" FSIOP-Source: pispa""\n\
4545
"" FSPIOP-Destination: dfspa""\n\
4646
"" {""\n\
47-
"" consentRequestId: "11111111-0000-0000-0000-000000000000",""\n\
4847
"" status: "ISSUED",""\n\
4948
"" scopes: [""\n\
5049
"" {""\n\
@@ -86,10 +85,10 @@ rnote over DFSP
8685

8786
If the DFSP opts to use the hub-hosted Auth-Service it then:
8887
1. Registers the consent with the Auth Service ""POST /consents""
89-
2. If the DFSP recieves a `PUT /consents/{id}` and the callback contains
90-
""Consent.credential.status"" of ""VERIFIED"", for each scope in the
91-
Consent, the DFSP creates a ""CredentialScope"" else, if it recieves
92-
a `PUT /consents/{id}/error` callback, it knows that the Consent is
88+
2. If the DFSP recieves a `PUT /consents/{id}` and the callback contains
89+
""Consent.credential.status"" of ""VERIFIED"", for each scope in the
90+
Consent, the DFSP creates a ""CredentialScope"" else, if it recieves
91+
a `PUT /consents/{id}/error` callback, it knows that the Consent is
9392
invalid, and can propagate the error back to the PISP
9493

9594
end note
@@ -178,7 +177,6 @@ Auth -> Switch: ""PUT /consents/22222222-0000-0000-0000-000000000000"" \n\
178177
"" FSIOP-Source: central-auth""\n\
179178
"" FSPIOP-Destination: dfspa""\n\
180179
"" {""\n\
181-
"" consentRequestId: "11111111-0000-0000-0000-000000000000"""\n\
182180
"" status: "ISSUED",""\n\
183181
"" scopes: [""\n\
184182
"" {""\n\

website/versioned_docs/v1.0.1/api/thirdparty/assets/diagrams/transfer/1-2-1-agreement.puml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ rnote left of D2 #Light
7474
""FSPIOP-Source: dfspa""
7575
""FSPIOP-Destination: pispa""
7676
{
77+
"transactionId": "11111111-0000-0000-0000-000000000000",
7778
"transactionRequestState": "RECEIVED"
7879
}
7980
end note

0 commit comments

Comments
 (0)