@mojaloop/api-snippets 17.2.5 → 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/README.md +12 -0
- package/audit-ci.jsonc +1 -0
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +0 -1
- 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 +3 -20
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3451 -0
- package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
- 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 +0 -1
- 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/package.json +42 -28
- 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_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/tsconfig.build.json +1 -1
@@ -0,0 +1,14 @@
|
|
1
|
+
title: IndividualTransferResult
|
2
|
+
type: object
|
3
|
+
description: Data model for the complex type IndividualTransferResult.
|
4
|
+
properties:
|
5
|
+
transferId:
|
6
|
+
$ref: ./CorrelationId.yaml
|
7
|
+
fulfilment:
|
8
|
+
$ref: ./IlpFulfilment.yaml
|
9
|
+
errorInformation:
|
10
|
+
$ref: ./ErrorInformation.yaml
|
11
|
+
extensionList:
|
12
|
+
$ref: ./ExtensionList.yaml
|
13
|
+
required:
|
14
|
+
- transferId
|
@@ -0,0 +1,33 @@
|
|
1
|
+
title: KYCInformation
|
2
|
+
type: string
|
3
|
+
minLength: 1
|
4
|
+
maxLength: 2048
|
5
|
+
description: KYC information for the party in a form mandated by an individual scheme.
|
6
|
+
example: >-
|
7
|
+
{
|
8
|
+
"metadata": {
|
9
|
+
"format": "JSON",
|
10
|
+
"version": "1.0",
|
11
|
+
"description": "Data containing KYC Information"
|
12
|
+
},
|
13
|
+
"data": {
|
14
|
+
"name": "John Doe",
|
15
|
+
"dob": "1980-05-15",
|
16
|
+
"gender": "Male",
|
17
|
+
"address": "123 Main Street, Anytown, USA",
|
18
|
+
"email": "johndoe@example.com",
|
19
|
+
"phone": "+1 555-123-4567",
|
20
|
+
"nationality": "US",
|
21
|
+
"passport_number": "AB1234567",
|
22
|
+
"issue_date": "2010-02-20",
|
23
|
+
"expiry_date": "2025-02-20",
|
24
|
+
"bank_account_number": "1234567890",
|
25
|
+
"bank_name": "Example Bank",
|
26
|
+
"employer": "ABC Company",
|
27
|
+
"occupation": "Software Engineer",
|
28
|
+
"income": "$80,000 per year",
|
29
|
+
"marital_status": "Single",
|
30
|
+
"dependents": 0,
|
31
|
+
"risk_level": "Low"
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
title: Latitude
|
2
|
+
type: string
|
3
|
+
pattern: '^(\+|-)?(?:90(?:(?:\.0{1,6})?)|(?:[0-9]|[1-8][0-9])(?:(?:\.[0-9]{1,6})?))$'
|
4
|
+
description: >-
|
5
|
+
The API data type Latitude is a JSON String in a lexical format that is
|
6
|
+
restricted by a regular expression for interoperability reasons.
|
7
|
+
example: '+45.4215'
|
@@ -0,0 +1,8 @@
|
|
1
|
+
title: Longitude
|
2
|
+
type: string
|
3
|
+
pattern: >-
|
4
|
+
^(\+|-)?(?:180(?:(?:\.0{1,6})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\.[0-9]{1,6})?))$
|
5
|
+
description: >-
|
6
|
+
The API data type Longitude is a JSON String in a lexical format that is
|
7
|
+
restricted by a regular expression for interoperability reasons.
|
8
|
+
example: '+75.6972'
|
@@ -0,0 +1,7 @@
|
|
1
|
+
title: MerchantClassificationCode
|
2
|
+
type: string
|
3
|
+
pattern: '^[\d]{1,4}$'
|
4
|
+
description: >-
|
5
|
+
A limited set of pre-defined numbers. This list would be a limited set of
|
6
|
+
numbers identifying a set of popular merchant types like School Fees, Pubs and
|
7
|
+
Restaurants, Groceries, etc.
|
@@ -0,0 +1,17 @@
|
|
1
|
+
title: Name
|
2
|
+
type: string
|
3
|
+
pattern: '^(?!\s*$)[\w .,''-]{1,128}$'
|
4
|
+
description: >-
|
5
|
+
The API data type Name is a JSON String, restricted by a regular expression to
|
6
|
+
avoid characters which are generally not used in a name.
|
7
|
+
|
8
|
+
|
9
|
+
Regular Expression - The regular expression for restricting the Name type is
|
10
|
+
"^(?!\s*$)[\w .,'-]{1,128}$". The restriction does not allow a string
|
11
|
+
consisting of whitespace only, all Unicode characters are allowed, as well as
|
12
|
+
the period (.) (apostrophe (‘), dash (-), comma (,) and space characters ( ).
|
13
|
+
|
14
|
+
|
15
|
+
**Note:** In some programming languages, Unicode support must be specifically
|
16
|
+
enabled. For example, if Java is used, the flag UNICODE_CHARACTER_CLASS must
|
17
|
+
be enabled to allow Unicode characters.
|
@@ -0,0 +1,17 @@
|
|
1
|
+
title: ParticipantsIDPutResponse
|
2
|
+
type: object
|
3
|
+
description: 'The object sent in the PUT /participants/{ID} callback.'
|
4
|
+
properties:
|
5
|
+
partyList:
|
6
|
+
type: array
|
7
|
+
items:
|
8
|
+
$ref: ./PartyResult.yaml
|
9
|
+
minItems: 1
|
10
|
+
maxItems: 10000
|
11
|
+
description: >-
|
12
|
+
List of PartyResult elements that were either created or failed to be
|
13
|
+
created.
|
14
|
+
currency:
|
15
|
+
$ref: ./Currency.yaml
|
16
|
+
required:
|
17
|
+
- partyList
|
@@ -0,0 +1,20 @@
|
|
1
|
+
title: ParticipantsPostRequest
|
2
|
+
type: object
|
3
|
+
description: The object sent in the POST /participants request.
|
4
|
+
properties:
|
5
|
+
requestId:
|
6
|
+
$ref: ./CorrelationId.yaml
|
7
|
+
partyList:
|
8
|
+
type: array
|
9
|
+
items:
|
10
|
+
$ref: ./PartyIdInfo.yaml
|
11
|
+
minItems: 1
|
12
|
+
maxItems: 10000
|
13
|
+
description: >-
|
14
|
+
List of PartyIdInfo elements that the client would like to update or
|
15
|
+
create FSP information about.
|
16
|
+
currency:
|
17
|
+
$ref: ./Currency.yaml
|
18
|
+
required:
|
19
|
+
- requestId
|
20
|
+
- partyList
|
@@ -0,0 +1,15 @@
|
|
1
|
+
title: ParticipantsTypeIDSubIDPostRequest
|
2
|
+
type: object
|
3
|
+
description: >-
|
4
|
+
The object sent in the POST /participants/{Type}/{ID}/{SubId} and
|
5
|
+
/participants/{Type}/{ID} requests. An additional optional ExtensionList
|
6
|
+
element has been added as part of v1.1 changes.
|
7
|
+
properties:
|
8
|
+
fspId:
|
9
|
+
$ref: ./FspId.yaml
|
10
|
+
currency:
|
11
|
+
$ref: ./Currency.yaml
|
12
|
+
extensionList:
|
13
|
+
$ref: ./ExtensionList.yaml
|
14
|
+
required:
|
15
|
+
- fspId
|
@@ -0,0 +1,21 @@
|
|
1
|
+
title: Party
|
2
|
+
type: object
|
3
|
+
description: Data model for the complex type Party.
|
4
|
+
properties:
|
5
|
+
partyIdInfo:
|
6
|
+
$ref: ./PartyIdInfo.yaml
|
7
|
+
merchantClassificationCode:
|
8
|
+
$ref: ./MerchantClassificationCode.yaml
|
9
|
+
name:
|
10
|
+
$ref: ./PartyName.yaml
|
11
|
+
personalInfo:
|
12
|
+
$ref: ./PartyPersonalInfo.yaml
|
13
|
+
supportedCurrencies:
|
14
|
+
type: array
|
15
|
+
description: Currencies in which the party can receive funds.
|
16
|
+
items:
|
17
|
+
$ref: ./Currency.yaml
|
18
|
+
minItems: 0
|
19
|
+
maxItems: 16
|
20
|
+
required:
|
21
|
+
- partyIdInfo
|
@@ -0,0 +1,19 @@
|
|
1
|
+
title: PartyIdInfo
|
2
|
+
type: object
|
3
|
+
description: >-
|
4
|
+
Data model for the complex type PartyIdInfo. An ExtensionList element has been
|
5
|
+
added to this reqeust in version v1.1
|
6
|
+
properties:
|
7
|
+
partyIdType:
|
8
|
+
$ref: ./PartyIdType.yaml
|
9
|
+
partyIdentifier:
|
10
|
+
$ref: ./PartyIdentifier.yaml
|
11
|
+
partySubIdOrType:
|
12
|
+
$ref: ./PartySubIdOrType.yaml
|
13
|
+
fspId:
|
14
|
+
$ref: ./FspId.yaml
|
15
|
+
extensionList:
|
16
|
+
$ref: ./ExtensionList.yaml
|
17
|
+
required:
|
18
|
+
- partyIdType
|
19
|
+
- partyIdentifier
|
@@ -0,0 +1,54 @@
|
|
1
|
+
title: PartyIdType
|
2
|
+
type: string
|
3
|
+
enum:
|
4
|
+
- MSISDN
|
5
|
+
- EMAIL
|
6
|
+
- PERSONAL_ID
|
7
|
+
- BUSINESS
|
8
|
+
- DEVICE
|
9
|
+
- ACCOUNT_ID
|
10
|
+
- IBAN
|
11
|
+
- ALIAS
|
12
|
+
description: >-
|
13
|
+
Below are the allowed values for the enumeration.
|
14
|
+
|
15
|
+
- MSISDN - An MSISDN (Mobile Station International Subscriber Directory
|
16
|
+
Number, that is, the phone number) is used as reference to a participant. The
|
17
|
+
MSISDN identifier should be in international format according to the [ITU-T
|
18
|
+
E.164 standard](https://www.itu.int/rec/T-REC-E.164/en). Optionally, the
|
19
|
+
MSISDN may be prefixed by a single plus sign, indicating the international
|
20
|
+
prefix.
|
21
|
+
|
22
|
+
- EMAIL - An email is used as reference to a participant. The format of the
|
23
|
+
email should be according to the informational [RFC
|
24
|
+
3696](https://tools.ietf.org/html/rfc3696).
|
25
|
+
|
26
|
+
- PERSONAL_ID - A personal identifier is used as reference to a participant.
|
27
|
+
Examples of personal identification are passport number, birth certificate
|
28
|
+
number, and national registration number. The identifier number is added in
|
29
|
+
the PartyIdentifier element. The personal identifier type is added in the
|
30
|
+
PartySubIdOrType element.
|
31
|
+
|
32
|
+
- BUSINESS - A specific Business (for example, an organization or a company)
|
33
|
+
is used as reference to a participant. The BUSINESS identifier can be in any
|
34
|
+
format. To make a transaction connected to a specific username or bill number
|
35
|
+
in a Business, the PartySubIdOrType element should be used.
|
36
|
+
|
37
|
+
- DEVICE - A specific device (for example, a POS or ATM) ID connected to a
|
38
|
+
specific business or organization is used as reference to a Party. For
|
39
|
+
referencing a specific device under a specific business or organization, use
|
40
|
+
the PartySubIdOrType element.
|
41
|
+
|
42
|
+
- ACCOUNT_ID - A bank account number or FSP account ID should be used as
|
43
|
+
reference to a participant. The ACCOUNT_ID identifier can be in any format, as
|
44
|
+
formats can greatly differ depending on country and FSP.
|
45
|
+
|
46
|
+
- IBAN - A bank account number or FSP account ID is used as reference to a
|
47
|
+
participant. The IBAN identifier can consist of up to 34 alphanumeric
|
48
|
+
characters and should be entered without whitespace.
|
49
|
+
|
50
|
+
- ALIAS An alias is used as reference to a participant. The alias should be
|
51
|
+
created in the FSP as an alternative reference to an account owner. Another
|
52
|
+
example of an alias is a username in the FSP system. The ALIAS identifier can
|
53
|
+
be in any format. It is also possible to use the PartySubIdOrType element for
|
54
|
+
identifying an account under an Alias defined by the PartyIdentifier.
|
@@ -0,0 +1,51 @@
|
|
1
|
+
title: PersonalIdentifierType
|
2
|
+
type: string
|
3
|
+
enum:
|
4
|
+
- PASSPORT
|
5
|
+
- NATIONAL_REGISTRATION
|
6
|
+
- DRIVING_LICENSE
|
7
|
+
- ALIEN_REGISTRATION
|
8
|
+
- NATIONAL_ID_CARD
|
9
|
+
- EMPLOYER_ID
|
10
|
+
- TAX_ID_NUMBER
|
11
|
+
- SENIOR_CITIZENS_CARD
|
12
|
+
- MARRIAGE_CERTIFICATE
|
13
|
+
- HEALTH_CARD
|
14
|
+
- VOTERS_ID
|
15
|
+
- UNITED_NATIONS
|
16
|
+
- OTHER_ID
|
17
|
+
description: >-
|
18
|
+
Below are the allowed values for the enumeration.
|
19
|
+
|
20
|
+
- PASSPORT - A passport number is used as reference to a Party.
|
21
|
+
|
22
|
+
- NATIONAL_REGISTRATION - A national registration number is used as reference
|
23
|
+
to a Party.
|
24
|
+
|
25
|
+
- DRIVING_LICENSE - A driving license is used as reference to a Party.
|
26
|
+
|
27
|
+
- ALIEN_REGISTRATION - An alien registration number is used as reference to a
|
28
|
+
Party.
|
29
|
+
|
30
|
+
- NATIONAL_ID_CARD - A national ID card number is used as reference to a
|
31
|
+
Party.
|
32
|
+
|
33
|
+
- EMPLOYER_ID - A tax identification number is used as reference to a Party.
|
34
|
+
|
35
|
+
- TAX_ID_NUMBER - A tax identification number is used as reference to a Party.
|
36
|
+
|
37
|
+
- SENIOR_CITIZENS_CARD - A senior citizens card number is used as reference to
|
38
|
+
a Party.
|
39
|
+
|
40
|
+
- MARRIAGE_CERTIFICATE - A marriage certificate number is used as reference to
|
41
|
+
a Party.
|
42
|
+
|
43
|
+
- HEALTH_CARD - A health card number is used as reference to a Party.
|
44
|
+
|
45
|
+
- VOTERS_ID - A voter’s identification number is used as reference to a Party.
|
46
|
+
|
47
|
+
- UNITED_NATIONS - An UN (United Nations) number is used as reference to a
|
48
|
+
Party.
|
49
|
+
|
50
|
+
- OTHER_ID - Any other type of identification type number is used as reference
|
51
|
+
to a Party.
|
@@ -0,0 +1,27 @@
|
|
1
|
+
title: QuotesIDPutResponse
|
2
|
+
type: object
|
3
|
+
description: 'The object sent in the PUT /quotes/{ID} callback.'
|
4
|
+
properties:
|
5
|
+
transferAmount:
|
6
|
+
$ref: ./Money.yaml
|
7
|
+
payeeReceiveAmount:
|
8
|
+
$ref: ./Money.yaml
|
9
|
+
payeeFspFee:
|
10
|
+
$ref: ./Money.yaml
|
11
|
+
payeeFspCommission:
|
12
|
+
$ref: ./Money.yaml
|
13
|
+
expiration:
|
14
|
+
$ref: ./DateTime.yaml
|
15
|
+
geoCode:
|
16
|
+
$ref: ./GeoCode.yaml
|
17
|
+
ilpPacket:
|
18
|
+
$ref: ./IlpPacket.yaml
|
19
|
+
condition:
|
20
|
+
$ref: ./IlpCondition.yaml
|
21
|
+
extensionList:
|
22
|
+
$ref: ./ExtensionList.yaml
|
23
|
+
required:
|
24
|
+
- transferAmount
|
25
|
+
- expiration
|
26
|
+
- ilpPacket
|
27
|
+
- condition
|
@@ -0,0 +1,53 @@
|
|
1
|
+
title: QuotesPostRequest
|
2
|
+
type: object
|
3
|
+
description: The object sent in the POST /quotes request.
|
4
|
+
properties:
|
5
|
+
quoteId:
|
6
|
+
$ref: ./CorrelationId.yaml
|
7
|
+
transactionId:
|
8
|
+
$ref: ./CorrelationId.yaml
|
9
|
+
transactionRequestId:
|
10
|
+
$ref: ./CorrelationId.yaml
|
11
|
+
payee:
|
12
|
+
$ref: ./Party.yaml
|
13
|
+
payer:
|
14
|
+
$ref: ./Party.yaml
|
15
|
+
amountType:
|
16
|
+
$ref: ./AmountType.yaml
|
17
|
+
amount:
|
18
|
+
$ref: ./Money.yaml
|
19
|
+
fees:
|
20
|
+
$ref: ./Money.yaml
|
21
|
+
transactionType:
|
22
|
+
$ref: ./TransactionType.yaml
|
23
|
+
converter:
|
24
|
+
allOf:
|
25
|
+
- $ref: ./CurrencyConverter.yaml
|
26
|
+
- description: >-
|
27
|
+
An optional field which will allow the payer DFSP to specify which DFSP it wants to undertake currency conversion.
|
28
|
+
This is useful incase of if the sender wants the recipient to receive a specified amount of the target currency,
|
29
|
+
but the payer DFSP does not want to undertake the currency conversion. In this case, the amount of the transfer
|
30
|
+
would be expressed in the target currency and the amountType would be set to RECEIVE.
|
31
|
+
currencyConversion:
|
32
|
+
allOf:
|
33
|
+
- $ref: ./FxRate.yaml
|
34
|
+
- description: >-
|
35
|
+
Used by the debtor party if it wants to share information about the currency conversion it proposes to make; or
|
36
|
+
if it is required by scheme rules to share this information. This object contains the amount of the transfer in
|
37
|
+
the source and target currencies, but does not identify the FXP being used.
|
38
|
+
geoCode:
|
39
|
+
$ref: ./GeoCode.yaml
|
40
|
+
note:
|
41
|
+
$ref: ./Note.yaml
|
42
|
+
expiration:
|
43
|
+
$ref: ./DateTime.yaml
|
44
|
+
extensionList:
|
45
|
+
$ref: ./ExtensionList.yaml
|
46
|
+
required:
|
47
|
+
- quoteId
|
48
|
+
- transactionId
|
49
|
+
- payee
|
50
|
+
- payer
|
51
|
+
- amountType
|
52
|
+
- amount
|
53
|
+
- transactionType
|
@@ -0,0 +1,13 @@
|
|
1
|
+
title: ServicesFXPPutResponse
|
2
|
+
type: object
|
3
|
+
description: 'The object sent in the PUT /services/FXP callback.'
|
4
|
+
properties:
|
5
|
+
providers:
|
6
|
+
type: array
|
7
|
+
description: The FSP Id(s) of the participant(s) who offer currency conversion services.
|
8
|
+
items:
|
9
|
+
$ref: ./FspId.yaml
|
10
|
+
minItems: 0
|
11
|
+
maxItems: 16
|
12
|
+
required:
|
13
|
+
- providers
|
@@ -0,0 +1,13 @@
|
|
1
|
+
title: ServicesFXPSourceCurrencyTargetCurrencyPutResponse
|
2
|
+
type: object
|
3
|
+
description: 'The object sent in the PUT /services/FXP/{SourceCurrency}/{TargetCurrency} callback.'
|
4
|
+
properties:
|
5
|
+
providers:
|
6
|
+
type: array
|
7
|
+
description: The FSP Id(s) of the participant(s) who offer currency conversion services.
|
8
|
+
items:
|
9
|
+
$ref: ./FspId.yaml
|
10
|
+
minItems: 0
|
11
|
+
maxItems: 16
|
12
|
+
required:
|
13
|
+
- providers
|
@@ -0,0 +1,50 @@
|
|
1
|
+
title: Transaction
|
2
|
+
type: object
|
3
|
+
description: >-
|
4
|
+
Data model for the complex type Transaction. The Transaction type is used to
|
5
|
+
carry end-to-end data between the Payer FSP and the Payee FSP in the ILP
|
6
|
+
Packet. Both the transactionId and the quoteId in the data model are decided
|
7
|
+
by the Payer FSP in the POST /quotes request.
|
8
|
+
properties:
|
9
|
+
transactionId:
|
10
|
+
$ref: ./CorrelationId.yaml
|
11
|
+
quoteId:
|
12
|
+
$ref: ./CorrelationId.yaml
|
13
|
+
payee:
|
14
|
+
$ref: ./Party.yaml
|
15
|
+
payer:
|
16
|
+
$ref: ./Party.yaml
|
17
|
+
amount:
|
18
|
+
$ref: ./Money.yaml
|
19
|
+
payeeReceiveAmount:
|
20
|
+
allOf:
|
21
|
+
- $ref: ./Money.yaml
|
22
|
+
- description: The amount that the beneficiary will receive.
|
23
|
+
converter:
|
24
|
+
allOf:
|
25
|
+
- $ref: ./CurrencyConverter.yaml
|
26
|
+
- description: >-
|
27
|
+
An optional field which will allow the payer DFSP to specify which DFSP it wants to undertake currency conversion.
|
28
|
+
This is useful incase of if the sender wants the recipient to receive a specified amount of the target currency,
|
29
|
+
but the payer DFSP does not want to undertake the currency conversion. In this case, the amount of the transfer
|
30
|
+
would be expressed in the target currency and the amountType would be set to RECEIVE.
|
31
|
+
currencyConversion:
|
32
|
+
allOf:
|
33
|
+
- $ref: ./FxRate.yaml
|
34
|
+
- description: >-
|
35
|
+
Used by the debtor party if it wants to share information about the currency conversion it proposes to make; or
|
36
|
+
if it is required by scheme rules to share this information. This object contains the amount of the transfer in
|
37
|
+
the source and target currencies, but does not identify the FXP being used.
|
38
|
+
transactionType:
|
39
|
+
$ref: ./TransactionType.yaml
|
40
|
+
note:
|
41
|
+
$ref: ./Note.yaml
|
42
|
+
extensionList:
|
43
|
+
$ref: ./ExtensionList.yaml
|
44
|
+
required:
|
45
|
+
- transactionId
|
46
|
+
- quoteId
|
47
|
+
- payee
|
48
|
+
- payer
|
49
|
+
- amount
|
50
|
+
- transactionType
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: TransactionInitiator
|
2
|
+
type: string
|
3
|
+
enum:
|
4
|
+
- PAYER
|
5
|
+
- PAYEE
|
6
|
+
description: >-
|
7
|
+
Below are the allowed values for the enumeration.
|
8
|
+
|
9
|
+
- PAYER - Sender of funds is initiating the transaction. The account to send
|
10
|
+
from is either owned by the Payer or is connected to the Payer in some way.
|
11
|
+
|
12
|
+
- PAYEE - Recipient of the funds is initiating the transaction by sending a
|
13
|
+
transaction request. The Payer must approve the transaction, either
|
14
|
+
automatically by a pre-generated OTP or by pre-approval of the Payee, or by
|
15
|
+
manually approving in his or her own Device.
|
16
|
+
example: 'PAYEE'
|