@mojaloop/api-snippets 13.0.5 → 13.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/docs/thirdparty-openapi3-snippets.yaml +3004 -2483
- package/lib/thirdparty/index.d.ts +1 -4
- package/lib/thirdparty/openapi.d.ts +4728 -3740
- package/package.json +4 -4
- package/tests/dto/thirdparty.test.ts +4 -48
- package/thirdparty/v1_0/openapi3/components/headers/Content-Length.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/headers/Content-Type.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Accept.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Content-Length.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Content-Type.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Date.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Source.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/ID.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/parameters/ServiceType.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/parameters/SubId.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Type.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/X-Forwarded-For.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/200.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/202.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/400.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/401.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/403.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/404.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/405.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/406.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/501.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/503.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Account.yaml +5 -2
- package/thirdparty/v1_0/openapi3/components/schemas/AccountAddress.yaml +25 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AccountList.yaml +11 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AccountsIDPutResponse.yaml +21 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Amount.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AmountType.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthenticationResponse.yaml +4 -3
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseTypeAccepted.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseTypeRejected.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/BinaryString.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestChannelType.yaml +9 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestChannelTypeOTP.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestChannelTypeWeb.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +17 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +2 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +2 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +51 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatus.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatusIssued.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatusRevoked.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPatchResponseRevoked.yaml +2 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPatchResponseVerified.yaml +3 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPutResponseSigned.yaml +5 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPutResponseVerified.yaml +5 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsPostRequestAUTH.yaml +6 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsPostRequestPISP.yaml +6 -4
- package/thirdparty/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusPending.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusVerified.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/CredentialType.yaml +11 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Currency.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/DateOfBirth.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/DateTime.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ErrorCode.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ErrorDescription.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ErrorInformation.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Extension.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ExtensionKey.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ExtensionList.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ExtensionValue.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +8 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/FirstName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/FspId.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/GenericCredential.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/GeoCode.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/IlpCondition.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/IlpFulfilment.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/IlpPacket.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Integer.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/LastName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Latitude.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Longitude.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/MerchantClassificationCode.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/MiddleName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Money.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Name.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Note.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsIDPutResponse.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsPostRequest.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsTypeIDPutResponse.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartiesTypeIDPutResponse.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Party.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyComplexName.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdInfo.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdInfoTPLink.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdTypeTPLink.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyIdentifier.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyPersonalInfo.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyResult.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartySubIdOrType.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyTPLink.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/QuotesPostRequest.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Scope.yaml +20 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ScopeAction.yaml +8 -6
- package/thirdparty/v1_0/openapi3/components/schemas/ServiceType.yaml +15 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +26 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedCredential.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
- package/thirdparty/v1_0/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadTypeFIDO.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadTypeGeneric.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +4 -11
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +4 -11
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseRejected.yaml +2 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +16 -4
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +27 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +18 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +15 -2
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +19 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +4 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +4 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Transaction.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/TransactionRequestState.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/TransactionState.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/TransactionType.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Uri.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/VerifiedCredential.yaml +6 -7
- package/thirdparty/{openapi3 → v1_0/openapi3}/openapi.yaml +9 -9
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/accounts_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/accounts_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests_ID.yaml +6 -6
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents_ID.yaml +2 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/health.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/metrics.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_Type_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_Type_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/services_ServiceType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/services_ServiceType_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations_ID.yaml +3 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-dfsp-api.template.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-dfsp-api.yaml +409 -313
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-pisp-api.template.yaml +7 -7
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-pisp-api.yaml +401 -308
- package/thirdparty/openapi3/components/headers/Content-Length.yaml +0 -1
- package/thirdparty/openapi3/components/headers/Content-Type.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Accept.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Content-Length.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Content-Type.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Date.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Destination.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Encryption.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Signature.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Source.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-URI.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/ID.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/SubId.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Type.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/X-Forwarded-For.yaml +0 -1
- package/thirdparty/openapi3/components/responses/200.yaml +0 -1
- package/thirdparty/openapi3/components/responses/202.yaml +0 -1
- package/thirdparty/openapi3/components/responses/400.yaml +0 -1
- package/thirdparty/openapi3/components/responses/401.yaml +0 -1
- package/thirdparty/openapi3/components/responses/403.yaml +0 -1
- package/thirdparty/openapi3/components/responses/404.yaml +0 -1
- package/thirdparty/openapi3/components/responses/405.yaml +0 -1
- package/thirdparty/openapi3/components/responses/406.yaml +0 -1
- package/thirdparty/openapi3/components/responses/501.yaml +0 -1
- package/thirdparty/openapi3/components/responses/503.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +0 -7
- package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/Amount.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/AmountType.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/AuthenticationType.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/AuthenticationValue.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/AuthorizationChannelType.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +0 -10
- package/thirdparty/openapi3/components/schemas/AuthorizationsPostRequest.yaml +0 -24
- package/thirdparty/openapi3/components/schemas/BinaryString.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelType.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +0 -35
- package/thirdparty/openapi3/components/schemas/CorrelationId.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/CredentialType.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/Currency.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/DateOfBirth.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/DateTime.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ErrorCode.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ErrorDescription.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ErrorInformation.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Extension.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ExtensionKey.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ExtensionList.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ExtensionValue.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/FirstName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/FspId.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/GeoCode.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IlpCondition.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IlpFulfilment.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IlpPacket.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IndividualQuote.yaml +0 -51
- package/thirdparty/openapi3/components/schemas/IndividualQuoteResult.yaml +0 -46
- package/thirdparty/openapi3/components/schemas/Integer.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/LastName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Latitude.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Longitude.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/MerchantClassificationCode.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/MiddleName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Money.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Name.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Note.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyComplexName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyIdentifier.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyPersonalInfo.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartySubIdOrType.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/QuotesIDPutResponse.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Scope.yaml +0 -15
- package/thirdparty/openapi3/components/schemas/ServiceType.yaml +0 -7
- package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +0 -12
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +0 -13
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/TransactionRequestState.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +0 -30
- package/thirdparty/openapi3/components/schemas/TransactionState.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/TransactionType.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/U2FPIN.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/U2FPinValue.yaml +0 -19
- package/thirdparty/openapi3/components/schemas/index.yaml +0 -182
- package/thirdparty/openapi3/paths/authorizations.yaml +0 -51
- package/thirdparty/openapi3/paths/authorizations_ID.yaml +0 -56
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsPostRequestPISP.yaml
RENAMED
|
@@ -7,8 +7,8 @@ properties:
|
|
|
7
7
|
allOf:
|
|
8
8
|
- $ref: ./CorrelationId.yaml
|
|
9
9
|
description: |
|
|
10
|
-
Common ID between the PISP and the Payer DFSP for the consent object. The ID
|
|
11
|
-
should be reused for
|
|
10
|
+
Common ID between the PISP and the Payer DFSP for the consent object. The ID
|
|
11
|
+
should be reused for re-sends of the same consent. A new ID should be generated
|
|
12
12
|
for each new consent.
|
|
13
13
|
consentRequestId:
|
|
14
14
|
allOf:
|
|
@@ -22,9 +22,11 @@ properties:
|
|
|
22
22
|
items:
|
|
23
23
|
$ref: ./Scope.yaml
|
|
24
24
|
status:
|
|
25
|
-
$ref: ConsentStatus.yaml
|
|
25
|
+
$ref: ./ConsentStatus.yaml
|
|
26
|
+
extensionList:
|
|
27
|
+
$ref: ./ExtensionList.yaml
|
|
26
28
|
required:
|
|
27
29
|
- consentId
|
|
28
|
-
- consentRequestId
|
|
30
|
+
- consentRequestId
|
|
29
31
|
- scopes
|
|
30
32
|
- status
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/CorrelationId.yaml'
|
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusPending.yaml
RENAMED
|
File without changes
|
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusVerified.yaml
RENAMED
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
title: CredentialType
|
|
2
|
+
type: string
|
|
3
|
+
enum:
|
|
4
|
+
- FIDO
|
|
5
|
+
- GENERIC
|
|
6
|
+
description: >-
|
|
7
|
+
The type of the Credential.
|
|
8
|
+
- "FIDO" - The credential is based on a FIDO challenge. Its payload is a FIDOPublicKeyCredentialAttestation object.
|
|
9
|
+
- "GENERIC" - The credential is based on a simple public key validation. Its payload is a GenericCredential object.
|
|
10
|
+
|
|
11
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3226-credentialtype
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Currency.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/DateOfBirth.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/DateTime.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/ErrorCode.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/ErrorDescription.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformation.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Extension.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/ExtensionKey.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/ExtensionList.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/ExtensionValue.yaml'
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
title: FIDOPublicKeyCredentialAssertion
|
|
2
2
|
type: object
|
|
3
3
|
description: |
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
A data model representing a FIDO Assertion result.
|
|
5
|
+
Derived from PublicKeyCredential Interface in WebAuthN.
|
|
6
|
+
|
|
7
|
+
The PublicKeyCredential interface represents the below fields with a Type of
|
|
8
|
+
Javascript ArrayBuffer.
|
|
9
|
+
For this API, we represent ArrayBuffers as base64 encoded utf-8 strings.
|
|
10
|
+
|
|
11
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32128-fidopublickeycredentialassertion
|
|
7
12
|
properties:
|
|
8
13
|
id:
|
|
9
14
|
type: string
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/FirstName.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/FspId.yaml'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
title: GenericCredential
|
|
2
2
|
type: object
|
|
3
3
|
description: |
|
|
4
|
-
A publicKey + signature of a challenge for a generic public/private keypair
|
|
4
|
+
A publicKey + signature of a challenge for a generic public/private keypair.
|
|
5
5
|
properties:
|
|
6
6
|
publicKey:
|
|
7
7
|
$ref: ./BinaryString.yaml
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/GeoCode.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/IlpCondition.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/IlpFulfilment.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/IlpPacket.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Integer.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/LastName.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Latitude.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Longitude.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/MerchantClassificationCode.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/MiddleName.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Money.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Name.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/Note.yaml'
|
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsIDPutResponse.yaml
RENAMED
|
File without changes
|
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsPostRequest.yaml
RENAMED
|
File without changes
|
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsTypeIDPutResponse.yaml
RENAMED
|
File without changes
|
|
File without changes
|
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartiesTypeIDPutResponse.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/PartyComplexName.yaml'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/PartyIdentifier.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/PartyName.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/PartyPersonalInfo.yaml'
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/PartySubIdOrType.yaml'
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/QuotesIDPutResponse.yaml'
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
title: Scope
|
|
2
|
+
type: object
|
|
3
|
+
description: >-
|
|
4
|
+
The Scope element contains an identifier defining, in the terms of a DFSP,
|
|
5
|
+
an account on which access types can be requested or granted.
|
|
6
|
+
It also defines the access types which are requested or granted.
|
|
7
|
+
|
|
8
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32121-scope
|
|
9
|
+
properties:
|
|
10
|
+
address:
|
|
11
|
+
$ref: ./AccountAddress.yaml
|
|
12
|
+
actions:
|
|
13
|
+
type: array
|
|
14
|
+
minItems: 1
|
|
15
|
+
maxItems: 32
|
|
16
|
+
items:
|
|
17
|
+
$ref: ./ScopeAction.yaml
|
|
18
|
+
required:
|
|
19
|
+
- address
|
|
20
|
+
- actions
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
title: ScopeAction
|
|
2
2
|
type: string
|
|
3
|
+
description: |
|
|
4
|
+
The ScopeAction element contains an access type which a PISP can request
|
|
5
|
+
from a DFSP, or which a DFSP can grant to a PISP.
|
|
6
|
+
It must be a member of the appropriate enumeration.
|
|
7
|
+
|
|
8
|
+
- ACCOUNTS_GET_BALANCE: PISP can request a balance for the linked account
|
|
9
|
+
- ACCOUNTS_TRANSFER: PISP can request a transfer of funds from the linked account in the DFSP
|
|
10
|
+
- ACCOUNTS_STATEMENT: PISP can request a statement of individual transactions on a user's account
|
|
3
11
|
enum:
|
|
4
12
|
- ACCOUNTS_GET_BALANCE
|
|
5
13
|
- ACCOUNTS_TRANSFER
|
|
6
14
|
- ACCOUNTS_STATEMENT
|
|
7
|
-
description: |
|
|
8
|
-
The permissions allowed on a given account by a DFSP as defined in
|
|
9
|
-
a consent object
|
|
10
|
-
- ACCOUNTS_GET_BALANCE: PISP can request a balance for the linked account
|
|
11
|
-
- ACCOUNTS_TRANSFER: PISP can request a transfer of funds from the linked account in the DFSP
|
|
12
|
-
- ACCOUNTS_STATEMENT: PISP can request a statement of individual transactions on a user’s account
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
title: ServiceType
|
|
2
|
+
type: string
|
|
3
|
+
description: >-
|
|
4
|
+
The ServiceType enumeration describes the types of role for which a DFSP may query using the /services resource.
|
|
5
|
+
|
|
6
|
+
Below are the allowed values for the enumeration ServiceType
|
|
7
|
+
- THIRD_PARTY_DFSP - Enum used to query for DFSPs that have thirdparty features enabled.
|
|
8
|
+
- PISP - Enum used to query for PISPs.
|
|
9
|
+
- AUTH_SERVICE - Participants which provide Authentication Services.
|
|
10
|
+
|
|
11
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3229-servicetype
|
|
12
|
+
enum:
|
|
13
|
+
- THIRD_PARTY_DFSP
|
|
14
|
+
- PISP
|
|
15
|
+
- AUTH_SERVICE
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
title: ServicesServiceTypePutResponse
|
|
2
|
+
type: object
|
|
3
|
+
description: >-
|
|
4
|
+
Used by: Switch
|
|
5
|
+
|
|
6
|
+
The callback PUT /services/{ServiceType} is used to inform the client of a
|
|
7
|
+
successful result of the service information lookup.
|
|
8
|
+
|
|
9
|
+
Callback and data model information for GET /services/{ServiceType}:
|
|
10
|
+
|
|
11
|
+
Callback - PUT /services/{ServiceType}
|
|
12
|
+
Error Callback - PUT /services/{ServiceType}/error
|
|
13
|
+
Data Model - Empty body
|
|
14
|
+
|
|
15
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31531-put-servicesservicetype
|
|
16
|
+
properties:
|
|
17
|
+
providers:
|
|
18
|
+
type: array
|
|
19
|
+
minLength: 0
|
|
20
|
+
maxLength: 256
|
|
21
|
+
items:
|
|
22
|
+
$ref: ./FspId.yaml
|
|
23
|
+
extensionList:
|
|
24
|
+
$ref: ./ExtensionList.yaml
|
|
25
|
+
required:
|
|
26
|
+
- providers
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
title: SignedPayloadFIDO
|
|
2
|
+
type: object
|
|
3
|
+
properties:
|
|
4
|
+
signedPayloadType:
|
|
5
|
+
$ref: ./SignedPayloadTypeFIDO.yaml
|
|
6
|
+
fidoSignedPayload:
|
|
7
|
+
$ref: ./FIDOPublicKeyCredentialAssertion.yaml
|
|
8
|
+
required:
|
|
9
|
+
- signedPayloadType
|
|
10
|
+
- fidoSignedPayload
|
|
11
|
+
additionalProperties: false
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
title: SignedPayloadGeneric
|
|
2
|
+
type: object
|
|
3
|
+
properties:
|
|
4
|
+
signedPayloadType:
|
|
5
|
+
$ref: ./SignedPayloadTypeGeneric.yaml
|
|
6
|
+
genericSignedPayload:
|
|
7
|
+
$ref: ./BinaryString.yaml
|
|
8
|
+
required:
|
|
9
|
+
- signedPayloadType
|
|
10
|
+
- genericSignedPayload
|
|
11
|
+
additionalProperties: false
|
|
File without changes
|
|
File without changes
|
package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadTypeGeneric.yaml
RENAMED
|
File without changes
|
|
@@ -2,19 +2,12 @@ title: ThirdpartyRequestsAuthorizationsIDPutResponseFIDO
|
|
|
2
2
|
type: object
|
|
3
3
|
description: 'The object sent in the PUT /thirdpartyRequests/authorizations/{ID} callback.'
|
|
4
4
|
properties:
|
|
5
|
-
responseType:
|
|
5
|
+
responseType:
|
|
6
6
|
$ref: ./AuthorizationResponseTypeAccepted.yaml
|
|
7
7
|
signedPayload:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
$ref: ./SignedPayloadTypeFIDO.yaml
|
|
12
|
-
fidoSignedPayload:
|
|
13
|
-
$ref: ./FIDOPublicKeyCredentialAssertion.yaml
|
|
14
|
-
required:
|
|
15
|
-
- signedPayloadType
|
|
16
|
-
- fidoSignedPayload
|
|
17
|
-
additionalProperties: false
|
|
8
|
+
$ref: ./SignedPayloadFIDO.yaml
|
|
9
|
+
extensionList:
|
|
10
|
+
$ref: ./ExtensionList.yaml
|
|
18
11
|
required:
|
|
19
12
|
- responseType
|
|
20
13
|
- signedPayload
|
|
@@ -2,19 +2,12 @@ title: ThirdpartyRequestsAuthorizationsIDPutResponseGeneric
|
|
|
2
2
|
type: object
|
|
3
3
|
description: 'The object sent in the PUT /thirdpartyRequests/authorizations/{ID} callback.'
|
|
4
4
|
properties:
|
|
5
|
-
responseType:
|
|
5
|
+
responseType:
|
|
6
6
|
$ref: ./AuthorizationResponseTypeAccepted.yaml
|
|
7
7
|
signedPayload:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
$ref: ./SignedPayloadTypeGeneric.yaml
|
|
12
|
-
genericSignedPayload:
|
|
13
|
-
$ref: ./BinaryString.yaml
|
|
14
|
-
required:
|
|
15
|
-
- signedPayloadType
|
|
16
|
-
- genericSignedPayload
|
|
17
|
-
additionalProperties: false
|
|
8
|
+
$ref: ./SignedPayloadGeneric.yaml
|
|
9
|
+
extensionList:
|
|
10
|
+
$ref: ./ExtensionList.yaml
|
|
18
11
|
required:
|
|
19
12
|
- responseType
|
|
20
13
|
- signedPayload
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
title: ThirdpartyRequestsAuthorizationsPostRequest
|
|
2
|
-
description:
|
|
2
|
+
description: >-
|
|
3
|
+
Used by: DFSP
|
|
4
|
+
|
|
5
|
+
The HTTP request POST /thirdpartyRequests/authorizations is used to request
|
|
6
|
+
the validation by a customer for the transfer described in the request.
|
|
7
|
+
|
|
8
|
+
Callback and data model information for POST /thirdpartyRequests/authorizations:
|
|
9
|
+
|
|
10
|
+
Callback - PUT /thirdpartyRequests/authorizations/{ID}
|
|
11
|
+
Error Callback - PUT /thirdpartyRequests/authorizations/{ID}/error
|
|
12
|
+
Data Model - See below url
|
|
13
|
+
|
|
14
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31612-post-thirdpartyrequestsauthorizations
|
|
3
15
|
type: object
|
|
4
16
|
properties:
|
|
5
17
|
authorizationRequestId:
|
|
@@ -13,13 +25,13 @@ properties:
|
|
|
13
25
|
allOf:
|
|
14
26
|
- $ref: ./Money.yaml
|
|
15
27
|
description: >-
|
|
16
|
-
The amount that will be debited from the sending customer
|
|
28
|
+
The amount that will be debited from the sending customer's
|
|
17
29
|
account as a consequence of the transaction.
|
|
18
30
|
payeeReceiveAmount:
|
|
19
31
|
allOf:
|
|
20
32
|
- $ref: ./Money.yaml
|
|
21
33
|
description: >-
|
|
22
|
-
The amount that will be credited to the receiving customer
|
|
34
|
+
The amount that will be credited to the receiving customer's
|
|
23
35
|
account as a consequence of the transaction.
|
|
24
36
|
fees:
|
|
25
37
|
allOf:
|
|
@@ -36,7 +48,7 @@ properties:
|
|
|
36
48
|
- $ref: ./Party.yaml
|
|
37
49
|
description: Information about the Payee in the proposed financial transaction.
|
|
38
50
|
transactionType:
|
|
39
|
-
$ref: '
|
|
51
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/TransactionType.yaml'
|
|
40
52
|
expiration:
|
|
41
53
|
allOf:
|
|
42
54
|
- $ref: ./DateTime.yaml
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
title: ThirdpartyRequestsTransactionsIDPatchResponse
|
|
2
|
+
type: object
|
|
3
|
+
description: >-
|
|
4
|
+
Used by: DFSP
|
|
5
|
+
|
|
6
|
+
The issuing PISP will expect a response to their request for a transfer
|
|
7
|
+
which describes the finalized state of the requested transfer.
|
|
8
|
+
|
|
9
|
+
This response will be given by a PATCH call on the
|
|
10
|
+
/thirdpartyRequests/transactions/{ID} resource.
|
|
11
|
+
|
|
12
|
+
The {ID} given in the query string should be the transactionRequestId which
|
|
13
|
+
was originally used by the PISP to identify the transaction request.
|
|
14
|
+
|
|
15
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31612-post-thirdpartyrequestsauthorizations
|
|
16
|
+
properties:
|
|
17
|
+
completedTimestamp:
|
|
18
|
+
$ref: ./DateTime.yaml
|
|
19
|
+
transactionRequestState:
|
|
20
|
+
$ref: ./TransactionRequestState.yaml
|
|
21
|
+
transactionState:
|
|
22
|
+
$ref: ./TransactionState.yaml
|
|
23
|
+
extensionList:
|
|
24
|
+
$ref: ./ExtensionList.yaml
|
|
25
|
+
required:
|
|
26
|
+
- transactionRequestState
|
|
27
|
+
- transactionState
|
package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
title: ThirdpartyRequestsTransactionsIDPutResponse
|
|
2
|
+
type: object
|
|
3
|
+
description: >-
|
|
4
|
+
Used by: DFSP
|
|
5
|
+
|
|
6
|
+
After a PISP requests the creation of a Third Party Transaction request
|
|
7
|
+
(POST /thirdpartyRequests/transactions) or the status of a previously created
|
|
8
|
+
Third Party Transaction request (GET /thirdpartyRequests/transactions/{ID}),
|
|
9
|
+
the DFSP will send this callback.
|
|
10
|
+
|
|
11
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31721-put-thirdpartyrequeststransactionsid
|
|
12
|
+
properties:
|
|
13
|
+
transactionRequestState:
|
|
14
|
+
$ref: ./TransactionRequestState.yaml
|
|
15
|
+
extensionList:
|
|
16
|
+
$ref: ./ExtensionList.yaml
|
|
17
|
+
required:
|
|
18
|
+
- transactionRequestState
|
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
title: ThirdpartyRequestsTransactionsPostRequest
|
|
2
2
|
type: object
|
|
3
|
-
description:
|
|
3
|
+
description: >-
|
|
4
|
+
Used by: PISP
|
|
5
|
+
|
|
6
|
+
The HTTP request POST /thirdpartyRequests/transactions is used to request the creation of a transaction request on the server for the transfer described in the request.
|
|
7
|
+
|
|
8
|
+
Callback and data model information for POST /thirdpartyRequests/transactions:
|
|
9
|
+
|
|
10
|
+
Callback - PUT /thirdpartyRequests/transactions/{ID}
|
|
11
|
+
Error Callback - PUT /thirdpartyRequests/transactions/{ID}/error
|
|
12
|
+
Data Model - See link below
|
|
13
|
+
|
|
14
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31712-post-thirdpartyrequeststransactions
|
|
4
15
|
properties:
|
|
5
16
|
transactionRequestId:
|
|
6
17
|
allOf:
|
|
7
18
|
- $ref: ./CorrelationId.yaml
|
|
8
19
|
description: >
|
|
9
20
|
Common ID between the PISP and the Payer DFSP for the transaction request object.
|
|
10
|
-
The ID should be reused for resends of the same transaction request.
|
|
21
|
+
The ID should be reused for resends of the same transaction request.
|
|
11
22
|
A new ID should be generated for each new transaction request.
|
|
12
23
|
payee:
|
|
13
24
|
allOf:
|
|
@@ -40,6 +51,8 @@ properties:
|
|
|
40
51
|
Date and time until when the transaction request is valid. It can be set
|
|
41
52
|
to get a quick failure in case the peer FSP takes too long to respond.
|
|
42
53
|
example: '2016-05-24T08:38:08.699-04:00'
|
|
54
|
+
extensionList:
|
|
55
|
+
$ref: ./ExtensionList.yaml
|
|
43
56
|
required:
|
|
44
57
|
- transactionRequestId
|
|
45
58
|
- payee
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
title: ThirdpartyRequestsVerificationsIDPutResponse
|
|
2
|
+
type: object
|
|
3
|
+
description: >-
|
|
4
|
+
Used by: Auth Service
|
|
5
|
+
|
|
6
|
+
The callback PUT /thirdpartyRequests/verifications/{ID} is used to inform the
|
|
7
|
+
client of the result of an authorization check.
|
|
8
|
+
The {ID} in the URI should contain the authorizationRequestId
|
|
9
|
+
which was used to request the check, or the {ID} that was used in the
|
|
10
|
+
GET /thirdpartyRequests/verifications/{ID}.
|
|
11
|
+
|
|
12
|
+
https://github.com/mojaloop/documentation/blob/master/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31821-put-thirdpartyrequestsverificationsid
|
|
13
|
+
properties:
|
|
14
|
+
authenticationResponse:
|
|
15
|
+
$ref: ./AuthenticationResponse.yaml
|
|
16
|
+
extensionList:
|
|
17
|
+
$ref: ./ExtensionList.yaml
|
|
18
|
+
required:
|
|
19
|
+
- authenticationResponse
|
|
@@ -5,7 +5,7 @@ properties:
|
|
|
5
5
|
verificationRequestId:
|
|
6
6
|
allOf:
|
|
7
7
|
- $ref: ./CorrelationId.yaml
|
|
8
|
-
challenge:
|
|
8
|
+
challenge:
|
|
9
9
|
type: string
|
|
10
10
|
description: Base64 encoded bytes - The challenge generated by the DFSP.
|
|
11
11
|
consentId:
|
|
@@ -18,9 +18,11 @@ properties:
|
|
|
18
18
|
$ref: ./SignedPayloadTypeFIDO.yaml
|
|
19
19
|
fidoSignedPayload:
|
|
20
20
|
$ref: ./FIDOPublicKeyCredentialAssertion.yaml
|
|
21
|
+
extensionList:
|
|
22
|
+
$ref: ./ExtensionList.yaml
|
|
21
23
|
required:
|
|
22
24
|
- verificationRequestId
|
|
23
25
|
- challenge
|
|
24
26
|
- consentId
|
|
25
27
|
- signedPayloadType
|
|
26
|
-
- fidoSignedPayload
|
|
28
|
+
- fidoSignedPayload
|
|
@@ -5,7 +5,7 @@ properties:
|
|
|
5
5
|
verificationRequestId:
|
|
6
6
|
allOf:
|
|
7
7
|
- $ref: ./CorrelationId.yaml
|
|
8
|
-
challenge:
|
|
8
|
+
challenge:
|
|
9
9
|
type: string
|
|
10
10
|
description: Base64 encoded bytes - The challenge generated by the DFSP.
|
|
11
11
|
consentId:
|
|
@@ -18,9 +18,11 @@ properties:
|
|
|
18
18
|
$ref: ./SignedPayloadTypeGeneric.yaml
|
|
19
19
|
genericSignedPayload:
|
|
20
20
|
$ref: ./BinaryString.yaml
|
|
21
|
+
extensionList:
|
|
22
|
+
$ref: ./ExtensionList.yaml
|
|
21
23
|
required:
|
|
22
24
|
- verificationRequestId
|
|
23
25
|
- challenge
|
|
24
26
|
- consentId
|
|
25
27
|
- signedPayloadType
|
|
26
|
-
- genericSignedPayload
|
|
28
|
+
- genericSignedPayload
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/TransactionRequestState.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/TransactionState.yaml'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ref: '../../../../../fspiop/v1_1/openapi3/components/schemas/TransactionType.yaml'
|
|
File without changes
|