@mojaloop/api-snippets 17.2.4 → 17.3.0-snapshot.0
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 +7 -0
- package/README.md +13 -1
- package/audit-ci.jsonc +1 -0
- package/docs/dist/openapi.yaml +2 -2
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +2 -3
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +4 -4
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +4855 -0
- package/docs/index.html +5 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +3 -2
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +2837 -0
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +4 -21
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3451 -0
- package/docs/thirdparty-openapi3-snippets.yaml +19 -19
- package/fspiop/v1_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
- package/fspiop/v1_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
- package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
- package/fspiop/v1_1/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
- package/fspiop/v1_1/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
- package/fspiop/v1_1/openapi3/openapi.yaml +2 -2
- package/fspiop/v2_0/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/SourceCurrency.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/TargetCurrency.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/Amount.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/AmountType.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationInfo.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationType.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationValue.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthorizationResponse.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/BalanceOfPayments.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/BinaryString.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/BinaryString32.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesIDPutResponse.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesPostRequest.yaml +25 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransferState.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersIDPutResponse.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersPostRequest.yaml +30 -0
- package/fspiop/v2_0/openapi3/components/schemas/Code.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/Currency.yaml +174 -0
- package/fspiop/v2_0/openapi3/components/schemas/CurrencyConverter.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Date.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/DateOfBirth.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/DateTime.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationObject.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/FirstName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/FspId.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxCharge.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml +57 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxMoney.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxQuotesIDPutResponse.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxQuotesPostRequest.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxRate.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPatchResponse.yaml +16 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml +41 -0
- package/fspiop/v2_0/openapi3/components/schemas/GeoCode.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpCondition.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpPacket.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualQuote.yaml +29 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualQuoteResult.yaml +26 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualTransfer.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualTransferResult.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/Integer.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/KYCInformation.yaml +33 -0
- package/fspiop/v2_0/openapi3/components/schemas/LastName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Latitude.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/Longitude.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/MiddleName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Money.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/Name.yaml +17 -0
- package/fspiop/v2_0/openapi3/components/schemas/Note.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/OtpValue.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/Party.yaml +21 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyComplexName.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdType.yaml +54 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyName.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/PersonalIdentifierType.yaml +51 -0
- package/fspiop/v2_0/openapi3/components/schemas/QRCODE.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +27 -0
- package/fspiop/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +53 -0
- package/fspiop/v2_0/openapi3/components/schemas/Refund.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/RefundReason.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPPutResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPSourceCurrencyTargetCurrencyPutResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/TokenCode.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/Transaction.yaml +50 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiator.yaml +16 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiatorType.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsIDPutResponse.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +30 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionScenario.yaml +32 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionState.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionSubScenario.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionType.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionsIDPutResponse.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransferState.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPatchResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPutResponse.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersPostRequest.yaml +28 -0
- package/fspiop/v2_0/openapi3/components/schemas/U2FPIN.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/U2FPinValue.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/UndefinedEnum.yaml +6 -0
- package/fspiop/v2_0/openapi3/openapi.yaml +126 -0
- package/fspiop/v2_0/openapi3/paths/authorizations_ID.yaml +110 -0
- package/fspiop/v2_0/openapi3/paths/authorizations_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes.yaml +45 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers.yaml +45 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers_ID.yaml +118 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/participants.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/participants_ID.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/participants_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID.yaml +167 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId.yaml +168 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId.yaml +82 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/quotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/quotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/services_FXP.yaml +73 -0
- package/fspiop/v2_0/openapi3/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +77 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests.yaml +47 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests_ID_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/transactions_ID.yaml +80 -0
- package/fspiop/v2_0/openapi3/paths/transactions_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/transfers_ID.yaml +119 -0
- package/fspiop/v2_0/openapi3/paths/transfers_ID_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +2 -3
- package/lib/fspiop/v1_1/openapi.d.ts +2 -2
- package/lib/fspiop/v2_0/openapi.d.ts +3982 -0
- package/lib/fspiop/v2_0/openapi.js +7 -0
- package/lib/fspiop/v2_0/openapi.js.map +1 -0
- package/lib/scripts/json-schema-generator.js +4 -5
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +7 -7
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +12 -12
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +1 -7
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +26898 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +1476 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +7 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +8814 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +140 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +133 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +4 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +38718 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1897 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +7 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +15536 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +149 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +142 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +4 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +1 -0
- package/lib/thirdparty/openapi.d.ts +18 -18
- package/package.json +45 -30
- package/sdk-bulk.yaml +1 -1
- package/sdk-outbound-old.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +0 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +0 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +0 -5
- package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +0 -5
- package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +0 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +3 -2
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +0 -5
- package/sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1494 -0
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +25 -0
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +1 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +1 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +44 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +174 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +13 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +15 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +13 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +54 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +27 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +53 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +20 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +32 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +20 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +15 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +23 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +24 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +13 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +34 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +38 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +35 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +27 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +27 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +29 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +3 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +3 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +29 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +25 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +34 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +48 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +32 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +35 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +42 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +72 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +38 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +41 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +93 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +66 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +23 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +24 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +24 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +25 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +22 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +57 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +34 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +29 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +15 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +55 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +59 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +12 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Account.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AccountAddress.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AccountList.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AccountsIDPutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/CredentialType.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/Scope.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ServiceType.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/openapi.yaml +1 -1
- package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml +1 -1
- package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml +17 -17
- package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml +1 -1
- package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml +17 -17
- package/tsconfig.build.json +1 -1
@@ -4,7 +4,7 @@ info:
|
|
4
4
|
title: Thirdparty Snippets
|
5
5
|
description: |
|
6
6
|
Based on sequence diagrams
|
7
|
-
(https://github.com/mojaloop/pisp/tree/
|
7
|
+
(https://github.com/mojaloop/pisp/tree/main/docs/out).
|
8
8
|
This is a work in progress.
|
9
9
|
license:
|
10
10
|
name: TBD
|
@@ -2619,7 +2619,7 @@ components:
|
|
2619
2619
|
which was originally used by the PISP to identify the transaction
|
2620
2620
|
request.
|
2621
2621
|
|
2622
|
-
https://github.com/mojaloop/documentation/blob/
|
2622
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31612-post-thirdpartyrequestsauthorizations
|
2623
2623
|
properties:
|
2624
2624
|
completedTimestamp:
|
2625
2625
|
$ref: '#/components/schemas/DateTime'
|
@@ -2710,7 +2710,7 @@ components:
|
|
2710
2710
|
features enabled. - PISP - Enum used to query for PISPs. - AUTH_SERVICE
|
2711
2711
|
- Participants which provide Authentication Services.
|
2712
2712
|
|
2713
|
-
https://github.com/mojaloop/documentation/blob/
|
2713
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3229-servicetype
|
2714
2714
|
enum:
|
2715
2715
|
- THIRD_PARTY_DFSP
|
2716
2716
|
- PISP
|
@@ -3021,7 +3021,7 @@ components:
|
|
3021
3021
|
is at the discretion of the address space owner (the payer DFSP in this
|
3022
3022
|
case).
|
3023
3023
|
|
3024
|
-
https://github.com/mojaloop/documentation/blob/
|
3024
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3212-accountaddress
|
3025
3025
|
pattern: ^([0-9A-Za-z_~\-\.]+[0-9A-Za-z_~\-])$
|
3026
3026
|
minLength: 1
|
3027
3027
|
maxLength: 1023
|
@@ -3031,7 +3031,7 @@ components:
|
|
3031
3031
|
description: >-
|
3032
3032
|
Data model for the complex type Account.
|
3033
3033
|
|
3034
|
-
https://github.com/mojaloop/documentation/blob/
|
3034
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3211-account
|
3035
3035
|
properties:
|
3036
3036
|
accountNickname:
|
3037
3037
|
$ref: '#/components/schemas/Name'
|
@@ -3050,7 +3050,7 @@ components:
|
|
3050
3050
|
The AccountList data model is used to hold information about the
|
3051
3051
|
accounts that a party controls.
|
3052
3052
|
|
3053
|
-
https://github.com/mojaloop/documentation/blob/
|
3053
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3213-accountlist
|
3054
3054
|
items:
|
3055
3055
|
$ref: '#/components/schemas/Account'
|
3056
3056
|
minItems: 1
|
@@ -3068,7 +3068,7 @@ components:
|
|
3068
3068
|
result of a request for accounts information. The identifier ID given in
|
3069
3069
|
the call are the values given in the original request.
|
3070
3070
|
|
3071
|
-
https://github.com/mojaloop/documentation/blob/
|
3071
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31121--put-accountsid
|
3072
3072
|
properties:
|
3073
3073
|
accounts:
|
3074
3074
|
$ref: '#/components/schemas/AccountList'
|
@@ -3116,7 +3116,7 @@ components:
|
|
3116
3116
|
DFSP, an account on which access types can be requested or granted. It
|
3117
3117
|
also defines the access types which are requested or granted.
|
3118
3118
|
|
3119
|
-
https://github.com/mojaloop/documentation/blob/
|
3119
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32121-scope
|
3120
3120
|
properties:
|
3121
3121
|
address:
|
3122
3122
|
$ref: '#/components/schemas/AccountAddress'
|
@@ -3163,7 +3163,7 @@ components:
|
|
3163
3163
|
Callback: PUT /consentRequests/{ID} Error callback: PUT
|
3164
3164
|
/consentRequests/{ID}/error Data model - see below url
|
3165
3165
|
|
3166
|
-
https://github.com/mojaloop/documentation/blob/
|
3166
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31212-post-consentrequests
|
3167
3167
|
properties:
|
3168
3168
|
consentRequestId:
|
3169
3169
|
$ref: '#/components/schemas/CorrelationId'
|
@@ -3299,7 +3299,7 @@ components:
|
|
3299
3299
|
PISP will receive a token which they can use to prove to the DFSP that
|
3300
3300
|
the user trusts this PISP.
|
3301
3301
|
|
3302
|
-
https://github.com/mojaloop/documentation/blob/
|
3302
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31222-patch-consentrequestsid
|
3303
3303
|
properties:
|
3304
3304
|
authToken:
|
3305
3305
|
$ref: '#/components/schemas/BinaryString'
|
@@ -3319,7 +3319,7 @@ components:
|
|
3319
3319
|
"GENERIC" - The credential is based on a simple public key validation.
|
3320
3320
|
Its payload is a GenericCredential object.
|
3321
3321
|
|
3322
|
-
https://github.com/mojaloop/documentation/blob/
|
3322
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3226-credentialtype
|
3323
3323
|
CredentialStatusPending:
|
3324
3324
|
title: CredentialStatusPending
|
3325
3325
|
type: string
|
@@ -3685,7 +3685,7 @@ components:
|
|
3685
3685
|
Callback - PUT /services/{ServiceType} Error Callback - PUT
|
3686
3686
|
/services/{ServiceType}/error Data Model - Empty body
|
3687
3687
|
|
3688
|
-
https://github.com/mojaloop/documentation/blob/
|
3688
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31531-put-servicesservicetype
|
3689
3689
|
properties:
|
3690
3690
|
providers:
|
3691
3691
|
type: array
|
@@ -3714,7 +3714,7 @@ components:
|
|
3714
3714
|
PUT /thirdpartyRequests/transactions/{ID}/error Data Model - See link
|
3715
3715
|
below
|
3716
3716
|
|
3717
|
-
https://github.com/mojaloop/documentation/blob/
|
3717
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31712-post-thirdpartyrequeststransactions
|
3718
3718
|
properties:
|
3719
3719
|
transactionRequestId:
|
3720
3720
|
allOf:
|
@@ -3778,7 +3778,7 @@ components:
|
|
3778
3778
|
/thirdpartyRequests/transactions/{ID}), the DFSP will send this
|
3779
3779
|
callback.
|
3780
3780
|
|
3781
|
-
https://github.com/mojaloop/documentation/blob/
|
3781
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31721-put-thirdpartyrequeststransactionsid
|
3782
3782
|
properties:
|
3783
3783
|
transactionId:
|
3784
3784
|
$ref: '#/components/schemas/CorrelationId'
|
@@ -3804,7 +3804,7 @@ components:
|
|
3804
3804
|
PUT /thirdpartyRequests/authorizations/{ID}/error Data Model - See below
|
3805
3805
|
url
|
3806
3806
|
|
3807
|
-
https://github.com/mojaloop/documentation/blob/
|
3807
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31612-post-thirdpartyrequestsauthorizations
|
3808
3808
|
type: object
|
3809
3809
|
properties:
|
3810
3810
|
authorizationRequestId:
|
@@ -3914,7 +3914,7 @@ components:
|
|
3914
3914
|
For this API, we represent ArrayBuffers as base64 encoded utf-8 strings.
|
3915
3915
|
|
3916
3916
|
|
3917
|
-
https://github.com/mojaloop/documentation/blob/
|
3917
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32128-fidopublickeycredentialassertion
|
3918
3918
|
properties:
|
3919
3919
|
id:
|
3920
3920
|
type: string
|
@@ -4125,7 +4125,7 @@ components:
|
|
4125
4125
|
request the check, or the {ID} that was used in the GET
|
4126
4126
|
/thirdpartyRequests/verifications/{ID}.
|
4127
4127
|
|
4128
|
-
https://github.com/mojaloop/documentation/blob/
|
4128
|
+
https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31821-put-thirdpartyrequestsverificationsid
|
4129
4129
|
properties:
|
4130
4130
|
authenticationResponse:
|
4131
4131
|
$ref: '#/components/schemas/AuthenticationResponse'
|
@@ -4229,7 +4229,7 @@ components:
|
|
4229
4229
|
API for signature verification, should contain the service URI. Required
|
4230
4230
|
if signature verification is used, for more information, see [the API
|
4231
4231
|
Signature
|
4232
|
-
document](https://github.com/mojaloop/docs/tree/
|
4232
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
4233
4233
|
FSPIOP-HTTP-Method:
|
4234
4234
|
name: FSPIOP-HTTP-Method
|
4235
4235
|
in: header
|
@@ -4241,7 +4241,7 @@ components:
|
|
4241
4241
|
by the API for signature verification, should contain the service HTTP
|
4242
4242
|
method. Required if signature verification is used, for more
|
4243
4243
|
information, see [the API Signature
|
4244
|
-
document](https://github.com/mojaloop/docs/tree/
|
4244
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
4245
4245
|
Accept:
|
4246
4246
|
name: Accept
|
4247
4247
|
in: header
|
@@ -8,4 +8,4 @@ description: >-
|
|
8
8
|
API for signature verification, should contain the service HTTP method.
|
9
9
|
Required if signature verification is used, for more information, see [the API
|
10
10
|
Signature
|
11
|
-
document](https://github.com/mojaloop/docs/tree/
|
11
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -7,4 +7,4 @@ description: >-
|
|
7
7
|
The `FSPIOP-URI` header field is a non-HTTP standard field used by the API for
|
8
8
|
signature verification, should contain the service URI. Required if signature
|
9
9
|
verification is used, for more information, see [the API Signature
|
10
|
-
document](https://github.com/mojaloop/docs/tree/
|
10
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -8,4 +8,4 @@ description: >-
|
|
8
8
|
API for signature verification, should contain the service HTTP method.
|
9
9
|
Required if signature verification is used, for more information, see [the API
|
10
10
|
Signature
|
11
|
-
document](https://github.com/mojaloop/docs/tree/
|
11
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -7,4 +7,4 @@ description: >-
|
|
7
7
|
The `FSPIOP-URI` header field is a non-HTTP standard field used by the API for
|
8
8
|
signature verification, should contain the service URI. Required if signature
|
9
9
|
verification is used, for more information, see [the API Signature
|
10
|
-
document](https://github.com/mojaloop/docs/tree/
|
10
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -4,14 +4,14 @@ info:
|
|
4
4
|
title: Open API for FSP Interoperability (FSPIOP)
|
5
5
|
description: >-
|
6
6
|
Based on [API Definition updated on 2020-05-19 Version
|
7
|
-
1.1](https://github.com/mojaloop/mojaloop-specification/blob/
|
7
|
+
1.1](https://github.com/mojaloop/mojaloop-specification/blob/main/documents/v1.1-document-set/API%20Definition_v1.1.pdf).
|
8
8
|
|
9
9
|
|
10
10
|
**Note:** The API supports a maximum size of 65536 bytes (64 Kilobytes) in
|
11
11
|
the HTTP header.
|
12
12
|
license:
|
13
13
|
name: CC BY-ND 4.0
|
14
|
-
url: 'https://github.com/mojaloop/mojaloop-specification/blob/
|
14
|
+
url: 'https://github.com/mojaloop/mojaloop-specification/blob/main/LICENSE.md'
|
15
15
|
contact:
|
16
16
|
name: Sam Kummary
|
17
17
|
url: 'https://github.com/mojaloop/mojaloop-specification/issues'
|
@@ -0,0 +1,11 @@
|
|
1
|
+
name: Content-Length
|
2
|
+
in: header
|
3
|
+
required: false
|
4
|
+
schema:
|
5
|
+
type: integer
|
6
|
+
description: >-
|
7
|
+
The `Content-Length` header field indicates the anticipated size of the
|
8
|
+
payload body. Only sent if there is a body.
|
9
|
+
|
10
|
+
|
11
|
+
**Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
|
@@ -0,0 +1,13 @@
|
|
1
|
+
name: FSPIOP-Destination
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-Destination` header field is a non-HTTP standard field used by the
|
8
|
+
API for HTTP header based routing of requests and responses to the
|
9
|
+
destination. The field must be set by the original sender of the request if
|
10
|
+
the destination is known (valid for all services except GET /parties) so that
|
11
|
+
any entities between the client and the server do not need to parse the
|
12
|
+
payload for routing purposes. If the destination is not known (valid for
|
13
|
+
service GET /parties), the field should be left empty.
|
@@ -0,0 +1,11 @@
|
|
1
|
+
name: FSPIOP-HTTP-Method
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the
|
8
|
+
API for signature verification, should contain the service HTTP method.
|
9
|
+
Required if signature verification is used, for more information, see [the API
|
10
|
+
Signature
|
11
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -0,0 +1,10 @@
|
|
1
|
+
name: FSPIOP-Source
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: true
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-Source` header field is a non-HTTP standard field used by the API
|
8
|
+
for identifying the sender of the HTTP request. The field should be set by the
|
9
|
+
original sender of the request. Required for routing and signature
|
10
|
+
verification (see header field `FSPIOP-Signature`).
|
@@ -0,0 +1,10 @@
|
|
1
|
+
name: FSPIOP-URI
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-URI` header field is a non-HTTP standard field used by the API for
|
8
|
+
signature verification, should contain the service URI. Required if signature
|
9
|
+
verification is used, for more information, see [the API Signature
|
10
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -0,0 +1,15 @@
|
|
1
|
+
name: X-Forwarded-For
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `X-Forwarded-For` header field is an unofficially accepted standard used
|
8
|
+
for informational purposes of the originating client IP address, as a request
|
9
|
+
might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For`
|
10
|
+
values should be expected and supported by implementers of the API.
|
11
|
+
|
12
|
+
|
13
|
+
**Note:** An alternative to `X-Forwarded-For` is defined in [RFC
|
14
|
+
7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is
|
15
|
+
less-used and supported than `X-Forwarded-For`.
|
@@ -0,0 +1 @@
|
|
1
|
+
description: OK
|
@@ -0,0 +1 @@
|
|
1
|
+
description: Accepted
|
@@ -0,0 +1,11 @@
|
|
1
|
+
title: Amount
|
2
|
+
type: string
|
3
|
+
pattern: '^([0]|([1-9][0-9]{0,17}))([.][0-9]{0,3}[1-9])?$'
|
4
|
+
description: >-
|
5
|
+
The API data type Amount is a JSON String in a canonical format that is
|
6
|
+
restricted by a regular expression for interoperability reasons. This pattern
|
7
|
+
does not allow any trailing zeroes at all, but allows an amount without a
|
8
|
+
minor currency unit. It also only allows four digits in the minor currency
|
9
|
+
unit; a negative value is not allowed. Using more than 18 digits in the major
|
10
|
+
currency unit is not allowed.
|
11
|
+
example: '123.45'
|
@@ -0,0 +1,14 @@
|
|
1
|
+
title: AmountType
|
2
|
+
type: string
|
3
|
+
enum:
|
4
|
+
- SEND
|
5
|
+
- RECEIVE
|
6
|
+
description: >-
|
7
|
+
Below are the allowed values for the enumeration AmountType.
|
8
|
+
|
9
|
+
- SEND - Amount the Payer would like to send, that is, the amount that should
|
10
|
+
be withdrawn from the Payer account including any fees.
|
11
|
+
|
12
|
+
- RECEIVE - Amount the Payer would like the Payee to receive, that is, the
|
13
|
+
amount that should be sent to the receiver exclusive of any fees.
|
14
|
+
example: 'RECEIVE'
|
@@ -0,0 +1,11 @@
|
|
1
|
+
title: AuthenticationInfo
|
2
|
+
type: object
|
3
|
+
description: Data model for the complex type AuthenticationInfo.
|
4
|
+
properties:
|
5
|
+
authentication:
|
6
|
+
$ref: ./AuthenticationType.yaml
|
7
|
+
authenticationValue:
|
8
|
+
$ref: ./AuthenticationValue.yaml
|
9
|
+
required:
|
10
|
+
- authentication
|
11
|
+
- authenticationValue
|
@@ -0,0 +1,12 @@
|
|
1
|
+
title: AuthenticationType
|
2
|
+
type: string
|
3
|
+
enum:
|
4
|
+
- OTP
|
5
|
+
- QRCODE
|
6
|
+
- U2F
|
7
|
+
description: |-
|
8
|
+
Below are the allowed values for the enumeration AuthenticationType.
|
9
|
+
- OTP - One-time password generated by the Payer FSP.
|
10
|
+
- QRCODE - QR code used as One Time Password.
|
11
|
+
- U2F - U2F is a new addition isolated to Thirdparty stream.
|
12
|
+
example: 'OTP'
|
@@ -0,0 +1,9 @@
|
|
1
|
+
title: AuthenticationValue
|
2
|
+
anyOf:
|
3
|
+
- $ref: ./OtpValue.yaml
|
4
|
+
- $ref: ./QRCODE.yaml
|
5
|
+
- $ref: ./U2FPinValue.yaml
|
6
|
+
pattern: '^\d{3,10}$|^\S{1,64}$'
|
7
|
+
description: >-
|
8
|
+
Contains the authentication value. The format depends on the authentication
|
9
|
+
type used in the AuthenticationInfo complex type.
|
@@ -0,0 +1,12 @@
|
|
1
|
+
title: AuthorizationResponse
|
2
|
+
type: string
|
3
|
+
enum:
|
4
|
+
- ENTERED
|
5
|
+
- REJECTED
|
6
|
+
- RESEND
|
7
|
+
description: |-
|
8
|
+
Below are the allowed values for the enumeration.
|
9
|
+
- ENTERED - Consumer entered the authentication value.
|
10
|
+
- REJECTED - Consumer rejected the transaction.
|
11
|
+
- RESEND - Consumer requested to resend the authentication value.
|
12
|
+
example: 'ENTERED'
|
@@ -0,0 +1,10 @@
|
|
1
|
+
title: AuthorizationsIDPutResponse
|
2
|
+
type: object
|
3
|
+
description: 'The object sent in the PUT /authorizations/{ID} callback.'
|
4
|
+
properties:
|
5
|
+
authenticationInfo:
|
6
|
+
$ref: ./AuthenticationInfo.yaml
|
7
|
+
responseType:
|
8
|
+
$ref: ./AuthorizationResponse.yaml
|
9
|
+
required:
|
10
|
+
- responseType
|
@@ -0,0 +1,9 @@
|
|
1
|
+
title: BalanceOfPayments
|
2
|
+
type: string
|
3
|
+
pattern: '^[1-9]\d{2}$'
|
4
|
+
description: >-
|
5
|
+
(BopCode) The API data type
|
6
|
+
[BopCode](https://www.imf.org/external/np/sta/bopcode/) is a JSON String of 3
|
7
|
+
characters, consisting of digits only. Negative numbers are not allowed. A
|
8
|
+
leading zero is not allowed.
|
9
|
+
example: '123'
|
@@ -0,0 +1,7 @@
|
|
1
|
+
type: string
|
2
|
+
pattern: '^[A-Za-z0-9-_]+[=]{0,2}$'
|
3
|
+
description: >-
|
4
|
+
The API data type BinaryString is a JSON String. The string is a base64url
|
5
|
+
encoding of a string of raw bytes, where padding (character ‘=’) is added at
|
6
|
+
the end of the data if needed to ensure that the string is a multiple of 4
|
7
|
+
characters. The length restriction indicates the allowed number of characters.
|
@@ -0,0 +1,7 @@
|
|
1
|
+
type: string
|
2
|
+
pattern: '^[A-Za-z0-9-_]{43}$'
|
3
|
+
description: >-
|
4
|
+
The API data type BinaryString32 is a fixed size version of the API data type
|
5
|
+
BinaryString, where the raw underlying data is always of 32 bytes. The data
|
6
|
+
type BinaryString32 should not use a padding character as the size of the
|
7
|
+
underlying data is fixed.
|