@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
@@ -4,90 +4,291 @@
|
|
4
4
|
*/
|
5
5
|
export interface paths {
|
6
6
|
"/": {
|
7
|
+
parameters: {
|
8
|
+
query?: never;
|
9
|
+
header?: never;
|
10
|
+
path?: never;
|
11
|
+
cookie?: never;
|
12
|
+
};
|
7
13
|
/** Health check endpoint. */
|
8
14
|
get: operations["BackendHealthCheck"];
|
15
|
+
put?: never;
|
16
|
+
post?: never;
|
17
|
+
delete?: never;
|
18
|
+
options?: never;
|
19
|
+
head?: never;
|
20
|
+
patch?: never;
|
21
|
+
trace?: never;
|
9
22
|
};
|
10
23
|
"/bulkQuotes": {
|
24
|
+
parameters: {
|
25
|
+
query?: never;
|
26
|
+
header?: never;
|
27
|
+
path?: never;
|
28
|
+
cookie?: never;
|
29
|
+
};
|
30
|
+
get?: never;
|
31
|
+
put?: never;
|
11
32
|
/** Requests a bulk quote. */
|
12
33
|
post: operations["BackendBulkQuotesPost"];
|
34
|
+
delete?: never;
|
35
|
+
options?: never;
|
36
|
+
head?: never;
|
37
|
+
patch?: never;
|
38
|
+
trace?: never;
|
13
39
|
};
|
14
40
|
"/bulkQuotes/{idValue}": {
|
41
|
+
parameters: {
|
42
|
+
query?: never;
|
43
|
+
header?: never;
|
44
|
+
path?: never;
|
45
|
+
cookie?: never;
|
46
|
+
};
|
15
47
|
/** Requests information relating to a bulk quote identified by the specified identifier value. */
|
16
48
|
get: operations["BackendBulkQuotesGet"];
|
49
|
+
put?: never;
|
50
|
+
post?: never;
|
51
|
+
delete?: never;
|
52
|
+
options?: never;
|
53
|
+
head?: never;
|
54
|
+
patch?: never;
|
55
|
+
trace?: never;
|
17
56
|
};
|
18
57
|
"/bulkTransactions/{bulkTransactionId}": {
|
58
|
+
parameters: {
|
59
|
+
query?: never;
|
60
|
+
header?: never;
|
61
|
+
path?: never;
|
62
|
+
cookie?: never;
|
63
|
+
};
|
64
|
+
get?: never;
|
19
65
|
/**
|
20
66
|
* Callbacks for the bulk transaction request.
|
21
67
|
* @description The HTTP request `PUT /bulkTransactions/{bulkTransactionId}` is used to amend information regarding a bulk transaction, i.e. when autoAcceptParty or autoAcceptQuote is false then the payer need to provide confirmation to proceed with further processing of the request. The `{bulkTransactionId}` in the URI should contain the `bulkTransactionId` that was used for the creation of the bulk transfer.
|
22
68
|
*/
|
23
69
|
put: operations["BackendBulkTransactionsPut"];
|
70
|
+
post?: never;
|
71
|
+
delete?: never;
|
72
|
+
options?: never;
|
73
|
+
head?: never;
|
74
|
+
patch?: never;
|
75
|
+
trace?: never;
|
24
76
|
};
|
25
77
|
"/requestToPay/{transactionRequestId}": {
|
78
|
+
parameters: {
|
79
|
+
query?: never;
|
80
|
+
header?: never;
|
81
|
+
path?: never;
|
82
|
+
cookie?: never;
|
83
|
+
};
|
84
|
+
get?: never;
|
26
85
|
/**
|
27
86
|
* Callback for the requestToPay request.
|
28
87
|
* @description It is used to notify the DFSP backend about the status of the requestToPayTransfer.
|
29
88
|
*/
|
30
89
|
put: operations["RequestToPayPut"];
|
90
|
+
post?: never;
|
91
|
+
delete?: never;
|
92
|
+
options?: never;
|
93
|
+
head?: never;
|
94
|
+
patch?: never;
|
95
|
+
trace?: never;
|
31
96
|
};
|
32
97
|
"/bulkTransfers": {
|
98
|
+
parameters: {
|
99
|
+
query?: never;
|
100
|
+
header?: never;
|
101
|
+
path?: never;
|
102
|
+
cookie?: never;
|
103
|
+
};
|
104
|
+
get?: never;
|
105
|
+
put?: never;
|
33
106
|
/** Execute bulk transfer of funds from an external account to internal accounts. */
|
34
107
|
post: operations["BackendBulkTransfersPost"];
|
108
|
+
delete?: never;
|
109
|
+
options?: never;
|
110
|
+
head?: never;
|
111
|
+
patch?: never;
|
112
|
+
trace?: never;
|
35
113
|
};
|
36
114
|
"/bulkTransfers/{idValue}": {
|
115
|
+
parameters: {
|
116
|
+
query?: never;
|
117
|
+
header?: never;
|
118
|
+
path?: never;
|
119
|
+
cookie?: never;
|
120
|
+
};
|
37
121
|
/** Requests information relating to a bulk transfer identified by the specified identifier value. */
|
38
122
|
get: operations["BackendBulkTransfersGet"];
|
123
|
+
put?: never;
|
124
|
+
post?: never;
|
125
|
+
delete?: never;
|
126
|
+
options?: never;
|
127
|
+
head?: never;
|
128
|
+
patch?: never;
|
129
|
+
trace?: never;
|
39
130
|
};
|
40
131
|
"/otp/{transactionRequestId}": {
|
132
|
+
parameters: {
|
133
|
+
query?: never;
|
134
|
+
header?: never;
|
135
|
+
path?: never;
|
136
|
+
cookie?: never;
|
137
|
+
};
|
41
138
|
/** Requests OTP. */
|
42
139
|
get: operations["BackendOtpGet"];
|
140
|
+
put?: never;
|
141
|
+
post?: never;
|
142
|
+
delete?: never;
|
143
|
+
options?: never;
|
144
|
+
head?: never;
|
145
|
+
patch?: never;
|
146
|
+
trace?: never;
|
43
147
|
};
|
44
148
|
"/participants/{idType}/{idValue}": {
|
149
|
+
parameters: {
|
150
|
+
query?: never;
|
151
|
+
header?: never;
|
152
|
+
path?: never;
|
153
|
+
cookie?: never;
|
154
|
+
};
|
45
155
|
/**
|
46
156
|
* Asks for the identifier (fspId) of the scheme participant (FSP) that can handle transfers for the specified identifier type and value.
|
47
157
|
* @description The HTTP request `GET /participants/{idType}/{idValue}` is used to find out in which FSP the requested party, defined by `{idType}` and `{idValue}`, is located.
|
48
158
|
*/
|
49
159
|
get: operations["BackendParticipantsGetByTypeAndID"];
|
160
|
+
put?: never;
|
161
|
+
post?: never;
|
162
|
+
delete?: never;
|
163
|
+
options?: never;
|
164
|
+
head?: never;
|
165
|
+
patch?: never;
|
166
|
+
trace?: never;
|
50
167
|
};
|
51
168
|
"/participants/{idType}/{idValue}/{idSubValue}": {
|
169
|
+
parameters: {
|
170
|
+
query?: never;
|
171
|
+
header?: never;
|
172
|
+
path?: never;
|
173
|
+
cookie?: never;
|
174
|
+
};
|
52
175
|
/**
|
53
176
|
* Asks for the identifier (fspId) of the scheme participant (FSP) that can handle transfers for the specified identifier type and value.
|
54
177
|
* @description The HTTP request `GET /participants/{idType}/{idValue}/{idSubValue}` is used to find out in which FSP the requested party, defined by `{idType}`, `{idValue}` and `{idSubValue}` is located.
|
55
178
|
*/
|
56
179
|
get: operations["BackendParticipantsGetByTypeIDAndSubId"];
|
180
|
+
put?: never;
|
181
|
+
post?: never;
|
182
|
+
delete?: never;
|
183
|
+
options?: never;
|
184
|
+
head?: never;
|
185
|
+
patch?: never;
|
186
|
+
trace?: never;
|
57
187
|
};
|
58
188
|
"/parties/{idType}/{idValue}": {
|
189
|
+
parameters: {
|
190
|
+
query?: never;
|
191
|
+
header?: never;
|
192
|
+
path?: never;
|
193
|
+
cookie?: never;
|
194
|
+
};
|
59
195
|
/**
|
60
196
|
* Requests information relating to a transfer party identified by the specified identifier type and value.
|
61
197
|
* @description The HTTP request `GET /parties/{idType}/{idValue}` is used to look up information regarding the requested transfer party, identified by `{idType}` and `{idValue}`.
|
62
198
|
*/
|
63
199
|
get: operations["BackendPartiesGetByTypeAndID"];
|
200
|
+
put?: never;
|
201
|
+
post?: never;
|
202
|
+
delete?: never;
|
203
|
+
options?: never;
|
204
|
+
head?: never;
|
205
|
+
patch?: never;
|
206
|
+
trace?: never;
|
64
207
|
};
|
65
208
|
"/parties/{idType}/{idValue}/{idSubValue}": {
|
209
|
+
parameters: {
|
210
|
+
query?: never;
|
211
|
+
header?: never;
|
212
|
+
path?: never;
|
213
|
+
cookie?: never;
|
214
|
+
};
|
66
215
|
/**
|
67
216
|
* Requests information relating to a transfer party identified by the specified identifier type, value and subId value.
|
68
217
|
* @description The HTTP request `GET /parties/{idType}/{idValue}/{idSubValue}` is used to look up information regarding the requested transfer party, identified by `{idType}`, `{idValue}` and `{idSubValue}`.
|
69
218
|
*/
|
70
219
|
get: operations["BackendPartiesGetByTypeIdAndSubId"];
|
220
|
+
put?: never;
|
221
|
+
post?: never;
|
222
|
+
delete?: never;
|
223
|
+
options?: never;
|
224
|
+
head?: never;
|
225
|
+
patch?: never;
|
226
|
+
trace?: never;
|
71
227
|
};
|
72
228
|
"/quoterequests": {
|
229
|
+
parameters: {
|
230
|
+
query?: never;
|
231
|
+
header?: never;
|
232
|
+
path?: never;
|
233
|
+
cookie?: never;
|
234
|
+
};
|
235
|
+
get?: never;
|
236
|
+
put?: never;
|
73
237
|
/**
|
74
238
|
* Requests a quote for the specified transfer.
|
75
239
|
* @description The HTTP request `POST /quoterequests` is used to request the creation of a quote for the provided financial transaction.
|
76
240
|
*/
|
77
241
|
post: operations["BackendQuoteRequest"];
|
242
|
+
delete?: never;
|
243
|
+
options?: never;
|
244
|
+
head?: never;
|
245
|
+
patch?: never;
|
246
|
+
trace?: never;
|
78
247
|
};
|
79
248
|
"/transactionrequests": {
|
249
|
+
parameters: {
|
250
|
+
query?: never;
|
251
|
+
header?: never;
|
252
|
+
path?: never;
|
253
|
+
cookie?: never;
|
254
|
+
};
|
255
|
+
get?: never;
|
256
|
+
put?: never;
|
80
257
|
/** Transaction request that supports pull based transfers. */
|
81
258
|
post: operations["BackendTransactionRequest"];
|
259
|
+
delete?: never;
|
260
|
+
options?: never;
|
261
|
+
head?: never;
|
262
|
+
patch?: never;
|
263
|
+
trace?: never;
|
82
264
|
};
|
83
265
|
"/transfers": {
|
266
|
+
parameters: {
|
267
|
+
query?: never;
|
268
|
+
header?: never;
|
269
|
+
path?: never;
|
270
|
+
cookie?: never;
|
271
|
+
};
|
272
|
+
get?: never;
|
273
|
+
put?: never;
|
84
274
|
/**
|
85
275
|
* Transfers funds from an external account to an internal account.
|
86
276
|
* @description The HTTP request `POST /transfers` is used to request the creation of a transfer for the transfer party.
|
87
277
|
*/
|
88
278
|
post: operations["BackendTransfersPost"];
|
279
|
+
delete?: never;
|
280
|
+
options?: never;
|
281
|
+
head?: never;
|
282
|
+
patch?: never;
|
283
|
+
trace?: never;
|
89
284
|
};
|
90
285
|
"/transfers/{transferId}": {
|
286
|
+
parameters: {
|
287
|
+
query?: never;
|
288
|
+
header?: never;
|
289
|
+
path?: never;
|
290
|
+
cookie?: never;
|
291
|
+
};
|
91
292
|
/**
|
92
293
|
* Retrieves information for a specific transfer.
|
93
294
|
* @description The HTTP request `GET /transfers/{transferId}` is used to get information regarding a transfer created or requested earlier. The `{transferId}` in the URI should contain the `transferId` that was used for the creation of the transfer.
|
@@ -98,27 +299,72 @@ export interface paths {
|
|
98
299
|
* @description The HTTP request `PUT /transfers/{transferId}` is used to receive notification for transfer being fulfiled when the FSP is a Payee.
|
99
300
|
*/
|
100
301
|
put: operations["BackendTransfersPut"];
|
302
|
+
post?: never;
|
303
|
+
delete?: never;
|
304
|
+
options?: never;
|
305
|
+
head?: never;
|
306
|
+
patch?: never;
|
307
|
+
trace?: never;
|
101
308
|
};
|
102
309
|
"/fxQuotes": {
|
310
|
+
parameters: {
|
311
|
+
query?: never;
|
312
|
+
header?: never;
|
313
|
+
path?: never;
|
314
|
+
cookie?: never;
|
315
|
+
};
|
316
|
+
get?: never;
|
317
|
+
put?: never;
|
103
318
|
/**
|
104
319
|
* Calculate FX quote
|
105
320
|
* @description The HTTP request `POST /fxQuotes` is used to ask an FXP backend to provide a quotation for a currency conversion.
|
106
321
|
*/
|
107
322
|
post: operations["FxQuotesPost"];
|
323
|
+
delete?: never;
|
324
|
+
options?: never;
|
325
|
+
head?: never;
|
326
|
+
patch?: never;
|
327
|
+
trace?: never;
|
108
328
|
};
|
109
329
|
"/fxTransfers": {
|
330
|
+
parameters: {
|
331
|
+
query?: never;
|
332
|
+
header?: never;
|
333
|
+
path?: never;
|
334
|
+
cookie?: never;
|
335
|
+
};
|
336
|
+
get?: never;
|
337
|
+
put?: never;
|
110
338
|
/**
|
111
339
|
* Perform FX transfer
|
112
340
|
* @description The HTTP request `POST /fxTransfers` is used to ask an FXP backend to confirm the execution of an agreed currency conversion.
|
113
341
|
*/
|
114
342
|
post: operations["FxTransfersPost"];
|
343
|
+
delete?: never;
|
344
|
+
options?: never;
|
345
|
+
head?: never;
|
346
|
+
patch?: never;
|
347
|
+
trace?: never;
|
115
348
|
};
|
116
349
|
"/fxTransfers/{commitRequestId}": {
|
350
|
+
parameters: {
|
351
|
+
query?: never;
|
352
|
+
header?: never;
|
353
|
+
path?: never;
|
354
|
+
cookie?: never;
|
355
|
+
};
|
356
|
+
get?: never;
|
117
357
|
/**
|
118
358
|
* FX Commit Notification
|
119
359
|
* @description The HTTP request `PUT /fxTransfers/{commitRequestId}` is used to notify an FXP backend about the status of currency conversion.
|
120
360
|
*/
|
121
361
|
put: operations["FxTransfersById"];
|
362
|
+
post?: never;
|
363
|
+
delete?: never;
|
364
|
+
options?: never;
|
365
|
+
head?: never;
|
366
|
+
patch?: never;
|
367
|
+
trace?: never;
|
122
368
|
};
|
123
369
|
}
|
124
370
|
export type webhooks = Record<string, never>;
|
@@ -259,6 +505,7 @@ export interface components {
|
|
259
505
|
/**
|
260
506
|
* ErrorCode
|
261
507
|
* @description The API data type errorCode is a JSON String of four characters, consisting of digits only. Negative numbers are not allowed. A leading zero is not allowed. Each error code in the API is a four-digit number, for example, 1234, where the first number (1 in the example) represents the high-level error category, the second number (2 in the example) represents the low-level error category, and the last two numbers (34 in the example) represents the specific error.
|
508
|
+
*
|
262
509
|
*/
|
263
510
|
errorCode: string;
|
264
511
|
/**
|
@@ -391,8 +638,8 @@ export interface components {
|
|
391
638
|
transactionId: components["schemas"]["transactionId"];
|
392
639
|
transactionType: components["schemas"]["transactionType"];
|
393
640
|
transactionRequestId?: components["schemas"]["transactionRequestId"];
|
394
|
-
converter?: components["schemas"]["CurrencyConverter"];
|
395
|
-
currencyConversion?: components["schemas"]["FxRate"];
|
641
|
+
converter?: components["schemas"]["CurrencyConverter"] & unknown;
|
642
|
+
currencyConversion?: components["schemas"]["FxRate"] & unknown;
|
396
643
|
};
|
397
644
|
/** @description A response to a request for a quote. */
|
398
645
|
quoteResponse: {
|
@@ -544,32 +791,32 @@ export interface components {
|
|
544
791
|
* KYCInformation
|
545
792
|
* @description KYC information for the party in a form mandated by an individual scheme.
|
546
793
|
* @example {
|
547
|
-
*
|
548
|
-
*
|
549
|
-
*
|
550
|
-
*
|
551
|
-
*
|
552
|
-
*
|
553
|
-
*
|
554
|
-
*
|
555
|
-
*
|
556
|
-
*
|
557
|
-
*
|
558
|
-
*
|
559
|
-
*
|
560
|
-
*
|
561
|
-
*
|
562
|
-
*
|
563
|
-
*
|
564
|
-
*
|
565
|
-
*
|
566
|
-
*
|
567
|
-
*
|
568
|
-
*
|
569
|
-
*
|
570
|
-
*
|
794
|
+
* "metadata": {
|
795
|
+
* "format": "JSON",
|
796
|
+
* "version": "1.0",
|
797
|
+
* "description": "Data containing KYC Information"
|
798
|
+
* },
|
799
|
+
* "data": {
|
800
|
+
* "name": "John Doe",
|
801
|
+
* "dob": "1980-05-15",
|
802
|
+
* "gender": "Male",
|
803
|
+
* "address": "123 Main Street, Anytown, USA",
|
804
|
+
* "email": "johndoe@example.com",
|
805
|
+
* "phone": "+1 555-123-4567",
|
806
|
+
* "nationality": "US",
|
807
|
+
* "passport_number": "AB1234567",
|
808
|
+
* "issue_date": "2010-02-20",
|
809
|
+
* "expiry_date": "2025-02-20",
|
810
|
+
* "bank_account_number": "1234567890",
|
811
|
+
* "bank_name": "Example Bank",
|
812
|
+
* "employer": "ABC Company",
|
813
|
+
* "occupation": "Software Engineer",
|
814
|
+
* "income": "$80,000 per year",
|
815
|
+
* "marital_status": "Single",
|
816
|
+
* "dependents": 0,
|
817
|
+
* "risk_level": "Low"
|
818
|
+
* }
|
571
819
|
* }
|
572
|
-
* }
|
573
820
|
*/
|
574
821
|
KYCInformation: string;
|
575
822
|
/**
|
@@ -579,10 +826,9 @@ export interface components {
|
|
579
826
|
*/
|
580
827
|
TransactionSubScenario: string;
|
581
828
|
errorResponse: {
|
582
|
-
/**
|
583
|
-
*
|
584
|
-
*
|
585
|
-
*/
|
829
|
+
/** @description Backend error code from FSP. Ideally, statusCode is FSPIOP conforming. SDK will use status code to retrieve an FSPIOP error with the same code.
|
830
|
+
* Otherwise, a suitable generic FSPIOP will be used with the errorResponse in the FSPIOP error message.
|
831
|
+
* */
|
586
832
|
statusCode?: string;
|
587
833
|
/** @description Error message text. */
|
588
834
|
message?: string;
|
@@ -641,14 +887,14 @@ export interface components {
|
|
641
887
|
/**
|
642
888
|
* PartyIdType
|
643
889
|
* @description Below are the allowed values for the enumeration.
|
644
|
-
*
|
645
|
-
*
|
646
|
-
*
|
647
|
-
*
|
648
|
-
*
|
649
|
-
*
|
650
|
-
*
|
651
|
-
*
|
890
|
+
* - MSISDN - An MSISDN (Mobile Station International Subscriber Directory Number, that is, the phone number) is used as reference to a participant. The MSISDN identifier should be in international format according to the [ITU-T E.164 standard](https://www.itu.int/rec/T-REC-E.164/en). Optionally, the MSISDN may be prefixed by a single plus sign, indicating the international prefix.
|
891
|
+
* - EMAIL - An email is used as reference to a participant. The format of the email should be according to the informational [RFC 3696](https://tools.ietf.org/html/rfc3696).
|
892
|
+
* - PERSONAL_ID - A personal identifier is used as reference to a participant. Examples of personal identification are passport number, birth certificate number, and national registration number. The identifier number is added in the PartyIdentifier element. The personal identifier type is added in the PartySubIdOrType element.
|
893
|
+
* - BUSINESS - A specific Business (for example, an organization or a company) is used as reference to a participant. The BUSINESS identifier can be in any format. To make a transaction connected to a specific username or bill number in a Business, the PartySubIdOrType element should be used.
|
894
|
+
* - DEVICE - A specific device (for example, a POS or ATM) ID connected to a specific business or organization is used as reference to a Party. For referencing a specific device under a specific business or organization, use the PartySubIdOrType element.
|
895
|
+
* - ACCOUNT_ID - A bank account number or FSP account ID should be used as reference to a participant. The ACCOUNT_ID identifier can be in any format, as formats can greatly differ depending on country and FSP.
|
896
|
+
* - IBAN - A bank account number or FSP account ID is used as reference to a participant. The IBAN identifier can consist of up to 34 alphanumeric characters and should be entered without whitespace.
|
897
|
+
* - ALIAS An alias is used as reference to a participant. The alias should be created in the FSP as an alternative reference to an account owner. Another example of an alias is a username in the FSP system. The ALIAS identifier can be in any format. It is also possible to use the PartySubIdOrType element for identifying an account under an Alias defined by the PartyIdentifier.
|
652
898
|
* @enum {string}
|
653
899
|
*/
|
654
900
|
PartyIdType: "MSISDN" | "EMAIL" | "PERSONAL_ID" | "BUSINESS" | "DEVICE" | "ACCOUNT_ID" | "IBAN" | "ALIAS";
|
@@ -738,8 +984,8 @@ export interface components {
|
|
738
984
|
/**
|
739
985
|
* AmountType
|
740
986
|
* @description Below are the allowed values for the enumeration AmountType.
|
741
|
-
*
|
742
|
-
*
|
987
|
+
* - SEND - Amount the Payer would like to send, that is, the amount that should be withdrawn from the Payer account including any fees.
|
988
|
+
* - RECEIVE - Amount the Payer would like the Payee to receive, that is, the amount that should be sent to the receiver exclusive of any fees.
|
743
989
|
* @example RECEIVE
|
744
990
|
* @enum {string}
|
745
991
|
*/
|
@@ -839,10 +1085,10 @@ export interface components {
|
|
839
1085
|
/**
|
840
1086
|
* TransferState
|
841
1087
|
* @description Below are the allowed values for the enumeration.
|
842
|
-
*
|
843
|
-
*
|
844
|
-
*
|
845
|
-
*
|
1088
|
+
* - RECEIVED - Next ledger has received the transfer.
|
1089
|
+
* - RESERVED - Next ledger has reserved the transfer.
|
1090
|
+
* - COMMITTED - Next ledger has successfully performed the transfer.
|
1091
|
+
* - ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.
|
846
1092
|
* @example RESERVED
|
847
1093
|
* @enum {string}
|
848
1094
|
*/
|
@@ -901,15 +1147,15 @@ export interface components {
|
|
901
1147
|
* @description The FxRate object contains information about a currency conversion in the transfer. It can be used by parties to the transfer to exchange information with each other about the exchange rate for the transfer, to ensure that the best rate can be agreed on.
|
902
1148
|
*/
|
903
1149
|
FxRate: {
|
904
|
-
sourceAmount: components["schemas"]["Money"];
|
905
|
-
targetAmount: components["schemas"]["Money"];
|
1150
|
+
sourceAmount: components["schemas"]["Money"] & unknown;
|
1151
|
+
targetAmount: components["schemas"]["Money"] & unknown;
|
906
1152
|
};
|
907
1153
|
/**
|
908
1154
|
* AuthenticationType
|
909
1155
|
* @description Below are the allowed values for the enumeration AuthenticationType.
|
910
|
-
*
|
911
|
-
*
|
912
|
-
*
|
1156
|
+
* - OTP - One-time password generated by the Payer FSP.
|
1157
|
+
* - QRCODE - QR code used as One Time Password.
|
1158
|
+
* - U2F - U2F is a new addition isolated to Thirdparty stream.
|
913
1159
|
* @example OTP
|
914
1160
|
* @enum {string}
|
915
1161
|
*/
|
@@ -929,33 +1175,33 @@ export interface components {
|
|
929
1175
|
FxCharge: {
|
930
1176
|
/** @description A description of the charge which is being levied. */
|
931
1177
|
chargeType: string;
|
932
|
-
sourceAmount?: components["schemas"]["Money"];
|
933
|
-
targetAmount?: components["schemas"]["Money"];
|
1178
|
+
sourceAmount?: components["schemas"]["Money"] & unknown;
|
1179
|
+
targetAmount?: components["schemas"]["Money"] & unknown;
|
934
1180
|
};
|
935
1181
|
/**
|
936
1182
|
* FxConversion
|
937
1183
|
* @description A DFSP will be able to request a currency conversion, and an FX provider will be able to describe its involvement in a proposed transfer, using a FxConversion object.
|
938
1184
|
*/
|
939
1185
|
FxConversion: {
|
940
|
-
conversionId: components["schemas"]["CorrelationId"];
|
941
|
-
determiningTransferId?: components["schemas"]["CorrelationId"];
|
942
|
-
initiatingFsp: components["schemas"]["FspId"];
|
943
|
-
counterPartyFsp: components["schemas"]["FspId"];
|
944
|
-
amountType: components["schemas"]["AmountType"];
|
945
|
-
sourceAmount: components["schemas"]["FxMoney"];
|
946
|
-
targetAmount: components["schemas"]["FxMoney"];
|
947
|
-
expiration: components["schemas"]["DateTime"];
|
1186
|
+
conversionId: components["schemas"]["CorrelationId"] & unknown;
|
1187
|
+
determiningTransferId?: components["schemas"]["CorrelationId"] & unknown;
|
1188
|
+
initiatingFsp: components["schemas"]["FspId"] & unknown;
|
1189
|
+
counterPartyFsp: components["schemas"]["FspId"] & unknown;
|
1190
|
+
amountType: components["schemas"]["AmountType"] & unknown;
|
1191
|
+
sourceAmount: components["schemas"]["FxMoney"] & unknown;
|
1192
|
+
targetAmount: components["schemas"]["FxMoney"] & unknown;
|
1193
|
+
expiration: components["schemas"]["DateTime"] & unknown;
|
948
1194
|
/** @description One or more charges which the FXP intends to levy as part of the currency conversion, or which the payee DFSP intends to add to the amount transferred. */
|
949
1195
|
charges?: components["schemas"]["FxCharge"][];
|
950
|
-
extensionList?: components["schemas"]["ExtensionList"];
|
1196
|
+
extensionList?: components["schemas"]["ExtensionList"] & unknown;
|
951
1197
|
};
|
952
1198
|
/**
|
953
1199
|
* FxQuotesPostBackendRequest
|
954
1200
|
* @description The object sent in the POST /fxQuotes request.
|
955
1201
|
*/
|
956
1202
|
FxQuotesPostBackendRequest: {
|
957
|
-
conversionRequestId: components["schemas"]["CorrelationId"];
|
958
|
-
conversionTerms: components["schemas"]["FxConversion"];
|
1203
|
+
conversionRequestId: components["schemas"]["CorrelationId"] & unknown;
|
1204
|
+
conversionTerms: components["schemas"]["FxConversion"] & unknown;
|
959
1205
|
};
|
960
1206
|
/**
|
961
1207
|
* FxQuotesPostBackendResponse
|
@@ -964,15 +1210,15 @@ export interface components {
|
|
964
1210
|
FxQuotesPostBackendResponse: {
|
965
1211
|
/** @description Transaction ID for the FXP backend, used to reconcile transactions between the Switch and FXP backend systems. */
|
966
1212
|
homeTransactionId?: string;
|
967
|
-
conversionTerms: components["schemas"]["FxConversion"];
|
1213
|
+
conversionTerms: components["schemas"]["FxConversion"] & unknown;
|
968
1214
|
};
|
969
|
-
commitRequestId: components["schemas"]["CorrelationId"];
|
970
|
-
determiningTransferId: components["schemas"]["CorrelationId"];
|
971
|
-
initiatingFsp: components["schemas"]["FspId"];
|
972
|
-
counterPartyFsp: components["schemas"]["FspId"];
|
973
|
-
sourceAmount: components["schemas"]["Money"];
|
974
|
-
targetAmount: components["schemas"]["Money"];
|
975
|
-
condition: components["schemas"]["IlpCondition"];
|
1215
|
+
commitRequestId: components["schemas"]["CorrelationId"] & unknown;
|
1216
|
+
determiningTransferId: components["schemas"]["CorrelationId"] & unknown;
|
1217
|
+
initiatingFsp: components["schemas"]["FspId"] & unknown;
|
1218
|
+
counterPartyFsp: components["schemas"]["FspId"] & unknown;
|
1219
|
+
sourceAmount: components["schemas"]["Money"] & unknown;
|
1220
|
+
targetAmount: components["schemas"]["Money"] & unknown;
|
1221
|
+
condition: components["schemas"]["IlpCondition"] & unknown;
|
976
1222
|
/**
|
977
1223
|
* FxTransfersPostBackendRequest
|
978
1224
|
* @description The object sent in the POST /fxTransfers request.
|
@@ -988,9 +1234,9 @@ export interface components {
|
|
988
1234
|
targetAmount: components["schemas"]["targetAmount"];
|
989
1235
|
condition?: components["schemas"]["condition"];
|
990
1236
|
};
|
991
|
-
fulfilment: components["schemas"]["IlpFulfilment"];
|
992
|
-
completedTimestamp: components["schemas"]["DateTime"];
|
993
|
-
conversionState: components["schemas"]["TransferState"];
|
1237
|
+
fulfilment: components["schemas"]["IlpFulfilment"] & unknown;
|
1238
|
+
completedTimestamp: components["schemas"]["DateTime"] & unknown;
|
1239
|
+
conversionState: components["schemas"]["TransferState"] & unknown;
|
994
1240
|
/**
|
995
1241
|
* FxTransfersPostBackendResponse
|
996
1242
|
* @description The object sent as a response for the POST /fxTransfers request.
|
@@ -1019,22 +1265,34 @@ export interface components {
|
|
1019
1265
|
responses: {
|
1020
1266
|
/** @description OK */
|
1021
1267
|
200: {
|
1022
|
-
|
1268
|
+
headers: {
|
1269
|
+
[name: string]: unknown;
|
1270
|
+
};
|
1271
|
+
content?: never;
|
1023
1272
|
};
|
1024
1273
|
/** @description Malformed or missing required headers or parameters. */
|
1025
1274
|
400: {
|
1275
|
+
headers: {
|
1276
|
+
[name: string]: unknown;
|
1277
|
+
};
|
1026
1278
|
content: {
|
1027
1279
|
"application/json": components["schemas"]["errorResponse"];
|
1028
1280
|
};
|
1029
1281
|
};
|
1030
1282
|
/** @description Not Found */
|
1031
1283
|
404: {
|
1284
|
+
headers: {
|
1285
|
+
[name: string]: unknown;
|
1286
|
+
};
|
1032
1287
|
content: {
|
1033
1288
|
"application/json": components["schemas"]["errorResponse"];
|
1034
1289
|
};
|
1035
1290
|
};
|
1036
1291
|
/** @description An error occurred processing the request. */
|
1037
1292
|
500: {
|
1293
|
+
headers: {
|
1294
|
+
[name: string]: unknown;
|
1295
|
+
};
|
1038
1296
|
content: {
|
1039
1297
|
"application/json": components["schemas"]["errorResponse"];
|
1040
1298
|
};
|
@@ -1057,19 +1315,32 @@ export interface components {
|
|
1057
1315
|
pathItems: never;
|
1058
1316
|
}
|
1059
1317
|
export type $defs = Record<string, never>;
|
1060
|
-
export type external = Record<string, never>;
|
1061
1318
|
export interface operations {
|
1062
|
-
/** Health check endpoint. */
|
1063
1319
|
BackendHealthCheck: {
|
1320
|
+
parameters: {
|
1321
|
+
query?: never;
|
1322
|
+
header?: never;
|
1323
|
+
path?: never;
|
1324
|
+
cookie?: never;
|
1325
|
+
};
|
1326
|
+
requestBody?: never;
|
1064
1327
|
responses: {
|
1065
1328
|
/** @description Returns empty body if the service is running. */
|
1066
1329
|
200: {
|
1067
|
-
|
1330
|
+
headers: {
|
1331
|
+
[name: string]: unknown;
|
1332
|
+
};
|
1333
|
+
content?: never;
|
1068
1334
|
};
|
1069
1335
|
};
|
1070
1336
|
};
|
1071
|
-
/** Requests a bulk quote. */
|
1072
1337
|
BackendBulkQuotesPost: {
|
1338
|
+
parameters: {
|
1339
|
+
query?: never;
|
1340
|
+
header?: never;
|
1341
|
+
path?: never;
|
1342
|
+
cookie?: never;
|
1343
|
+
};
|
1073
1344
|
/** @description Incoming request for a bulk quotation. */
|
1074
1345
|
requestBody?: {
|
1075
1346
|
content: {
|
@@ -1079,6 +1350,9 @@ export interface operations {
|
|
1079
1350
|
responses: {
|
1080
1351
|
/** @description A response to the bulk quote request. */
|
1081
1352
|
200: {
|
1353
|
+
headers: {
|
1354
|
+
[name: string]: unknown;
|
1355
|
+
};
|
1082
1356
|
content: {
|
1083
1357
|
"application/json": components["schemas"]["bulkQuoteResponse"];
|
1084
1358
|
};
|
@@ -1087,16 +1361,23 @@ export interface operations {
|
|
1087
1361
|
500: components["responses"]["500"];
|
1088
1362
|
};
|
1089
1363
|
};
|
1090
|
-
/** Requests information relating to a bulk quote identified by the specified identifier value. */
|
1091
1364
|
BackendBulkQuotesGet: {
|
1092
1365
|
parameters: {
|
1366
|
+
query?: never;
|
1367
|
+
header?: never;
|
1093
1368
|
path: {
|
1369
|
+
/** @description The identifier value. */
|
1094
1370
|
idValue: components["parameters"]["idValue"];
|
1095
1371
|
};
|
1372
|
+
cookie?: never;
|
1096
1373
|
};
|
1374
|
+
requestBody?: never;
|
1097
1375
|
responses: {
|
1098
1376
|
/** @description Response containing details of the requested bulk quote. */
|
1099
1377
|
200: {
|
1378
|
+
headers: {
|
1379
|
+
[name: string]: unknown;
|
1380
|
+
};
|
1100
1381
|
content: {
|
1101
1382
|
"application/json": components["schemas"]["bulkQuoteResponse"];
|
1102
1383
|
};
|
@@ -1106,15 +1387,15 @@ export interface operations {
|
|
1106
1387
|
500: components["responses"]["500"];
|
1107
1388
|
};
|
1108
1389
|
};
|
1109
|
-
/**
|
1110
|
-
* Callbacks for the bulk transaction request.
|
1111
|
-
* @description The HTTP request `PUT /bulkTransactions/{bulkTransactionId}` is used to amend information regarding a bulk transaction, i.e. when autoAcceptParty or autoAcceptQuote is false then the payer need to provide confirmation to proceed with further processing of the request. The `{bulkTransactionId}` in the URI should contain the `bulkTransactionId` that was used for the creation of the bulk transfer.
|
1112
|
-
*/
|
1113
1390
|
BackendBulkTransactionsPut: {
|
1114
1391
|
parameters: {
|
1392
|
+
query?: never;
|
1393
|
+
header?: never;
|
1115
1394
|
path: {
|
1395
|
+
/** @description Identifier of the bulk transaction to continue as returned in the response to a `POST /bulkTransaction` request. */
|
1116
1396
|
bulkTransactionId: components["parameters"]["bulkTransactionId"];
|
1117
1397
|
};
|
1398
|
+
cookie?: never;
|
1118
1399
|
};
|
1119
1400
|
requestBody?: {
|
1120
1401
|
content: {
|
@@ -1124,21 +1405,23 @@ export interface operations {
|
|
1124
1405
|
responses: {
|
1125
1406
|
/** @description Bulk transaction information successfully amended. */
|
1126
1407
|
202: {
|
1127
|
-
|
1408
|
+
headers: {
|
1409
|
+
[name: string]: unknown;
|
1410
|
+
};
|
1411
|
+
content?: never;
|
1128
1412
|
};
|
1129
1413
|
400: components["responses"]["400"];
|
1130
1414
|
500: components["responses"]["500"];
|
1131
1415
|
};
|
1132
1416
|
};
|
1133
|
-
/**
|
1134
|
-
* Callback for the requestToPay request.
|
1135
|
-
* @description It is used to notify the DFSP backend about the status of the requestToPayTransfer.
|
1136
|
-
*/
|
1137
1417
|
RequestToPayPut: {
|
1138
1418
|
parameters: {
|
1419
|
+
query?: never;
|
1420
|
+
header?: never;
|
1139
1421
|
path: {
|
1140
1422
|
transactionRequestId: components["parameters"]["transactionRequestId"];
|
1141
1423
|
};
|
1424
|
+
cookie?: never;
|
1142
1425
|
};
|
1143
1426
|
requestBody?: {
|
1144
1427
|
content: {
|
@@ -1148,14 +1431,22 @@ export interface operations {
|
|
1148
1431
|
responses: {
|
1149
1432
|
/** @description OK */
|
1150
1433
|
200: {
|
1151
|
-
|
1434
|
+
headers: {
|
1435
|
+
[name: string]: unknown;
|
1436
|
+
};
|
1437
|
+
content?: never;
|
1152
1438
|
};
|
1153
1439
|
400: components["responses"]["400"];
|
1154
1440
|
500: components["responses"]["500"];
|
1155
1441
|
};
|
1156
1442
|
};
|
1157
|
-
/** Execute bulk transfer of funds from an external account to internal accounts. */
|
1158
1443
|
BackendBulkTransfersPost: {
|
1444
|
+
parameters: {
|
1445
|
+
query?: never;
|
1446
|
+
header?: never;
|
1447
|
+
path?: never;
|
1448
|
+
cookie?: never;
|
1449
|
+
};
|
1159
1450
|
/** @description An incoming bulk transfer request. */
|
1160
1451
|
requestBody?: {
|
1161
1452
|
content: {
|
@@ -1165,6 +1456,9 @@ export interface operations {
|
|
1165
1456
|
responses: {
|
1166
1457
|
/** @description The bulk transfer was accepted. */
|
1167
1458
|
200: {
|
1459
|
+
headers: {
|
1460
|
+
[name: string]: unknown;
|
1461
|
+
};
|
1168
1462
|
content: {
|
1169
1463
|
"application/json": components["schemas"]["bulkTransferResponse"];
|
1170
1464
|
};
|
@@ -1173,16 +1467,23 @@ export interface operations {
|
|
1173
1467
|
500: components["responses"]["500"];
|
1174
1468
|
};
|
1175
1469
|
};
|
1176
|
-
/** Requests information relating to a bulk transfer identified by the specified identifier value. */
|
1177
1470
|
BackendBulkTransfersGet: {
|
1178
1471
|
parameters: {
|
1472
|
+
query?: never;
|
1473
|
+
header?: never;
|
1179
1474
|
path: {
|
1475
|
+
/** @description The identifier value. */
|
1180
1476
|
idValue: components["parameters"]["idValue"];
|
1181
1477
|
};
|
1478
|
+
cookie?: never;
|
1182
1479
|
};
|
1480
|
+
requestBody?: never;
|
1183
1481
|
responses: {
|
1184
1482
|
/** @description Response containing details of the requested bulk transfer. */
|
1185
1483
|
200: {
|
1484
|
+
headers: {
|
1485
|
+
[name: string]: unknown;
|
1486
|
+
};
|
1186
1487
|
content: {
|
1187
1488
|
"application/json": components["schemas"]["bulkTransferResponse"];
|
1188
1489
|
};
|
@@ -1192,16 +1493,22 @@ export interface operations {
|
|
1192
1493
|
500: components["responses"]["500"];
|
1193
1494
|
};
|
1194
1495
|
};
|
1195
|
-
/** Requests OTP. */
|
1196
1496
|
BackendOtpGet: {
|
1197
1497
|
parameters: {
|
1498
|
+
query?: never;
|
1499
|
+
header?: never;
|
1198
1500
|
path: {
|
1199
1501
|
transactionRequestId: components["parameters"]["transactionRequestId"];
|
1200
1502
|
};
|
1503
|
+
cookie?: never;
|
1201
1504
|
};
|
1505
|
+
requestBody?: never;
|
1202
1506
|
responses: {
|
1203
1507
|
/** @description Response containing details of the OTP. */
|
1204
1508
|
200: {
|
1509
|
+
headers: {
|
1510
|
+
[name: string]: unknown;
|
1511
|
+
};
|
1205
1512
|
content: {
|
1206
1513
|
"application/json": components["schemas"]["otpDetails"];
|
1207
1514
|
};
|
@@ -1211,20 +1518,25 @@ export interface operations {
|
|
1211
1518
|
500: components["responses"]["500"];
|
1212
1519
|
};
|
1213
1520
|
};
|
1214
|
-
/**
|
1215
|
-
* Asks for the identifier (fspId) of the scheme participant (FSP) that can handle transfers for the specified identifier type and value.
|
1216
|
-
* @description The HTTP request `GET /participants/{idType}/{idValue}` is used to find out in which FSP the requested party, defined by `{idType}` and `{idValue}`, is located.
|
1217
|
-
*/
|
1218
1521
|
BackendParticipantsGetByTypeAndID: {
|
1219
1522
|
parameters: {
|
1523
|
+
query?: never;
|
1524
|
+
header?: never;
|
1220
1525
|
path: {
|
1526
|
+
/** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
|
1221
1527
|
idType: components["parameters"]["idType"];
|
1528
|
+
/** @description The identifier value. */
|
1222
1529
|
idValue: components["parameters"]["idValue"];
|
1223
1530
|
};
|
1531
|
+
cookie?: never;
|
1224
1532
|
};
|
1533
|
+
requestBody?: never;
|
1225
1534
|
responses: {
|
1226
1535
|
/** @description Response containing details of the requested party. */
|
1227
1536
|
200: {
|
1537
|
+
headers: {
|
1538
|
+
[name: string]: unknown;
|
1539
|
+
};
|
1228
1540
|
content: {
|
1229
1541
|
"application/json": components["schemas"]["participantsResponse"];
|
1230
1542
|
};
|
@@ -1234,21 +1546,27 @@ export interface operations {
|
|
1234
1546
|
500: components["responses"]["500"];
|
1235
1547
|
};
|
1236
1548
|
};
|
1237
|
-
/**
|
1238
|
-
* Asks for the identifier (fspId) of the scheme participant (FSP) that can handle transfers for the specified identifier type and value.
|
1239
|
-
* @description The HTTP request `GET /participants/{idType}/{idValue}/{idSubValue}` is used to find out in which FSP the requested party, defined by `{idType}`, `{idValue}` and `{idSubValue}` is located.
|
1240
|
-
*/
|
1241
1549
|
BackendParticipantsGetByTypeIDAndSubId: {
|
1242
1550
|
parameters: {
|
1551
|
+
query?: never;
|
1552
|
+
header?: never;
|
1243
1553
|
path: {
|
1554
|
+
/** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
|
1244
1555
|
idType: components["parameters"]["idType"];
|
1556
|
+
/** @description The identifier value. */
|
1245
1557
|
idValue: components["parameters"]["idValue"];
|
1558
|
+
/** @description A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`. */
|
1246
1559
|
idSubValue: components["parameters"]["idSubValue"];
|
1247
1560
|
};
|
1561
|
+
cookie?: never;
|
1248
1562
|
};
|
1563
|
+
requestBody?: never;
|
1249
1564
|
responses: {
|
1250
1565
|
/** @description Response containing details of the requested party. */
|
1251
1566
|
200: {
|
1567
|
+
headers: {
|
1568
|
+
[name: string]: unknown;
|
1569
|
+
};
|
1252
1570
|
content: {
|
1253
1571
|
"application/json": components["schemas"]["participantsResponse"];
|
1254
1572
|
};
|
@@ -1258,20 +1576,25 @@ export interface operations {
|
|
1258
1576
|
500: components["responses"]["500"];
|
1259
1577
|
};
|
1260
1578
|
};
|
1261
|
-
/**
|
1262
|
-
* Requests information relating to a transfer party identified by the specified identifier type and value.
|
1263
|
-
* @description The HTTP request `GET /parties/{idType}/{idValue}` is used to look up information regarding the requested transfer party, identified by `{idType}` and `{idValue}`.
|
1264
|
-
*/
|
1265
1579
|
BackendPartiesGetByTypeAndID: {
|
1266
1580
|
parameters: {
|
1581
|
+
query?: never;
|
1582
|
+
header?: never;
|
1267
1583
|
path: {
|
1584
|
+
/** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
|
1268
1585
|
idType: components["parameters"]["idType"];
|
1586
|
+
/** @description The identifier value. */
|
1269
1587
|
idValue: components["parameters"]["idValue"];
|
1270
1588
|
};
|
1589
|
+
cookie?: never;
|
1271
1590
|
};
|
1591
|
+
requestBody?: never;
|
1272
1592
|
responses: {
|
1273
1593
|
/** @description Response containing details of the requested party. */
|
1274
1594
|
200: {
|
1595
|
+
headers: {
|
1596
|
+
[name: string]: unknown;
|
1597
|
+
};
|
1275
1598
|
content: {
|
1276
1599
|
"application/json": components["schemas"]["transferParty"];
|
1277
1600
|
};
|
@@ -1281,21 +1604,27 @@ export interface operations {
|
|
1281
1604
|
500: components["responses"]["500"];
|
1282
1605
|
};
|
1283
1606
|
};
|
1284
|
-
/**
|
1285
|
-
* Requests information relating to a transfer party identified by the specified identifier type, value and subId value.
|
1286
|
-
* @description The HTTP request `GET /parties/{idType}/{idValue}/{idSubValue}` is used to look up information regarding the requested transfer party, identified by `{idType}`, `{idValue}` and `{idSubValue}`.
|
1287
|
-
*/
|
1288
1607
|
BackendPartiesGetByTypeIdAndSubId: {
|
1289
1608
|
parameters: {
|
1609
|
+
query?: never;
|
1610
|
+
header?: never;
|
1290
1611
|
path: {
|
1612
|
+
/** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
|
1291
1613
|
idType: components["parameters"]["idType"];
|
1614
|
+
/** @description The identifier value. */
|
1292
1615
|
idValue: components["parameters"]["idValue"];
|
1616
|
+
/** @description A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`. */
|
1293
1617
|
idSubValue: components["parameters"]["idSubValue"];
|
1294
1618
|
};
|
1619
|
+
cookie?: never;
|
1295
1620
|
};
|
1621
|
+
requestBody?: never;
|
1296
1622
|
responses: {
|
1297
1623
|
/** @description Response containing details of the requested party. */
|
1298
1624
|
200: {
|
1625
|
+
headers: {
|
1626
|
+
[name: string]: unknown;
|
1627
|
+
};
|
1299
1628
|
content: {
|
1300
1629
|
"application/json": components["schemas"]["transferParty"];
|
1301
1630
|
};
|
@@ -1305,11 +1634,13 @@ export interface operations {
|
|
1305
1634
|
500: components["responses"]["500"];
|
1306
1635
|
};
|
1307
1636
|
};
|
1308
|
-
/**
|
1309
|
-
* Requests a quote for the specified transfer.
|
1310
|
-
* @description The HTTP request `POST /quoterequests` is used to request the creation of a quote for the provided financial transaction.
|
1311
|
-
*/
|
1312
1637
|
BackendQuoteRequest: {
|
1638
|
+
parameters: {
|
1639
|
+
query?: never;
|
1640
|
+
header?: never;
|
1641
|
+
path?: never;
|
1642
|
+
cookie?: never;
|
1643
|
+
};
|
1313
1644
|
/** @description Request for a transfer quotation. */
|
1314
1645
|
requestBody?: {
|
1315
1646
|
content: {
|
@@ -1319,6 +1650,9 @@ export interface operations {
|
|
1319
1650
|
responses: {
|
1320
1651
|
/** @description A response to the transfer quotation request. */
|
1321
1652
|
200: {
|
1653
|
+
headers: {
|
1654
|
+
[name: string]: unknown;
|
1655
|
+
};
|
1322
1656
|
content: {
|
1323
1657
|
"application/json": components["schemas"]["quoteResponse"];
|
1324
1658
|
};
|
@@ -1327,8 +1661,13 @@ export interface operations {
|
|
1327
1661
|
500: components["responses"]["500"];
|
1328
1662
|
};
|
1329
1663
|
};
|
1330
|
-
/** Transaction request that supports pull based transfers. */
|
1331
1664
|
BackendTransactionRequest: {
|
1665
|
+
parameters: {
|
1666
|
+
query?: never;
|
1667
|
+
header?: never;
|
1668
|
+
path?: never;
|
1669
|
+
cookie?: never;
|
1670
|
+
};
|
1332
1671
|
/** @description Request for Transaction Request. */
|
1333
1672
|
requestBody?: {
|
1334
1673
|
content: {
|
@@ -1338,6 +1677,9 @@ export interface operations {
|
|
1338
1677
|
responses: {
|
1339
1678
|
/** @description A response to the transfer transaction request. */
|
1340
1679
|
200: {
|
1680
|
+
headers: {
|
1681
|
+
[name: string]: unknown;
|
1682
|
+
};
|
1341
1683
|
content: {
|
1342
1684
|
"application/json": components["schemas"]["transactionRequestResponse"];
|
1343
1685
|
};
|
@@ -1346,11 +1688,13 @@ export interface operations {
|
|
1346
1688
|
500: components["responses"]["500"];
|
1347
1689
|
};
|
1348
1690
|
};
|
1349
|
-
/**
|
1350
|
-
* Transfers funds from an external account to an internal account.
|
1351
|
-
* @description The HTTP request `POST /transfers` is used to request the creation of a transfer for the transfer party.
|
1352
|
-
*/
|
1353
1691
|
BackendTransfersPost: {
|
1692
|
+
parameters: {
|
1693
|
+
query?: never;
|
1694
|
+
header?: never;
|
1695
|
+
path?: never;
|
1696
|
+
cookie?: never;
|
1697
|
+
};
|
1354
1698
|
/** @description An incoming transfer request. */
|
1355
1699
|
requestBody?: {
|
1356
1700
|
content: {
|
@@ -1360,6 +1704,9 @@ export interface operations {
|
|
1360
1704
|
responses: {
|
1361
1705
|
/** @description The transfer was accepted. */
|
1362
1706
|
200: {
|
1707
|
+
headers: {
|
1708
|
+
[name: string]: unknown;
|
1709
|
+
};
|
1363
1710
|
content: {
|
1364
1711
|
"application/json": components["schemas"]["transferResponse"];
|
1365
1712
|
};
|
@@ -1368,19 +1715,22 @@ export interface operations {
|
|
1368
1715
|
500: components["responses"]["500"];
|
1369
1716
|
};
|
1370
1717
|
};
|
1371
|
-
/**
|
1372
|
-
* Retrieves information for a specific transfer.
|
1373
|
-
* @description The HTTP request `GET /transfers/{transferId}` is used to get information regarding a transfer created or requested earlier. The `{transferId}` in the URI should contain the `transferId` that was used for the creation of the transfer.
|
1374
|
-
*/
|
1375
1718
|
BackendTransfersGet: {
|
1376
1719
|
parameters: {
|
1720
|
+
query?: never;
|
1721
|
+
header?: never;
|
1377
1722
|
path: {
|
1378
1723
|
transferId: components["parameters"]["transferId"];
|
1379
1724
|
};
|
1725
|
+
cookie?: never;
|
1380
1726
|
};
|
1727
|
+
requestBody?: never;
|
1381
1728
|
responses: {
|
1382
1729
|
/** @description The transfer was accepted. */
|
1383
1730
|
200: {
|
1731
|
+
headers: {
|
1732
|
+
[name: string]: unknown;
|
1733
|
+
};
|
1384
1734
|
content: {
|
1385
1735
|
"application/json": components["schemas"]["transferDetailsResponse"];
|
1386
1736
|
};
|
@@ -1388,15 +1738,14 @@ export interface operations {
|
|
1388
1738
|
500: components["responses"]["500"];
|
1389
1739
|
};
|
1390
1740
|
};
|
1391
|
-
/**
|
1392
|
-
* Receive notification for a specific transfer.
|
1393
|
-
* @description The HTTP request `PUT /transfers/{transferId}` is used to receive notification for transfer being fulfiled when the FSP is a Payee.
|
1394
|
-
*/
|
1395
1741
|
BackendTransfersPut: {
|
1396
1742
|
parameters: {
|
1743
|
+
query?: never;
|
1744
|
+
header?: never;
|
1397
1745
|
path: {
|
1398
1746
|
transferId: components["parameters"]["transferId"];
|
1399
1747
|
};
|
1748
|
+
cookie?: never;
|
1400
1749
|
};
|
1401
1750
|
/** @description An incoming notification for fulfiled transfer. */
|
1402
1751
|
requestBody?: {
|
@@ -1407,16 +1756,21 @@ export interface operations {
|
|
1407
1756
|
responses: {
|
1408
1757
|
/** @description The notification was accepted. */
|
1409
1758
|
200: {
|
1410
|
-
|
1759
|
+
headers: {
|
1760
|
+
[name: string]: unknown;
|
1761
|
+
};
|
1762
|
+
content?: never;
|
1411
1763
|
};
|
1412
1764
|
500: components["responses"]["500"];
|
1413
1765
|
};
|
1414
1766
|
};
|
1415
|
-
/**
|
1416
|
-
* Calculate FX quote
|
1417
|
-
* @description The HTTP request `POST /fxQuotes` is used to ask an FXP backend to provide a quotation for a currency conversion.
|
1418
|
-
*/
|
1419
1767
|
FxQuotesPost: {
|
1768
|
+
parameters: {
|
1769
|
+
query?: never;
|
1770
|
+
header?: never;
|
1771
|
+
path?: never;
|
1772
|
+
cookie?: never;
|
1773
|
+
};
|
1420
1774
|
/** @description Details of the FX quote request. */
|
1421
1775
|
requestBody: {
|
1422
1776
|
content: {
|
@@ -1426,6 +1780,9 @@ export interface operations {
|
|
1426
1780
|
responses: {
|
1427
1781
|
/** @description Successful response. */
|
1428
1782
|
200: {
|
1783
|
+
headers: {
|
1784
|
+
[name: string]: unknown;
|
1785
|
+
};
|
1429
1786
|
content: {
|
1430
1787
|
"application/json": components["schemas"]["FxQuotesPostBackendResponse"];
|
1431
1788
|
};
|
@@ -1434,11 +1791,13 @@ export interface operations {
|
|
1434
1791
|
500: components["responses"]["500"];
|
1435
1792
|
};
|
1436
1793
|
};
|
1437
|
-
/**
|
1438
|
-
* Perform FX transfer
|
1439
|
-
* @description The HTTP request `POST /fxTransfers` is used to ask an FXP backend to confirm the execution of an agreed currency conversion.
|
1440
|
-
*/
|
1441
1794
|
FxTransfersPost: {
|
1795
|
+
parameters: {
|
1796
|
+
query?: never;
|
1797
|
+
header?: never;
|
1798
|
+
path?: never;
|
1799
|
+
cookie?: never;
|
1800
|
+
};
|
1442
1801
|
/** @description Details of the FX transfer request. */
|
1443
1802
|
requestBody: {
|
1444
1803
|
content: {
|
@@ -1448,6 +1807,9 @@ export interface operations {
|
|
1448
1807
|
responses: {
|
1449
1808
|
/** @description Successful response. */
|
1450
1809
|
200: {
|
1810
|
+
headers: {
|
1811
|
+
[name: string]: unknown;
|
1812
|
+
};
|
1451
1813
|
content: {
|
1452
1814
|
"application/json": components["schemas"]["FxTransfersPostBackendResponse"];
|
1453
1815
|
};
|
@@ -1456,11 +1818,13 @@ export interface operations {
|
|
1456
1818
|
500: components["responses"]["500"];
|
1457
1819
|
};
|
1458
1820
|
};
|
1459
|
-
/**
|
1460
|
-
* FX Commit Notification
|
1461
|
-
* @description The HTTP request `PUT /fxTransfers/{commitRequestId}` is used to notify an FXP backend about the status of currency conversion.
|
1462
|
-
*/
|
1463
1821
|
FxTransfersById: {
|
1822
|
+
parameters: {
|
1823
|
+
query?: never;
|
1824
|
+
header?: never;
|
1825
|
+
path?: never;
|
1826
|
+
cookie?: never;
|
1827
|
+
};
|
1464
1828
|
/** @description Status of the FX transfer. */
|
1465
1829
|
requestBody: {
|
1466
1830
|
content: {
|