@mojaloop/api-snippets 17.6.0-snapshot.2 → 17.6.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/audit-ci.jsonc +2 -2
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +4735 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
- package/docs/index.html +1 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountIdentification4Choice.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount_SimpleType.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType2Code.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType3Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AnyBICDec2014Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BICFIDec2014Identifier.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BaseOneRate.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification6.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification8.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData3.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData5.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccount40.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccountType2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CategoryPurpose1Choice.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeBearerType1Code.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeType3Choice.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Charges16.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingChannel2Code.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact13.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact4.yaml +36 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CountryCode.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction67.yaml +125 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction68.yaml +69 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CryptographicLockChoice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DateAndPlaceOfBirth1.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DatePeriod2.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact32HexBinaryText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact4AlphaNumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Execute_FIToFICustomerCreditTransferV13.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalAccountIdentification1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCashAccountType1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCategoryPurpose1Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalChargeType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalClearingSystemIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCreditorAgentInstruction1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalFinancialInstitutionIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalLocalInstrument1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalOrganisationIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPaymentTransactionStatus1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPersonIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalProxyAccountType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPurpose1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalServiceLevel1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalStatusReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalVerificationReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialIdentificationSchemeName1Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericAccountIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericFinancialIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification3.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification30.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetParties_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader113.yaml +72 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader120.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader129.yaml +58 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IBAN2007Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODate.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODateTime.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISOYear.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationAssignment3.yaml +33 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationInformation4.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml +3 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Instruction4Code.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForCreditorAgent3.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForNextAgent1.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LEIIdentifier.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LocalInstrument2Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max105Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max10Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max128Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max140Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max15NumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max16Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max2048Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max256Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max34Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max350Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max35Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max4Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max70Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/NamePrefix2Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Number.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification29.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification39.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentificationSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OtherContact1.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml +79 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party38Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party40Choice.yaml +37 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party52Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification135.yaml +34 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification272.yaml +42 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentIdentification13.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTransaction163.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTypeInformation28.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PercentageRate.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification13.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification18.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PhoneNumber.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress24.yaml +55 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress27.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod1Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod2Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Priority2Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountIdentification1.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountType1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Purpose2Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryAuthority2.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReporting3.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReportingType1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ServiceLevel8Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementInstruction15.yaml +40 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementMethod1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReason6Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReasonInformation14.yaml +27 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StructuredRegulatoryReporting3.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryData1.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryDataEnvelope1.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAmount3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAuthorisation1.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxData1.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty1.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty2.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxPeriod3.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecord3.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordDetails3.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordPeriod1Code.yaml +43 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsRequest_FIToFICustomerCreditProposal.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsResponse_FIToFICustomerCreditConfirmation.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/UUIDv4Identifier.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReason1Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReport4.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/hexBinary.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/openapi.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}.yaml +120 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}.yaml +82 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_error.yaml +50 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}_error.yaml +51 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}.yaml +80 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}.yaml +119 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +1494 -409
- package/lib/fspiop/v1_1/openapi.d.ts +1495 -417
- package/lib/fspiop/v2_0/json-schemas.json +39 -39
- package/lib/fspiop/v2_0/openapi.d.ts +1945 -560
- package/lib/fspiop/v2_0_ISO20022/index.d.ts +3 -0
- package/lib/fspiop/v2_0_ISO20022/index.js +9 -0
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +107991 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +5162 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js +7 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +95738 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js +171 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/types.d.ts +164 -0
- package/lib/fspiop/v2_0_ISO20022/types.js +4 -0
- package/lib/fspiop/v2_0_ISO20022/types.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +14 -14
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +384 -74
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +543 -109
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +66 -66
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +503 -139
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +72 -72
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +694 -184
- package/lib/thirdparty/openapi.d.ts +1639 -612
- package/package.json +30 -27
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +1 -1
@@ -0,0 +1,81 @@
|
|
1
|
+
parameters:
|
2
|
+
- $ref: ../components/parameters/ID.yaml
|
3
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
4
|
+
- $ref: ../components/parameters/Date.yaml
|
5
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
6
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
7
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
8
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
9
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
10
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
11
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
12
|
+
get:
|
13
|
+
description: >-
|
14
|
+
The HTTP request `GET /fxQuotes/{ID}` is used to request information
|
15
|
+
regarding a request for quotation for a currency conversion which the
|
16
|
+
sender has previously issued. The `{ID}` in the URI should contain the
|
17
|
+
`conversionRequestId` that was used for the creation of the quote.
|
18
|
+
summary: Retrieve FX quote information
|
19
|
+
tags:
|
20
|
+
- fxQuotes
|
21
|
+
operationId: FxQuotesByIDGet
|
22
|
+
parameters:
|
23
|
+
- $ref: ../components/parameters/Accept.yaml
|
24
|
+
responses:
|
25
|
+
'202':
|
26
|
+
$ref: ../components/responses/202.yaml
|
27
|
+
'400':
|
28
|
+
$ref: ../components/responses/400.yaml
|
29
|
+
'401':
|
30
|
+
$ref: ../components/responses/401.yaml
|
31
|
+
'403':
|
32
|
+
$ref: ../components/responses/403.yaml
|
33
|
+
'404':
|
34
|
+
$ref: ../components/responses/404.yaml
|
35
|
+
'405':
|
36
|
+
$ref: ../components/responses/405.yaml
|
37
|
+
'406':
|
38
|
+
$ref: ../components/responses/406.yaml
|
39
|
+
'501':
|
40
|
+
$ref: ../components/responses/501.yaml
|
41
|
+
'503':
|
42
|
+
$ref: ../components/responses/503.yaml
|
43
|
+
put:
|
44
|
+
description: >-
|
45
|
+
The callback `PUT /fxQuotes/{ID}` is used to inform the requester about the
|
46
|
+
outcome of a request for quotation for a currency conversion. The `{ID}` in
|
47
|
+
the URI should contain the `conversionRequestId` that was used for the
|
48
|
+
creation of the FX quote, or the `{ID}` that was used in the `GET
|
49
|
+
/fxQuotes/{ID}` request.
|
50
|
+
summary: Return FX quote information
|
51
|
+
tags:
|
52
|
+
- fxQuotes
|
53
|
+
operationId: FxQuotesByIdPut
|
54
|
+
parameters:
|
55
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
56
|
+
requestBody:
|
57
|
+
description: FX Quote information returned.
|
58
|
+
required: true
|
59
|
+
content:
|
60
|
+
application/json:
|
61
|
+
schema:
|
62
|
+
$ref: ../components/schemas/FxResponse_FICreditTransferConfirmation.yaml
|
63
|
+
responses:
|
64
|
+
'200':
|
65
|
+
$ref: ../components/responses/200.yaml
|
66
|
+
'400':
|
67
|
+
$ref: ../components/responses/400.yaml
|
68
|
+
'401':
|
69
|
+
$ref: ../components/responses/401.yaml
|
70
|
+
'403':
|
71
|
+
$ref: ../components/responses/403.yaml
|
72
|
+
'404':
|
73
|
+
$ref: ../components/responses/404.yaml
|
74
|
+
'405':
|
75
|
+
$ref: ../components/responses/405.yaml
|
76
|
+
'406':
|
77
|
+
$ref: ../components/responses/406.yaml
|
78
|
+
'501':
|
79
|
+
$ref: ../components/responses/501.yaml
|
80
|
+
'503':
|
81
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,49 @@
|
|
1
|
+
put:
|
2
|
+
description: >-
|
3
|
+
If the FXP is unable to find or create a FX quote, or some other processing
|
4
|
+
error occurs, the error callback `PUT /fxQuotes/{ID}/error` is used. The
|
5
|
+
`{ID}` in the URI should contain the `conversionRequestId` that was used for
|
6
|
+
the creation of the FX quote, or the `{ID}` that was used in the `GET
|
7
|
+
/fxQuotes/{ID}` request.
|
8
|
+
summary: Return FX quote information error
|
9
|
+
tags:
|
10
|
+
- fxQuotes
|
11
|
+
operationId: FxQuotesByIDAndErrorPut
|
12
|
+
parameters:
|
13
|
+
- $ref: ../components/parameters/ID.yaml
|
14
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
15
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
16
|
+
- $ref: ../components/parameters/Date.yaml
|
17
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
21
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
22
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
23
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
24
|
+
requestBody:
|
25
|
+
description: Details of the error returned.
|
26
|
+
required: true
|
27
|
+
content:
|
28
|
+
application/json:
|
29
|
+
schema:
|
30
|
+
$ref: ../components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml
|
31
|
+
responses:
|
32
|
+
'200':
|
33
|
+
$ref: ../components/responses/200.yaml
|
34
|
+
'400':
|
35
|
+
$ref: ../components/responses/400.yaml
|
36
|
+
'401':
|
37
|
+
$ref: ../components/responses/401.yaml
|
38
|
+
'403':
|
39
|
+
$ref: ../components/responses/403.yaml
|
40
|
+
'404':
|
41
|
+
$ref: ../components/responses/404.yaml
|
42
|
+
'405':
|
43
|
+
$ref: ../components/responses/405.yaml
|
44
|
+
'406':
|
45
|
+
$ref: ../components/responses/406.yaml
|
46
|
+
'501':
|
47
|
+
$ref: ../components/responses/501.yaml
|
48
|
+
'503':
|
49
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,47 @@
|
|
1
|
+
post:
|
2
|
+
description: >-
|
3
|
+
The HTTP request `POST /fxTransfers` is used to ask an FXP to confirm the
|
4
|
+
execution of an agreed currency conversion.
|
5
|
+
summary: Perform FX transfer
|
6
|
+
tags:
|
7
|
+
- fxTransfers
|
8
|
+
operationId: FxTransfersPost
|
9
|
+
parameters:
|
10
|
+
- $ref: ../components/parameters/Accept.yaml
|
11
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
12
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
13
|
+
- $ref: ../components/parameters/Date.yaml
|
14
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
15
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
16
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
17
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
21
|
+
requestBody:
|
22
|
+
description: Details of the FX transfer to be created.
|
23
|
+
required: true
|
24
|
+
content:
|
25
|
+
application/json:
|
26
|
+
schema:
|
27
|
+
$ref: >-
|
28
|
+
../components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml
|
29
|
+
responses:
|
30
|
+
'202':
|
31
|
+
$ref: ../components/responses/202.yaml
|
32
|
+
'400':
|
33
|
+
$ref: ../components/responses/400.yaml
|
34
|
+
'401':
|
35
|
+
$ref: ../components/responses/401.yaml
|
36
|
+
'403':
|
37
|
+
$ref: ../components/responses/403.yaml
|
38
|
+
'404':
|
39
|
+
$ref: ../components/responses/404.yaml
|
40
|
+
'405':
|
41
|
+
$ref: ../components/responses/405.yaml
|
42
|
+
'406':
|
43
|
+
$ref: ../components/responses/406.yaml
|
44
|
+
'501':
|
45
|
+
$ref: ../components/responses/501.yaml
|
46
|
+
'503':
|
47
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,120 @@
|
|
1
|
+
parameters:
|
2
|
+
- $ref: ../components/parameters/ID.yaml
|
3
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
4
|
+
- $ref: ../components/parameters/Date.yaml
|
5
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
6
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
7
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
8
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
9
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
10
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
11
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
12
|
+
get:
|
13
|
+
description: >-
|
14
|
+
The HTTP request `GET /fxTransfers/{ID}` s used to request information
|
15
|
+
regarding a request for confirmation of a currency conversion which the
|
16
|
+
sender has previously issued. The `{ID}` in the URI should contain the
|
17
|
+
`commitRequestId` that was used for the creation of the FX transfer.
|
18
|
+
summary: Retrieve FX transfer information
|
19
|
+
tags:
|
20
|
+
- fxTransfers
|
21
|
+
operationId: FxTransfersByIDGet
|
22
|
+
parameters:
|
23
|
+
- $ref: ../components/parameters/Accept.yaml
|
24
|
+
responses:
|
25
|
+
'202':
|
26
|
+
$ref: ../components/responses/202.yaml
|
27
|
+
'400':
|
28
|
+
$ref: ../components/responses/400.yaml
|
29
|
+
'401':
|
30
|
+
$ref: ../components/responses/401.yaml
|
31
|
+
'403':
|
32
|
+
$ref: ../components/responses/403.yaml
|
33
|
+
'404':
|
34
|
+
$ref: ../components/responses/404.yaml
|
35
|
+
'405':
|
36
|
+
$ref: ../components/responses/405.yaml
|
37
|
+
'406':
|
38
|
+
$ref: ../components/responses/406.yaml
|
39
|
+
'501':
|
40
|
+
$ref: ../components/responses/501.yaml
|
41
|
+
'503':
|
42
|
+
$ref: ../components/responses/503.yaml
|
43
|
+
patch:
|
44
|
+
description: >-
|
45
|
+
The HTTP request PATCH /fxTransfers/<ID> is used to inform the requester
|
46
|
+
about the final determination by the switch of the transfer a request for
|
47
|
+
execution of a currency conversion. The <ID> in the URI should contain the
|
48
|
+
commitRequestId that was used for the creation of the FX transfer. Please
|
49
|
+
note that this request does not generate a callback.
|
50
|
+
summary: Return FX transfer information
|
51
|
+
tags:
|
52
|
+
- fxTransfers
|
53
|
+
operationId: FxTransfersByIDPatch
|
54
|
+
parameters:
|
55
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
56
|
+
requestBody:
|
57
|
+
description: Transfer notification upon completion.
|
58
|
+
required: true
|
59
|
+
content:
|
60
|
+
application/json:
|
61
|
+
schema:
|
62
|
+
$ref: ../components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml
|
63
|
+
responses:
|
64
|
+
'200':
|
65
|
+
$ref: ../components/responses/200.yaml
|
66
|
+
'400':
|
67
|
+
$ref: ../components/responses/400.yaml
|
68
|
+
'401':
|
69
|
+
$ref: ../components/responses/401.yaml
|
70
|
+
'403':
|
71
|
+
$ref: ../components/responses/403.yaml
|
72
|
+
'404':
|
73
|
+
$ref: ../components/responses/404.yaml
|
74
|
+
'405':
|
75
|
+
$ref: ../components/responses/405.yaml
|
76
|
+
'406':
|
77
|
+
$ref: ../components/responses/406.yaml
|
78
|
+
'501':
|
79
|
+
$ref: ../components/responses/501.yaml
|
80
|
+
'503':
|
81
|
+
$ref: ../components/responses/503.yaml
|
82
|
+
put:
|
83
|
+
description: >-
|
84
|
+
The callback `PUT /fxTransfers/{ID}` is used to inform the requester about
|
85
|
+
the outcome of a request for execution of a currency conversion. The `{ID}`
|
86
|
+
in the URI should contain the `commitRequestId` that was used for the
|
87
|
+
creation of the FX transfer, or the `{ID}` that was used in the `GET
|
88
|
+
/fxTransfers/{ID}` request.
|
89
|
+
summary: Return FX transfer information
|
90
|
+
tags:
|
91
|
+
- fxTransfers
|
92
|
+
operationId: FxTransfersByIDPut
|
93
|
+
parameters:
|
94
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
95
|
+
requestBody:
|
96
|
+
description: Transfer information returned.
|
97
|
+
required: true
|
98
|
+
content:
|
99
|
+
application/json:
|
100
|
+
schema:
|
101
|
+
$ref: ../components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml
|
102
|
+
responses:
|
103
|
+
'200':
|
104
|
+
$ref: ../components/responses/200.yaml
|
105
|
+
'400':
|
106
|
+
$ref: ../components/responses/400.yaml
|
107
|
+
'401':
|
108
|
+
$ref: ../components/responses/401.yaml
|
109
|
+
'403':
|
110
|
+
$ref: ../components/responses/403.yaml
|
111
|
+
'404':
|
112
|
+
$ref: ../components/responses/404.yaml
|
113
|
+
'405':
|
114
|
+
$ref: ../components/responses/405.yaml
|
115
|
+
'406':
|
116
|
+
$ref: ../components/responses/406.yaml
|
117
|
+
'501':
|
118
|
+
$ref: ../components/responses/501.yaml
|
119
|
+
'503':
|
120
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,49 @@
|
|
1
|
+
put:
|
2
|
+
description: >-
|
3
|
+
If the switch or FXP is unable to find or create a FX transfer, or another
|
4
|
+
processing error occurs, the error callback `PUT /fxTransfers/{ID}/error` is
|
5
|
+
used. The `{ID}` in the URI should contain the `commitRequestId` that was
|
6
|
+
used for the creation of the FX transfer, or the `{ID}` that was used in the
|
7
|
+
`GET /fxTransfers/{ID}`.
|
8
|
+
summary: Return FX transfer information error
|
9
|
+
tags:
|
10
|
+
- fxTransfers
|
11
|
+
operationId: FxTransfersByIDAndErrorPut
|
12
|
+
parameters:
|
13
|
+
- $ref: ../components/parameters/ID.yaml
|
14
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
15
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
16
|
+
- $ref: ../components/parameters/Date.yaml
|
17
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
21
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
22
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
23
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
24
|
+
requestBody:
|
25
|
+
description: Details of the error returned.
|
26
|
+
required: true
|
27
|
+
content:
|
28
|
+
application/json:
|
29
|
+
schema:
|
30
|
+
$ref: ../components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml
|
31
|
+
responses:
|
32
|
+
'200':
|
33
|
+
$ref: ../components/responses/200.yaml
|
34
|
+
'400':
|
35
|
+
$ref: ../components/responses/400.yaml
|
36
|
+
'401':
|
37
|
+
$ref: ../components/responses/401.yaml
|
38
|
+
'403':
|
39
|
+
$ref: ../components/responses/403.yaml
|
40
|
+
'404':
|
41
|
+
$ref: ../components/responses/404.yaml
|
42
|
+
'405':
|
43
|
+
$ref: ../components/responses/405.yaml
|
44
|
+
'406':
|
45
|
+
$ref: ../components/responses/406.yaml
|
46
|
+
'501':
|
47
|
+
$ref: ../components/responses/501.yaml
|
48
|
+
'503':
|
49
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,82 @@
|
|
1
|
+
parameters:
|
2
|
+
- $ref: ../components/parameters/Type.yaml
|
3
|
+
- $ref: ../components/parameters/ID.yaml
|
4
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
5
|
+
- $ref: ../components/parameters/Date.yaml
|
6
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
7
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
8
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
9
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
10
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
11
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
12
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
13
|
+
get:
|
14
|
+
description: >-
|
15
|
+
The HTTP request `GET /parties/{Type}/{ID}` (or `GET
|
16
|
+
/parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the
|
17
|
+
requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for
|
18
|
+
example, `GET /parties/MSISDN/123456789`, or `GET
|
19
|
+
/parties/BUSINESS/shoecompany/employee1`).
|
20
|
+
summary: Look up party information
|
21
|
+
tags:
|
22
|
+
- parties
|
23
|
+
operationId: PartiesByTypeAndID
|
24
|
+
parameters:
|
25
|
+
- $ref: ../components/parameters/Accept.yaml
|
26
|
+
responses:
|
27
|
+
'202':
|
28
|
+
$ref: ../components/responses/202.yaml
|
29
|
+
'400':
|
30
|
+
$ref: ../components/responses/400.yaml
|
31
|
+
'401':
|
32
|
+
$ref: ../components/responses/401.yaml
|
33
|
+
'403':
|
34
|
+
$ref: ../components/responses/403.yaml
|
35
|
+
'404':
|
36
|
+
$ref: ../components/responses/404.yaml
|
37
|
+
'405':
|
38
|
+
$ref: ../components/responses/405.yaml
|
39
|
+
'406':
|
40
|
+
$ref: ../components/responses/406.yaml
|
41
|
+
'501':
|
42
|
+
$ref: ../components/responses/501.yaml
|
43
|
+
'503':
|
44
|
+
$ref: ../components/responses/503.yaml
|
45
|
+
put:
|
46
|
+
description: >-
|
47
|
+
The callback `PUT /parties/{Type}/{ID}` (or `PUT
|
48
|
+
/parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful
|
49
|
+
result of the Party information lookup.
|
50
|
+
summary: Return party information
|
51
|
+
tags:
|
52
|
+
- parties
|
53
|
+
operationId: PartiesByTypeAndID2
|
54
|
+
parameters:
|
55
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
56
|
+
requestBody:
|
57
|
+
description: Party information returned.
|
58
|
+
required: true
|
59
|
+
content:
|
60
|
+
application/json:
|
61
|
+
schema:
|
62
|
+
$ref: >-
|
63
|
+
../components/schemas/GetParties_IdentificationVerificationReportV03.yaml
|
64
|
+
responses:
|
65
|
+
'200':
|
66
|
+
$ref: ../components/responses/200.yaml
|
67
|
+
'400':
|
68
|
+
$ref: ../components/responses/400.yaml
|
69
|
+
'401':
|
70
|
+
$ref: ../components/responses/401.yaml
|
71
|
+
'403':
|
72
|
+
$ref: ../components/responses/403.yaml
|
73
|
+
'404':
|
74
|
+
$ref: ../components/responses/404.yaml
|
75
|
+
'405':
|
76
|
+
$ref: ../components/responses/405.yaml
|
77
|
+
'406':
|
78
|
+
$ref: ../components/responses/406.yaml
|
79
|
+
'501':
|
80
|
+
$ref: ../components/responses/501.yaml
|
81
|
+
'503':
|
82
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,50 @@
|
|
1
|
+
put:
|
2
|
+
description: >-
|
3
|
+
If the server is unable to find Party information of the provided identity,
|
4
|
+
or another processing error occurred, the error callback `PUT
|
5
|
+
/parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubI}/error`) is
|
6
|
+
used.
|
7
|
+
summary: Return party information error
|
8
|
+
tags:
|
9
|
+
- parties
|
10
|
+
operationId: PartiesErrorByTypeAndID
|
11
|
+
parameters:
|
12
|
+
- $ref: ../components/parameters/Type.yaml
|
13
|
+
- $ref: ../components/parameters/ID.yaml
|
14
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
15
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
16
|
+
- $ref: ../components/parameters/Date.yaml
|
17
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
21
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
22
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
23
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
24
|
+
requestBody:
|
25
|
+
description: Details of the error returned.
|
26
|
+
required: true
|
27
|
+
content:
|
28
|
+
application/json:
|
29
|
+
schema:
|
30
|
+
$ref: >-
|
31
|
+
../components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml
|
32
|
+
responses:
|
33
|
+
'200':
|
34
|
+
$ref: ../components/responses/200.yaml
|
35
|
+
'400':
|
36
|
+
$ref: ../components/responses/400.yaml
|
37
|
+
'401':
|
38
|
+
$ref: ../components/responses/401.yaml
|
39
|
+
'403':
|
40
|
+
$ref: ../components/responses/403.yaml
|
41
|
+
'404':
|
42
|
+
$ref: ../components/responses/404.yaml
|
43
|
+
'405':
|
44
|
+
$ref: ../components/responses/405.yaml
|
45
|
+
'406':
|
46
|
+
$ref: ../components/responses/406.yaml
|
47
|
+
'501':
|
48
|
+
$ref: ../components/responses/501.yaml
|
49
|
+
'503':
|
50
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,83 @@
|
|
1
|
+
parameters:
|
2
|
+
- $ref: ../components/parameters/Type.yaml
|
3
|
+
- $ref: ../components/parameters/ID.yaml
|
4
|
+
- $ref: ../components/parameters/SubId.yaml
|
5
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
6
|
+
- $ref: ../components/parameters/Date.yaml
|
7
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
8
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
9
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
10
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
11
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
12
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
13
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
14
|
+
get:
|
15
|
+
description: >-
|
16
|
+
The HTTP request `GET /parties/{Type}/{ID}` (or `GET
|
17
|
+
/parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the
|
18
|
+
requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for
|
19
|
+
example, `GET /parties/MSISDN/123456789`, or `GET
|
20
|
+
/parties/BUSINESS/shoecompany/employee1`).
|
21
|
+
summary: Look up party information
|
22
|
+
tags:
|
23
|
+
- parties
|
24
|
+
operationId: PartiesSubIdByTypeAndID
|
25
|
+
parameters:
|
26
|
+
- $ref: ../components/parameters/Accept.yaml
|
27
|
+
responses:
|
28
|
+
'202':
|
29
|
+
$ref: ../components/responses/202.yaml
|
30
|
+
'400':
|
31
|
+
$ref: ../components/responses/400.yaml
|
32
|
+
'401':
|
33
|
+
$ref: ../components/responses/401.yaml
|
34
|
+
'403':
|
35
|
+
$ref: ../components/responses/403.yaml
|
36
|
+
'404':
|
37
|
+
$ref: ../components/responses/404.yaml
|
38
|
+
'405':
|
39
|
+
$ref: ../components/responses/405.yaml
|
40
|
+
'406':
|
41
|
+
$ref: ../components/responses/406.yaml
|
42
|
+
'501':
|
43
|
+
$ref: ../components/responses/501.yaml
|
44
|
+
'503':
|
45
|
+
$ref: ../components/responses/503.yaml
|
46
|
+
put:
|
47
|
+
description: >-
|
48
|
+
The callback `PUT /parties/{Type}/{ID}` (or `PUT
|
49
|
+
/parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful
|
50
|
+
result of the Party information lookup.
|
51
|
+
summary: Return party information
|
52
|
+
tags:
|
53
|
+
- parties
|
54
|
+
operationId: PartiesSubIdByTypeAndIDPut
|
55
|
+
parameters:
|
56
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
57
|
+
requestBody:
|
58
|
+
description: Party information returned.
|
59
|
+
required: true
|
60
|
+
content:
|
61
|
+
application/json:
|
62
|
+
schema:
|
63
|
+
$ref: >-
|
64
|
+
../components/schemas/GetParties_IdentificationVerificationReportV03.yaml
|
65
|
+
responses:
|
66
|
+
'200':
|
67
|
+
$ref: ../components/responses/200.yaml
|
68
|
+
'400':
|
69
|
+
$ref: ../components/responses/400.yaml
|
70
|
+
'401':
|
71
|
+
$ref: ../components/responses/401.yaml
|
72
|
+
'403':
|
73
|
+
$ref: ../components/responses/403.yaml
|
74
|
+
'404':
|
75
|
+
$ref: ../components/responses/404.yaml
|
76
|
+
'405':
|
77
|
+
$ref: ../components/responses/405.yaml
|
78
|
+
'406':
|
79
|
+
$ref: ../components/responses/406.yaml
|
80
|
+
'501':
|
81
|
+
$ref: ../components/responses/501.yaml
|
82
|
+
'503':
|
83
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,51 @@
|
|
1
|
+
put:
|
2
|
+
description: >-
|
3
|
+
If the server is unable to find Party information of the provided identity,
|
4
|
+
or another processing error occurred, the error callback `PUT
|
5
|
+
/parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubId}/error`) is
|
6
|
+
used.
|
7
|
+
summary: Return party information error
|
8
|
+
tags:
|
9
|
+
- parties
|
10
|
+
operationId: PartiesSubIdErrorByTypeAndID
|
11
|
+
parameters:
|
12
|
+
- $ref: ../components/parameters/Type.yaml
|
13
|
+
- $ref: ../components/parameters/ID.yaml
|
14
|
+
- $ref: ../components/parameters/SubId.yaml
|
15
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
16
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
17
|
+
- $ref: ../components/parameters/Date.yaml
|
18
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
21
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
22
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
23
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
24
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
25
|
+
requestBody:
|
26
|
+
description: Details of the error returned.
|
27
|
+
required: true
|
28
|
+
content:
|
29
|
+
application/json:
|
30
|
+
schema:
|
31
|
+
$ref: >-
|
32
|
+
../components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml
|
33
|
+
responses:
|
34
|
+
'200':
|
35
|
+
$ref: ../components/responses/200.yaml
|
36
|
+
'400':
|
37
|
+
$ref: ../components/responses/400.yaml
|
38
|
+
'401':
|
39
|
+
$ref: ../components/responses/401.yaml
|
40
|
+
'403':
|
41
|
+
$ref: ../components/responses/403.yaml
|
42
|
+
'404':
|
43
|
+
$ref: ../components/responses/404.yaml
|
44
|
+
'405':
|
45
|
+
$ref: ../components/responses/405.yaml
|
46
|
+
'406':
|
47
|
+
$ref: ../components/responses/406.yaml
|
48
|
+
'501':
|
49
|
+
$ref: ../components/responses/501.yaml
|
50
|
+
'503':
|
51
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,46 @@
|
|
1
|
+
post:
|
2
|
+
description: >-
|
3
|
+
The HTTP request `POST /quotes` is used to request the creation of a quote
|
4
|
+
for the provided financial transaction in the server.
|
5
|
+
summary: Calculate quote
|
6
|
+
tags:
|
7
|
+
- quotes
|
8
|
+
operationId: Quotes
|
9
|
+
parameters:
|
10
|
+
- $ref: ../components/parameters/Accept.yaml
|
11
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
12
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
13
|
+
- $ref: ../components/parameters/Date.yaml
|
14
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
15
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
16
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
17
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
21
|
+
requestBody:
|
22
|
+
description: Details of the quote to be created.
|
23
|
+
required: true
|
24
|
+
content:
|
25
|
+
application/json:
|
26
|
+
schema:
|
27
|
+
$ref: ../components/schemas/TermsRequest_FIToFICustomerCreditProposal.yaml
|
28
|
+
responses:
|
29
|
+
'202':
|
30
|
+
$ref: ../components/responses/202.yaml
|
31
|
+
'400':
|
32
|
+
$ref: ../components/responses/400.yaml
|
33
|
+
'401':
|
34
|
+
$ref: ../components/responses/401.yaml
|
35
|
+
'403':
|
36
|
+
$ref: ../components/responses/403.yaml
|
37
|
+
'404':
|
38
|
+
$ref: ../components/responses/404.yaml
|
39
|
+
'405':
|
40
|
+
$ref: ../components/responses/405.yaml
|
41
|
+
'406':
|
42
|
+
$ref: ../components/responses/406.yaml
|
43
|
+
'501':
|
44
|
+
$ref: ../components/responses/501.yaml
|
45
|
+
'503':
|
46
|
+
$ref: ../components/responses/503.yaml
|