@mojaloop/api-snippets 17.2.5 → 17.3.0-snapshot.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (413) hide show
  1. package/README.md +12 -0
  2. package/audit-ci.jsonc +1 -0
  3. package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +0 -1
  4. package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +4855 -0
  5. package/docs/index.html +5 -0
  6. package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +3 -2
  7. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +2837 -0
  8. package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +3 -20
  9. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3451 -0
  10. package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
  11. package/fspiop/v2_0/openapi3/components/headers/Content-Length.yaml +9 -0
  12. package/fspiop/v2_0/openapi3/components/headers/Content-Type.yaml +6 -0
  13. package/fspiop/v2_0/openapi3/components/parameters/Accept.yaml +8 -0
  14. package/fspiop/v2_0/openapi3/components/parameters/Content-Length.yaml +11 -0
  15. package/fspiop/v2_0/openapi3/components/parameters/Content-Type.yaml +8 -0
  16. package/fspiop/v2_0/openapi3/components/parameters/Date.yaml +6 -0
  17. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
  18. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
  19. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
  20. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
  21. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
  22. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
  23. package/fspiop/v2_0/openapi3/components/parameters/ID.yaml +6 -0
  24. package/fspiop/v2_0/openapi3/components/parameters/SourceCurrency.yaml +6 -0
  25. package/fspiop/v2_0/openapi3/components/parameters/SubId.yaml +8 -0
  26. package/fspiop/v2_0/openapi3/components/parameters/TargetCurrency.yaml +6 -0
  27. package/fspiop/v2_0/openapi3/components/parameters/Type.yaml +6 -0
  28. package/fspiop/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
  29. package/fspiop/v2_0/openapi3/components/responses/200.yaml +1 -0
  30. package/fspiop/v2_0/openapi3/components/responses/202.yaml +1 -0
  31. package/fspiop/v2_0/openapi3/components/responses/400.yaml +10 -0
  32. package/fspiop/v2_0/openapi3/components/responses/401.yaml +10 -0
  33. package/fspiop/v2_0/openapi3/components/responses/403.yaml +10 -0
  34. package/fspiop/v2_0/openapi3/components/responses/404.yaml +10 -0
  35. package/fspiop/v2_0/openapi3/components/responses/405.yaml +10 -0
  36. package/fspiop/v2_0/openapi3/components/responses/406.yaml +10 -0
  37. package/fspiop/v2_0/openapi3/components/responses/501.yaml +10 -0
  38. package/fspiop/v2_0/openapi3/components/responses/503.yaml +10 -0
  39. package/fspiop/v2_0/openapi3/components/schemas/Amount.yaml +11 -0
  40. package/fspiop/v2_0/openapi3/components/schemas/AmountType.yaml +14 -0
  41. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationInfo.yaml +11 -0
  42. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationType.yaml +12 -0
  43. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationValue.yaml +9 -0
  44. package/fspiop/v2_0/openapi3/components/schemas/AuthorizationResponse.yaml +12 -0
  45. package/fspiop/v2_0/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +10 -0
  46. package/fspiop/v2_0/openapi3/components/schemas/BalanceOfPayments.yaml +9 -0
  47. package/fspiop/v2_0/openapi3/components/schemas/BinaryString.yaml +7 -0
  48. package/fspiop/v2_0/openapi3/components/schemas/BinaryString32.yaml +7 -0
  49. package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesIDPutResponse.yaml +18 -0
  50. package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesPostRequest.yaml +25 -0
  51. package/fspiop/v2_0/openapi3/components/schemas/BulkTransferState.yaml +18 -0
  52. package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersIDPutResponse.yaml +18 -0
  53. package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersPostRequest.yaml +30 -0
  54. package/fspiop/v2_0/openapi3/components/schemas/Code.yaml +5 -0
  55. package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +10 -0
  56. package/fspiop/v2_0/openapi3/components/schemas/Currency.yaml +174 -0
  57. package/fspiop/v2_0/openapi3/components/schemas/CurrencyConverter.yaml +9 -0
  58. package/fspiop/v2_0/openapi3/components/schemas/Date.yaml +9 -0
  59. package/fspiop/v2_0/openapi3/components/schemas/DateOfBirth.yaml +6 -0
  60. package/fspiop/v2_0/openapi3/components/schemas/DateTime.yaml +14 -0
  61. package/fspiop/v2_0/openapi3/components/schemas/ErrorCode.yaml +11 -0
  62. package/fspiop/v2_0/openapi3/components/schemas/ErrorDescription.yaml +5 -0
  63. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformation.yaml +13 -0
  64. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationObject.yaml +8 -0
  65. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
  66. package/fspiop/v2_0/openapi3/components/schemas/Extension.yaml +11 -0
  67. package/fspiop/v2_0/openapi3/components/schemas/ExtensionKey.yaml +5 -0
  68. package/fspiop/v2_0/openapi3/components/schemas/ExtensionList.yaml +15 -0
  69. package/fspiop/v2_0/openapi3/components/schemas/ExtensionValue.yaml +5 -0
  70. package/fspiop/v2_0/openapi3/components/schemas/FirstName.yaml +9 -0
  71. package/fspiop/v2_0/openapi3/components/schemas/FspId.yaml +5 -0
  72. package/fspiop/v2_0/openapi3/components/schemas/FxCharge.yaml +19 -0
  73. package/fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml +57 -0
  74. package/fspiop/v2_0/openapi3/components/schemas/FxMoney.yaml +10 -0
  75. package/fspiop/v2_0/openapi3/components/schemas/FxQuotesIDPutResponse.yaml +15 -0
  76. package/fspiop/v2_0/openapi3/components/schemas/FxQuotesPostRequest.yaml +15 -0
  77. package/fspiop/v2_0/openapi3/components/schemas/FxRate.yaml +15 -0
  78. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPatchResponse.yaml +16 -0
  79. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml +20 -0
  80. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml +41 -0
  81. package/fspiop/v2_0/openapi3/components/schemas/GeoCode.yaml +13 -0
  82. package/fspiop/v2_0/openapi3/components/schemas/IlpCondition.yaml +5 -0
  83. package/fspiop/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +6 -0
  84. package/fspiop/v2_0/openapi3/components/schemas/IlpPacket.yaml +7 -0
  85. package/fspiop/v2_0/openapi3/components/schemas/IndividualQuote.yaml +29 -0
  86. package/fspiop/v2_0/openapi3/components/schemas/IndividualQuoteResult.yaml +26 -0
  87. package/fspiop/v2_0/openapi3/components/schemas/IndividualTransfer.yaml +19 -0
  88. package/fspiop/v2_0/openapi3/components/schemas/IndividualTransferResult.yaml +14 -0
  89. package/fspiop/v2_0/openapi3/components/schemas/Integer.yaml +7 -0
  90. package/fspiop/v2_0/openapi3/components/schemas/KYCInformation.yaml +33 -0
  91. package/fspiop/v2_0/openapi3/components/schemas/LastName.yaml +9 -0
  92. package/fspiop/v2_0/openapi3/components/schemas/Latitude.yaml +7 -0
  93. package/fspiop/v2_0/openapi3/components/schemas/Longitude.yaml +8 -0
  94. package/fspiop/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +7 -0
  95. package/fspiop/v2_0/openapi3/components/schemas/MiddleName.yaml +9 -0
  96. package/fspiop/v2_0/openapi3/components/schemas/Money.yaml +11 -0
  97. package/fspiop/v2_0/openapi3/components/schemas/Name.yaml +17 -0
  98. package/fspiop/v2_0/openapi3/components/schemas/Note.yaml +6 -0
  99. package/fspiop/v2_0/openapi3/components/schemas/OtpValue.yaml +7 -0
  100. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
  101. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
  102. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
  103. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
  104. package/fspiop/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +8 -0
  105. package/fspiop/v2_0/openapi3/components/schemas/Party.yaml +21 -0
  106. package/fspiop/v2_0/openapi3/components/schemas/PartyComplexName.yaml +10 -0
  107. package/fspiop/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +19 -0
  108. package/fspiop/v2_0/openapi3/components/schemas/PartyIdType.yaml +54 -0
  109. package/fspiop/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +6 -0
  110. package/fspiop/v2_0/openapi3/components/schemas/PartyName.yaml +5 -0
  111. package/fspiop/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +10 -0
  112. package/fspiop/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
  113. package/fspiop/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +7 -0
  114. package/fspiop/v2_0/openapi3/components/schemas/PersonalIdentifierType.yaml +51 -0
  115. package/fspiop/v2_0/openapi3/components/schemas/QRCODE.yaml +5 -0
  116. package/fspiop/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +27 -0
  117. package/fspiop/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +53 -0
  118. package/fspiop/v2_0/openapi3/components/schemas/Refund.yaml +10 -0
  119. package/fspiop/v2_0/openapi3/components/schemas/RefundReason.yaml +6 -0
  120. package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPPutResponse.yaml +13 -0
  121. package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPSourceCurrencyTargetCurrencyPutResponse.yaml +13 -0
  122. package/fspiop/v2_0/openapi3/components/schemas/TokenCode.yaml +6 -0
  123. package/fspiop/v2_0/openapi3/components/schemas/Transaction.yaml +50 -0
  124. package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiator.yaml +16 -0
  125. package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiatorType.yaml +14 -0
  126. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +14 -0
  127. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsIDPutResponse.yaml +12 -0
  128. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +30 -0
  129. package/fspiop/v2_0/openapi3/components/schemas/TransactionScenario.yaml +32 -0
  130. package/fspiop/v2_0/openapi3/components/schemas/TransactionState.yaml +14 -0
  131. package/fspiop/v2_0/openapi3/components/schemas/TransactionSubScenario.yaml +5 -0
  132. package/fspiop/v2_0/openapi3/components/schemas/TransactionType.yaml +20 -0
  133. package/fspiop/v2_0/openapi3/components/schemas/TransactionsIDPutResponse.yaml +14 -0
  134. package/fspiop/v2_0/openapi3/components/schemas/TransferState.yaml +19 -0
  135. package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPatchResponse.yaml +13 -0
  136. package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPutResponse.yaml +14 -0
  137. package/fspiop/v2_0/openapi3/components/schemas/TransfersPostRequest.yaml +28 -0
  138. package/fspiop/v2_0/openapi3/components/schemas/U2FPIN.yaml +8 -0
  139. package/fspiop/v2_0/openapi3/components/schemas/U2FPinValue.yaml +19 -0
  140. package/fspiop/v2_0/openapi3/components/schemas/UndefinedEnum.yaml +6 -0
  141. package/fspiop/v2_0/openapi3/openapi.yaml +126 -0
  142. package/fspiop/v2_0/openapi3/paths/authorizations_ID.yaml +110 -0
  143. package/fspiop/v2_0/openapi3/paths/authorizations_ID_error.yaml +48 -0
  144. package/fspiop/v2_0/openapi3/paths/bulkQuotes.yaml +46 -0
  145. package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID.yaml +79 -0
  146. package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID_error.yaml +49 -0
  147. package/fspiop/v2_0/openapi3/paths/bulkTransfers.yaml +46 -0
  148. package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID.yaml +81 -0
  149. package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID_error.yaml +49 -0
  150. package/fspiop/v2_0/openapi3/paths/fxQuotes.yaml +45 -0
  151. package/fspiop/v2_0/openapi3/paths/fxQuotes_ID.yaml +79 -0
  152. package/fspiop/v2_0/openapi3/paths/fxQuotes_ID_error.yaml +49 -0
  153. package/fspiop/v2_0/openapi3/paths/fxTransfers.yaml +45 -0
  154. package/fspiop/v2_0/openapi3/paths/fxTransfers_ID.yaml +118 -0
  155. package/fspiop/v2_0/openapi3/paths/fxTransfers_ID_error.yaml +49 -0
  156. package/fspiop/v2_0/openapi3/paths/participants.yaml +49 -0
  157. package/fspiop/v2_0/openapi3/paths/participants_ID.yaml +46 -0
  158. package/fspiop/v2_0/openapi3/paths/participants_ID_error.yaml +48 -0
  159. package/fspiop/v2_0/openapi3/paths/participants_Type_ID.yaml +167 -0
  160. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId.yaml +168 -0
  161. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId_error.yaml +50 -0
  162. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_error.yaml +49 -0
  163. package/fspiop/v2_0/openapi3/paths/parties_Type_ID.yaml +81 -0
  164. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId.yaml +82 -0
  165. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId_error.yaml +50 -0
  166. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_error.yaml +49 -0
  167. package/fspiop/v2_0/openapi3/paths/quotes.yaml +46 -0
  168. package/fspiop/v2_0/openapi3/paths/quotes_ID.yaml +79 -0
  169. package/fspiop/v2_0/openapi3/paths/quotes_ID_error.yaml +49 -0
  170. package/fspiop/v2_0/openapi3/paths/services_FXP.yaml +73 -0
  171. package/fspiop/v2_0/openapi3/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +77 -0
  172. package/fspiop/v2_0/openapi3/paths/transactionRequests.yaml +47 -0
  173. package/fspiop/v2_0/openapi3/paths/transactionRequests_ID.yaml +81 -0
  174. package/fspiop/v2_0/openapi3/paths/transactionRequests_ID_error.yaml +50 -0
  175. package/fspiop/v2_0/openapi3/paths/transactions_ID.yaml +80 -0
  176. package/fspiop/v2_0/openapi3/paths/transactions_ID_error.yaml +48 -0
  177. package/fspiop/v2_0/openapi3/paths/transfers.yaml +46 -0
  178. package/fspiop/v2_0/openapi3/paths/transfers_ID.yaml +119 -0
  179. package/fspiop/v2_0/openapi3/paths/transfers_ID_error.yaml +49 -0
  180. package/lib/fspiop/v1_0/openapi.d.ts +0 -1
  181. package/lib/fspiop/v2_0/openapi.d.ts +3982 -0
  182. package/lib/fspiop/v2_0/openapi.js +7 -0
  183. package/lib/fspiop/v2_0/openapi.js.map +1 -0
  184. package/lib/scripts/json-schema-generator.js +4 -5
  185. package/lib/scripts/json-schema-generator.js.map +1 -1
  186. package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +7 -7
  187. package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +1 -1
  188. package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +12 -12
  189. package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +1 -7
  190. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +26898 -0
  191. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +1476 -0
  192. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +7 -0
  193. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +1 -0
  194. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +8814 -0
  195. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +140 -0
  196. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -0
  197. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +133 -0
  198. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +4 -0
  199. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +1 -0
  200. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +38718 -0
  201. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1897 -0
  202. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +7 -0
  203. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +1 -0
  204. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +15536 -0
  205. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +149 -0
  206. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -0
  207. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +142 -0
  208. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +4 -0
  209. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +1 -0
  210. package/package.json +42 -28
  211. package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +0 -1
  212. package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +0 -1
  213. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +0 -5
  214. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +0 -5
  215. package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +0 -1
  216. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +3 -2
  217. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +0 -5
  218. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1494 -0
  219. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +26 -0
  220. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +25 -0
  221. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +21 -0
  222. package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +6 -0
  223. package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +8 -0
  224. package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +6 -0
  225. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +8 -0
  226. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +8 -0
  227. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +8 -0
  228. package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +8 -0
  229. package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +8 -0
  230. package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +1 -0
  231. package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +5 -0
  232. package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +5 -0
  233. package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +5 -0
  234. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +5 -0
  235. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +5 -0
  236. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +5 -0
  237. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +5 -0
  238. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +5 -0
  239. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +5 -0
  240. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +5 -0
  241. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +1 -0
  242. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
  243. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
  244. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +5 -0
  245. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
  246. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +5 -0
  247. package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +5 -0
  248. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +8 -0
  249. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +5 -0
  250. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +5 -0
  251. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +5 -0
  252. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +5 -0
  253. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +5 -0
  254. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +5 -0
  255. package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +5 -0
  256. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +5 -0
  257. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +5 -0
  258. package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +5 -0
  259. package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +5 -0
  260. package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +5 -0
  261. package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +5 -0
  262. package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +11 -0
  263. package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +14 -0
  264. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +11 -0
  265. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +12 -0
  266. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +44 -0
  267. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
  268. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +12 -0
  269. package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +9 -0
  270. package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +10 -0
  271. package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +174 -0
  272. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +6 -0
  273. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +14 -0
  274. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +11 -0
  275. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +5 -0
  276. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +13 -0
  277. package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +11 -0
  278. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +5 -0
  279. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +15 -0
  280. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +5 -0
  281. package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +9 -0
  282. package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +5 -0
  283. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +16 -0
  284. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +14 -0
  285. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +19 -0
  286. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +18 -0
  287. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +28 -0
  288. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +17 -0
  289. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +28 -0
  290. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +17 -0
  291. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +17 -0
  292. package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +13 -0
  293. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +5 -0
  294. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +6 -0
  295. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +8 -0
  296. package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +9 -0
  297. package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +7 -0
  298. package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +8 -0
  299. package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +7 -0
  300. package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +9 -0
  301. package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +11 -0
  302. package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +17 -0
  303. package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +6 -0
  304. package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +21 -0
  305. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +10 -0
  306. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +19 -0
  307. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +54 -0
  308. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +6 -0
  309. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +5 -0
  310. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +8 -0
  311. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +7 -0
  312. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +27 -0
  313. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +53 -0
  314. package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +10 -0
  315. package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +6 -0
  316. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +16 -0
  317. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +14 -0
  318. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +20 -0
  319. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +14 -0
  320. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +32 -0
  321. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +5 -0
  322. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +20 -0
  323. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +19 -0
  324. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +14 -0
  325. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +28 -0
  326. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +15 -0
  327. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +4 -0
  328. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +16 -0
  329. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +23 -0
  330. package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +5 -0
  331. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +9 -0
  332. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +14 -0
  333. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +9 -0
  334. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +8 -0
  335. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +24 -0
  336. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +26 -0
  337. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +4 -0
  338. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +16 -0
  339. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +10 -0
  340. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +10 -0
  341. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +17 -0
  342. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +13 -0
  343. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +34 -0
  344. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +7 -0
  345. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +38 -0
  346. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +35 -0
  347. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +27 -0
  348. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +27 -0
  349. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +6 -0
  350. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +8 -0
  351. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +28 -0
  352. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +29 -0
  353. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +4 -0
  354. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +8 -0
  355. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +3 -0
  356. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +10 -0
  357. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +3 -0
  358. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +8 -0
  359. package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +5 -0
  360. package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +11 -0
  361. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +29 -0
  362. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +25 -0
  363. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +34 -0
  364. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +9 -0
  365. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +14 -0
  366. package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +4 -0
  367. package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +18 -0
  368. package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +12 -0
  369. package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +12 -0
  370. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +48 -0
  371. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +32 -0
  372. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +35 -0
  373. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +5 -0
  374. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +42 -0
  375. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +72 -0
  376. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +10 -0
  377. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +10 -0
  378. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +17 -0
  379. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +9 -0
  380. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +9 -0
  381. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +9 -0
  382. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +9 -0
  383. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +12 -0
  384. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +38 -0
  385. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +41 -0
  386. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +93 -0
  387. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +7 -0
  388. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +19 -0
  389. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +5 -0
  390. package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +66 -0
  391. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +26 -0
  392. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +23 -0
  393. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +24 -0
  394. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +21 -0
  395. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
  396. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +21 -0
  397. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +24 -0
  398. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +26 -0
  399. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +25 -0
  400. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +18 -0
  401. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +19 -0
  402. package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +18 -0
  403. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +22 -0
  404. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +57 -0
  405. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +34 -0
  406. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +29 -0
  407. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +15 -0
  408. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +18 -0
  409. package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +18 -0
  410. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +55 -0
  411. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +59 -0
  412. package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +12 -0
  413. package/tsconfig.build.json +1 -1
@@ -0,0 +1,3982 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+ export interface paths {
6
+ "/interface": {
7
+ /** @description Essential path to include schema definitions that are not used so that these definitions get included into the openapi-cli bundle api definition so that they get converted into typescript definitions. */
8
+ post: operations["test"];
9
+ };
10
+ "/participants/{Type}/{ID}": {
11
+ /**
12
+ * Look up participant information
13
+ * @description The HTTP request `GET /participants/{Type}/{ID}` (or `GET /participants/{Type}/{ID}/{SubId}`) is used to find out in which FSP the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}`, is located (for example, `GET /participants/MSISDN/123456789`, or `GET /participants/BUSINESS/shoecompany/employee1`). This HTTP request should support a query string for filtering of currency. To use filtering of currency, the HTTP request `GET /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
14
+ */
15
+ get: operations["ParticipantsByTypeAndID"];
16
+ /**
17
+ * Return participant information
18
+ * @description The callback `PUT /participants/{Type}/{ID}` (or `PUT /participants/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the lookup, creation, or deletion of the FSP information related to the Party. If the FSP information is deleted, the fspId element should be empty; otherwise the element should include the FSP information for the Party.
19
+ */
20
+ put: operations["ParticipantsByTypeAndID3"];
21
+ /**
22
+ * Create participant information
23
+ * @description The HTTP request `POST /participants/{Type}/{ID}` (or `POST /participants/{Type}/{ID}/{SubId}`) is used to create information in the server regarding the provided identity, defined by `{Type}`, `{ID}`, and optionally `{SubId}` (for example, `POST /participants/MSISDN/123456789` or `POST /participants/BUSINESS/shoecompany/employee1`). An ExtensionList element has been added to this reqeust in version v1.1
24
+ */
25
+ post: operations["ParticipantsByIDAndType"];
26
+ /**
27
+ * Delete participant information
28
+ * @description The HTTP request `DELETE /participants/{Type}/{ID}` (or `DELETE /participants/{Type}/{ID}/{SubId}`) is used to delete information in the server regarding the provided identity, defined by `{Type}` and `{ID}`) (for example, `DELETE /participants/MSISDN/123456789`), and optionally `{SubId}`. This HTTP request should support a query string to delete FSP information regarding a specific currency only. To delete a specific currency only, the HTTP request `DELETE /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
29
+ *
30
+ * **Note:** The Account Lookup System should verify that it is the Party’s current FSP that is deleting the FSP information.
31
+ */
32
+ delete: operations["ParticipantsByTypeAndID2"];
33
+ parameters: {
34
+ header: {
35
+ "Content-Type": components["parameters"]["Content-Type"];
36
+ Date: components["parameters"]["Date"];
37
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
38
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
39
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
40
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
41
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
42
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
43
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
44
+ };
45
+ path: {
46
+ Type: components["parameters"]["Type"];
47
+ ID: components["parameters"]["ID"];
48
+ };
49
+ };
50
+ };
51
+ "/participants/{Type}/{ID}/error": {
52
+ /**
53
+ * Return participant information error
54
+ * @description If the server is unable to find, create or delete the associated FSP of the provided identity, or another processing error occurred, the error callback `PUT /participants/{Type}/{ID}/error` (or `PUT /participants/{Type}/{ID}/{SubId}/error`) is used.
55
+ */
56
+ put: operations["ParticipantsErrorByTypeAndID"];
57
+ };
58
+ "/participants/{Type}/{ID}/{SubId}": {
59
+ /**
60
+ * Look up participant information
61
+ * @description The HTTP request `GET /participants/{Type}/{ID}` (or `GET /participants/{Type}/{ID}/{SubId}`) is used to find out in which FSP the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}`, is located (for example, `GET /participants/MSISDN/123456789`, or `GET /participants/BUSINESS/shoecompany/employee1`). This HTTP request should support a query string for filtering of currency. To use filtering of currency, the HTTP request `GET /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
62
+ */
63
+ get: operations["ParticipantsSubIdByTypeAndID"];
64
+ /**
65
+ * Return participant information
66
+ * @description The callback `PUT /participants/{Type}/{ID}` (or `PUT /participants/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the lookup, creation, or deletion of the FSP information related to the Party. If the FSP information is deleted, the fspId element should be empty; otherwise the element should include the FSP information for the Party.
67
+ */
68
+ put: operations["ParticipantsSubIdByTypeAndID3"];
69
+ /**
70
+ * Create participant information
71
+ * @description The HTTP request `POST /participants/{Type}/{ID}` (or `POST /participants/{Type}/{ID}/{SubId}`) is used to create information in the server regarding the provided identity, defined by `{Type}`, `{ID}`, and optionally `{SubId}` (for example, `POST /participants/MSISDN/123456789` or `POST /participants/BUSINESS/shoecompany/employee1`). An ExtensionList element has been added to this reqeust in version v1.1
72
+ */
73
+ post: operations["ParticipantsSubIdByTypeAndIDPost"];
74
+ /**
75
+ * Delete participant information
76
+ * @description The HTTP request `DELETE /participants/{Type}/{ID}` (or `DELETE /participants/{Type}/{ID}/{SubId}`) is used to delete information in the server regarding the provided identity, defined by `{Type}` and `{ID}`) (for example, `DELETE /participants/MSISDN/123456789`), and optionally `{SubId}`. This HTTP request should support a query string to delete FSP information regarding a specific currency only. To delete a specific currency only, the HTTP request `DELETE /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
77
+ *
78
+ * **Note:** The Account Lookup System should verify that it is the Party’s current FSP that is deleting the FSP information.
79
+ */
80
+ delete: operations["ParticipantsSubIdByTypeAndID2"];
81
+ parameters: {
82
+ header: {
83
+ "Content-Type": components["parameters"]["Content-Type"];
84
+ Date: components["parameters"]["Date"];
85
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
86
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
87
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
88
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
89
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
90
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
91
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
92
+ };
93
+ path: {
94
+ Type: components["parameters"]["Type"];
95
+ ID: components["parameters"]["ID"];
96
+ SubId: components["parameters"]["SubId"];
97
+ };
98
+ };
99
+ };
100
+ "/participants/{Type}/{ID}/{SubId}/error": {
101
+ /**
102
+ * Return participant information error
103
+ * @description If the server is unable to find, create or delete the associated FSP of the provided identity, or another processing error occurred, the error callback `PUT /participants/{Type}/{ID}/error` (or `PUT /participants/{Type}/{ID}/{SubId}/error`) is used.
104
+ */
105
+ put: operations["ParticipantsSubIdErrorByTypeAndID"];
106
+ };
107
+ "/participants": {
108
+ /**
109
+ * Create bulk participant information
110
+ * @description The HTTP request `POST /participants` is used to create information in the server regarding the provided list of identities. This request should be used for bulk creation of FSP information for more than one Party. The optional currency parameter should indicate that each provided Party supports the currency.
111
+ */
112
+ post: operations["Participants1"];
113
+ };
114
+ "/participants/{ID}": {
115
+ /**
116
+ * Return bulk participant information
117
+ * @description The callback `PUT /participants/{ID}` is used to inform the client of the result of the creation of the provided list of identities.
118
+ */
119
+ put: operations["putParticipantsByID"];
120
+ };
121
+ "/participants/{ID}/error": {
122
+ /**
123
+ * Return bulk participant information error
124
+ * @description If there is an error during FSP information creation in the server, the error callback `PUT /participants/{ID}/error` is used. The `{ID}` in the URI should contain the requestId that was used for the creation of the participant information.
125
+ */
126
+ put: operations["ParticipantsByIDAndError"];
127
+ };
128
+ "/parties/{Type}/{ID}": {
129
+ /**
130
+ * Look up party information
131
+ * @description The HTTP request `GET /parties/{Type}/{ID}` (or `GET /parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for example, `GET /parties/MSISDN/123456789`, or `GET /parties/BUSINESS/shoecompany/employee1`).
132
+ */
133
+ get: operations["PartiesByTypeAndID"];
134
+ /**
135
+ * Return party information
136
+ * @description The callback `PUT /parties/{Type}/{ID}` (or `PUT /parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the Party information lookup.
137
+ */
138
+ put: operations["PartiesByTypeAndID2"];
139
+ parameters: {
140
+ header: {
141
+ "Content-Type": components["parameters"]["Content-Type"];
142
+ Date: components["parameters"]["Date"];
143
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
144
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
145
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
146
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
147
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
148
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
149
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
150
+ };
151
+ path: {
152
+ Type: components["parameters"]["Type"];
153
+ ID: components["parameters"]["ID"];
154
+ };
155
+ };
156
+ };
157
+ "/parties/{Type}/{ID}/error": {
158
+ /**
159
+ * Return party information error
160
+ * @description If the server is unable to find Party information of the provided identity, or another processing error occurred, the error callback `PUT /parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubI}/error`) is used.
161
+ */
162
+ put: operations["PartiesErrorByTypeAndID"];
163
+ };
164
+ "/parties/{Type}/{ID}/{SubId}": {
165
+ /**
166
+ * Look up party information
167
+ * @description The HTTP request `GET /parties/{Type}/{ID}` (or `GET /parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for example, `GET /parties/MSISDN/123456789`, or `GET /parties/BUSINESS/shoecompany/employee1`).
168
+ */
169
+ get: operations["PartiesSubIdByTypeAndID"];
170
+ /**
171
+ * Return party information
172
+ * @description The callback `PUT /parties/{Type}/{ID}` (or `PUT /parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the Party information lookup.
173
+ */
174
+ put: operations["PartiesSubIdByTypeAndIDPut"];
175
+ parameters: {
176
+ header: {
177
+ "Content-Type": components["parameters"]["Content-Type"];
178
+ Date: components["parameters"]["Date"];
179
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
180
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
181
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
182
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
183
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
184
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
185
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
186
+ };
187
+ path: {
188
+ Type: components["parameters"]["Type"];
189
+ ID: components["parameters"]["ID"];
190
+ SubId: components["parameters"]["SubId"];
191
+ };
192
+ };
193
+ };
194
+ "/parties/{Type}/{ID}/{SubId}/error": {
195
+ /**
196
+ * Return party information error
197
+ * @description If the server is unable to find Party information of the provided identity, or another processing error occurred, the error callback `PUT /parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubId}/error`) is used.
198
+ */
199
+ put: operations["PartiesSubIdErrorByTypeAndID"];
200
+ };
201
+ "/transactionRequests": {
202
+ /**
203
+ * Perform transaction request
204
+ * @description The HTTP request `POST /transactionRequests` is used to request the creation of a transaction request for the provided financial transaction in the server.
205
+ */
206
+ post: operations["TransactionRequests"];
207
+ };
208
+ "/transactionRequests/{ID}": {
209
+ /**
210
+ * Retrieve transaction request information
211
+ * @description The HTTP request `GET /transactionRequests/{ID}` is used to get information regarding a transaction request created or requested earlier. The `{ID}` in the URI should contain the `transactionRequestId` that was used for the creation of the transaction request.
212
+ */
213
+ get: operations["TransactionRequestsByID"];
214
+ /**
215
+ * Return transaction request information
216
+ * @description The callback `PUT /transactionRequests/{ID}` is used to inform the client of a requested or created transaction request. The `{ID}` in the URI should contain the `transactionRequestId` that was used for the creation of the transaction request, or the `{ID}` that was used in the `GET /transactionRequests/{ID}`.
217
+ */
218
+ put: operations["TransactionRequestsByIDPut"];
219
+ parameters: {
220
+ header: {
221
+ "Content-Type": components["parameters"]["Content-Type"];
222
+ Date: components["parameters"]["Date"];
223
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
224
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
225
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
226
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
227
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
228
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
229
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
230
+ };
231
+ path: {
232
+ ID: components["parameters"]["ID"];
233
+ };
234
+ };
235
+ };
236
+ "/transactionRequests/{ID}/error": {
237
+ /**
238
+ * Return transaction request information error
239
+ * @description If the server is unable to find or create a transaction request, or another processing error occurs, the error callback `PUT /transactionRequests/{ID}/error` is used. The `{ID}` in the URI should contain the `transactionRequestId` that was used for the creation of the transaction request, or the `{ID}` that was used in the `GET /transactionRequests/{ID}`.
240
+ */
241
+ put: operations["TransactionRequestsErrorByID"];
242
+ };
243
+ "/quotes": {
244
+ /**
245
+ * Calculate quote
246
+ * @description The HTTP request `POST /quotes` is used to request the creation of a quote for the provided financial transaction in the server.
247
+ */
248
+ post: operations["Quotes"];
249
+ };
250
+ "/quotes/{ID}": {
251
+ /**
252
+ * Retrieve quote information
253
+ * @description The HTTP request `GET /quotes/{ID}` is used to get information regarding a quote created or requested earlier. The `{ID}` in the URI should contain the `quoteId` that was used for the creation of the quote.
254
+ */
255
+ get: operations["QuotesByID"];
256
+ /**
257
+ * Return quote information
258
+ * @description The callback `PUT /quotes/{ID}` is used to inform the client of a requested or created quote. The `{ID}` in the URI should contain the `quoteId` that was used for the creation of the quote, or the `{ID}` that was used in the `GET /quotes/{ID}` request.
259
+ */
260
+ put: operations["QuotesByID1"];
261
+ parameters: {
262
+ header: {
263
+ "Content-Type": components["parameters"]["Content-Type"];
264
+ Date: components["parameters"]["Date"];
265
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
266
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
267
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
268
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
269
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
270
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
271
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
272
+ };
273
+ path: {
274
+ ID: components["parameters"]["ID"];
275
+ };
276
+ };
277
+ };
278
+ "/quotes/{ID}/error": {
279
+ /**
280
+ * Return quote information error
281
+ * @description If the server is unable to find or create a quote, or some other processing error occurs, the error callback `PUT /quotes/{ID}/error` is used. The `{ID}` in the URI should contain the `quoteId` that was used for the creation of the quote, or the `{ID}` that was used in the `GET /quotes/{ID}` request.
282
+ */
283
+ put: operations["QuotesByIDAndError"];
284
+ };
285
+ "/authorizations/{ID}": {
286
+ /**
287
+ * Perform authorization
288
+ * @description The HTTP request `GET /authorizations/{ID}` is used to request the Payer to enter the applicable credentials in the Payee FSP system. The `{ID}` in the URI should contain the `transactionRequestID`, received from the `POST /transactionRequests` service earlier in the process. This request requires a query string to be included in the URI, with the following key-value pairs*:*
289
+ *
290
+ * - `authenticationType={Type}`, where `{Type}` value is a valid authentication type from the enumeration `AuthenticationType`.
291
+ *
292
+ * - `retriesLeft=={NrOfRetries}`, where `{NrOfRetries}` is the number of retries left before the financial transaction is rejected. `{NrOfRetries}` must be expressed in the form of the data type `Integer`. `retriesLeft=1` means that this is the last retry before the financial transaction is rejected.
293
+ *
294
+ * - `amount={Amount}`, where `{Amount}` is the transaction amount that will be withdrawn from the Payer’s account. `{Amount}` must be expressed in the form of the data type `Amount`.
295
+ *
296
+ * - `currency={Currency}`, where `{Currency}` is the transaction currency for the amount that will be withdrawn from the Payer’s account. The `{Currency}` value must be expressed in the form of the enumeration `CurrencyCode`.
297
+ *
298
+ * The following is an example URI containing all the required key-value pairs in the query string*:*
299
+ *
300
+ * `GET /authorization/3d492671-b7af-4f3f-88de-76169b1bdf88?authenticationType=OTP&retriesLeft=2&amount=102&currency=USD`
301
+ */
302
+ get: operations["AuthorizationsByIDGet"];
303
+ /**
304
+ * Return authorization result
305
+ * @description The callback `PUT /authorizations/{ID}` is used to inform the client of the result of a previously-requested authorization. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /authorizations/{ID}` request.
306
+ */
307
+ put: operations["AuthorizationsByIDPut"];
308
+ parameters: {
309
+ header: {
310
+ "Content-Type": components["parameters"]["Content-Type"];
311
+ Date: components["parameters"]["Date"];
312
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
313
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
314
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
315
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
316
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
317
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
318
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
319
+ };
320
+ path: {
321
+ ID: components["parameters"]["ID"];
322
+ };
323
+ };
324
+ };
325
+ "/authorizations/{ID}/error": {
326
+ /**
327
+ * Return authorization error
328
+ * @description If the server is unable to find the transaction request, or another processing error occurs, the error callback `PUT /authorizations/{ID}/error` is used. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /authorizations/{ID}`.
329
+ */
330
+ put: operations["AuthorizationsByIDAndError"];
331
+ };
332
+ "/transfers": {
333
+ /**
334
+ * Perform transfer
335
+ * @description The HTTP request `POST /transfers` is used to request the creation of a transfer for the next ledger, and a financial transaction for the Payee FSP.
336
+ */
337
+ post: operations["transfers"];
338
+ };
339
+ "/transfers/{ID}": {
340
+ /**
341
+ * Retrieve transfer information
342
+ * @description The HTTP request `GET /transfers/{ID}` is used to get information regarding a transfer created or requested earlier. The `{ID}` in the URI should contain the `transferId` that was used for the creation of the transfer.
343
+ */
344
+ get: operations["TransfersByIDGet"];
345
+ /**
346
+ * Return transfer information
347
+ * @description The callback `PUT /transfers/{ID}` is used to inform the client of a requested or created transfer. The `{ID}` in the URI should contain the `transferId` that was used for the creation of the transfer, or the `{ID}` that was used in the `GET /transfers/{ID}` request.
348
+ */
349
+ put: operations["TransfersByIDPut"];
350
+ /**
351
+ * Return transfer information
352
+ * @description The HTTP request PATCH /transfers/<ID> is used by a Switch to update the state of a previously reserved transfer, if the Payee FSP has requested a commit notification when the Switch has completed processing of the transfer. The <ID> in the URI should contain the transferId that was used for the creation of the transfer. Please note that this request does not generate a callback.
353
+ */
354
+ patch: operations["TransfersByIDPatch"];
355
+ parameters: {
356
+ header: {
357
+ "Content-Type": components["parameters"]["Content-Type"];
358
+ Date: components["parameters"]["Date"];
359
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
360
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
361
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
362
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
363
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
364
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
365
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
366
+ };
367
+ path: {
368
+ ID: components["parameters"]["ID"];
369
+ };
370
+ };
371
+ };
372
+ "/transfers/{ID}/error": {
373
+ /**
374
+ * Return transfer information error
375
+ * @description If the server is unable to find or create a transfer, or another processing error occurs, the error callback `PUT /transfers/{ID}/error` is used. The `{ID}` in the URI should contain the `transferId` that was used for the creation of the transfer, or the `{ID}` that was used in the `GET /transfers/{ID}`.
376
+ */
377
+ put: operations["TransfersByIDAndError"];
378
+ };
379
+ "/transactions/{ID}": {
380
+ /**
381
+ * Retrieve transaction information
382
+ * @description The HTTP request `GET /transactions/{ID}` is used to get transaction information regarding a financial transaction created earlier. The `{ID}` in the URI should contain the `transactionId` that was used for the creation of the quote, as the transaction is created as part of another process (the transfer process).
383
+ */
384
+ get: operations["TransactionsByID"];
385
+ /**
386
+ * Return transaction information
387
+ * @description The callback `PUT /transactions/{ID}` is used to inform the client of a requested transaction. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /transactions/{ID}` request.
388
+ */
389
+ put: operations["TransactionsByID1"];
390
+ parameters: {
391
+ header: {
392
+ "Content-Type": components["parameters"]["Content-Type"];
393
+ Date: components["parameters"]["Date"];
394
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
395
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
396
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
397
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
398
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
399
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
400
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
401
+ };
402
+ path: {
403
+ ID: components["parameters"]["ID"];
404
+ };
405
+ };
406
+ };
407
+ "/transactions/{ID}/error": {
408
+ /**
409
+ * Return transaction information error
410
+ * @description If the server is unable to find or create a transaction, or another processing error occurs, the error callback `PUT /transactions/{ID}/error` is used. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /transactions/{ID}` request.
411
+ */
412
+ put: operations["TransactionsErrorByID"];
413
+ };
414
+ "/bulkQuotes": {
415
+ /**
416
+ * Calculate bulk quote
417
+ * @description The HTTP request `POST /bulkQuotes` is used to request the creation of a bulk quote for the provided financial transactions in the server.
418
+ */
419
+ post: operations["BulkQuotes"];
420
+ };
421
+ "/bulkQuotes/{ID}": {
422
+ /**
423
+ * Retrieve bulk quote information
424
+ * @description The HTTP request `GET /bulkQuotes/{ID}` is used to get information regarding a bulk quote created or requested earlier. The `{ID}` in the URI should contain the `bulkQuoteId` that was used for the creation of the bulk quote.
425
+ */
426
+ get: operations["BulkQuotesByID"];
427
+ /**
428
+ * Return bulk quote information
429
+ * @description The callback `PUT /bulkQuotes/{ID}` is used to inform the client of a requested or created bulk quote. The `{ID}` in the URI should contain the `bulkQuoteId` that was used for the creation of the bulk quote, or the `{ID}` that was used in the `GET /bulkQuotes/{ID}` request.
430
+ */
431
+ put: operations["BulkQuotesByID1"];
432
+ parameters: {
433
+ header: {
434
+ "Content-Type": components["parameters"]["Content-Type"];
435
+ Date: components["parameters"]["Date"];
436
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
437
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
438
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
439
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
440
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
441
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
442
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
443
+ };
444
+ path: {
445
+ ID: components["parameters"]["ID"];
446
+ };
447
+ };
448
+ };
449
+ "/bulkQuotes/{ID}/error": {
450
+ /**
451
+ * Return bulk quote information error
452
+ * @description If the server is unable to find or create a bulk quote, or another processing error occurs, the error callback `PUT /bulkQuotes/{ID}/error` is used. The `{ID}` in the URI should contain the `bulkQuoteId` that was used for the creation of the bulk quote, or the `{ID}` that was used in the `GET /bulkQuotes/{ID}` request.
453
+ */
454
+ put: operations["BulkQuotesErrorByID"];
455
+ };
456
+ "/bulkTransfers": {
457
+ /**
458
+ * Perform bulk transfer
459
+ * @description The HTTP request `POST /bulkTransfers` is used to request the creation of a bulk transfer in the server.
460
+ */
461
+ post: operations["BulkTransfers"];
462
+ };
463
+ "/bulkTransfers/{ID}": {
464
+ /**
465
+ * Retrieve bulk transfer information
466
+ * @description The HTTP request `GET /bulkTransfers/{ID}` is used to get information regarding a bulk transfer created or requested earlier. The `{ID}` in the URI should contain the `bulkTransferId` that was used for the creation of the bulk transfer.
467
+ */
468
+ get: operations["BulkTransferByID"];
469
+ /**
470
+ * Return bulk transfer information
471
+ * @description The callback `PUT /bulkTransfers/{ID}` is used to inform the client of a requested or created bulk transfer. The `{ID}` in the URI should contain the `bulkTransferId` that was used for the creation of the bulk transfer (`POST /bulkTransfers`), or the `{ID}` that was used in the `GET /bulkTransfers/{ID}` request.
472
+ */
473
+ put: operations["BulkTransfersByIDPut"];
474
+ parameters: {
475
+ header: {
476
+ "Content-Type": components["parameters"]["Content-Type"];
477
+ Date: components["parameters"]["Date"];
478
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
479
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
480
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
481
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
482
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
483
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
484
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
485
+ };
486
+ path: {
487
+ ID: components["parameters"]["ID"];
488
+ };
489
+ };
490
+ };
491
+ "/bulkTransfers/{ID}/error": {
492
+ /**
493
+ * Return bulk transfer information error
494
+ * @description If the server is unable to find or create a bulk transfer, or another processing error occurs, the error callback `PUT /bulkTransfers/{ID}/error` is used. The `{ID}` in the URI should contain the `bulkTransferId` that was used for the creation of the bulk transfer (`POST /bulkTransfers`), or the `{ID}` that was used in the `GET /bulkTransfers/{ID}` request.
495
+ */
496
+ put: operations["BulkTransfersErrorByID"];
497
+ };
498
+ "/fxQuotes": {
499
+ /**
500
+ * Calculate FX quote
501
+ * @description The HTTP request `POST /fxQuotes` is used to ask an FXP to provide a quotation for a currency conversion.
502
+ */
503
+ post: operations["FxQuotesPost"];
504
+ };
505
+ "/fxQuotes/{ID}": {
506
+ /**
507
+ * Retrieve FX quote information
508
+ * @description The HTTP request `GET /fxQuotes/{ID}` is used to request information regarding a request for quotation for a currency conversion which the sender has previously issued. The `{ID}` in the URI should contain the `conversionRequestId` that was used for the creation of the quote.
509
+ */
510
+ get: operations["FxQuotesByIDGet"];
511
+ /**
512
+ * Return FX quote information
513
+ * @description The callback `PUT /fxQuotes/{ID}` is used to inform the requester about the outcome of a request for quotation for a currency conversion. The `{ID}` in the URI should contain the `conversionRequestId` that was used for the creation of the FX quote, or the `{ID}` that was used in the `GET /fxQuotes/{ID}` request.
514
+ */
515
+ put: operations["FxQuotesByIdPut"];
516
+ parameters: {
517
+ header: {
518
+ "Content-Type": components["parameters"]["Content-Type"];
519
+ Date: components["parameters"]["Date"];
520
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
521
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
522
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
523
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
524
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
525
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
526
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
527
+ };
528
+ path: {
529
+ ID: components["parameters"]["ID"];
530
+ };
531
+ };
532
+ };
533
+ "/fxQuotes/{ID}/error": {
534
+ /**
535
+ * Return FX quote information error
536
+ * @description If the FXP is unable to find or create a FX quote, or some other processing error occurs, the error callback `PUT /fxQuotes/{ID}/error` is used. The `{ID}` in the URI should contain the `conversionRequestId` that was used for the creation of the FX quote, or the `{ID}` that was used in the `GET /fxQuotes/{ID}` request.
537
+ */
538
+ put: operations["FxQuotesByIDAndErrorPut"];
539
+ };
540
+ "/fxTransfers": {
541
+ /**
542
+ * Perform FX transfer
543
+ * @description The HTTP request `POST /fxTransfers` is used to ask an FXP to confirm the execution of an agreed currency conversion.
544
+ */
545
+ post: operations["FxTransfersPost"];
546
+ };
547
+ "/fxTransfers/{ID}": {
548
+ /**
549
+ * Retrieve FX transfer information
550
+ * @description The HTTP request `GET /fxTransfers/{ID}` s used to request information regarding a request for confirmation of a currency conversion which the sender has previously issued. The `{ID}` in the URI should contain the `commitRequestId` that was used for the creation of the FX transfer.
551
+ */
552
+ get: operations["FxTransfersByIDGet"];
553
+ /**
554
+ * Return FX transfer information
555
+ * @description The callback `PUT /fxTransfers/{ID}` is used to inform the requester about the outcome of a request for execution of a currency conversion. The `{ID}` in the URI should contain the `commitRequestId` that was used for the creation of the FX transfer, or the `{ID}` that was used in the `GET /fxTransfers/{ID}` request.
556
+ */
557
+ put: operations["FxTransfersByIDPut"];
558
+ /**
559
+ * Return FX transfer information
560
+ * @description The HTTP request PATCH /fxTransfers/<ID> is used to inform the requester about the final determination by the switch of the transfer a request for execution of a currency conversion. The <ID> in the URI should contain the commitRequestId that was used for the creation of the FX transfer. Please note that this request does not generate a callback.
561
+ */
562
+ patch: operations["FxTransfersByIDPatch"];
563
+ parameters: {
564
+ header: {
565
+ "Content-Type": components["parameters"]["Content-Type"];
566
+ Date: components["parameters"]["Date"];
567
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
568
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
569
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
570
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
571
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
572
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
573
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
574
+ };
575
+ path: {
576
+ ID: components["parameters"]["ID"];
577
+ };
578
+ };
579
+ };
580
+ "/fxTransfers/{ID}/error": {
581
+ /**
582
+ * Return FX transfer information error
583
+ * @description If the switch or FXP is unable to find or create a FX transfer, or another processing error occurs, the error callback `PUT /fxTransfers/{ID}/error` is used. The `{ID}` in the URI should contain the `commitRequestId` that was used for the creation of the FX transfer, or the `{ID}` that was used in the `GET /fxTransfers/{ID}`.
584
+ */
585
+ put: operations["FxTransfersByIDAndErrorPut"];
586
+ };
587
+ "/services/FXP": {
588
+ /**
589
+ * Obtain a list of the DFSPs in the scheme who provide FXP service
590
+ * @description The HTTP request `GET /services/FXP` is used to request information about the participants in a scheme who offer currency conversion services.
591
+ */
592
+ get: operations["ServicesFXPGet"];
593
+ /** @description The callback `PUT /services/FXP` is used to inform the requester about participants in a scheme who offer currency conversion services. If no participants offer these services, the return object will be blank. */
594
+ put: operations["ServicesFXPPut"];
595
+ parameters: {
596
+ header: {
597
+ "Content-Type": components["parameters"]["Content-Type"];
598
+ Date: components["parameters"]["Date"];
599
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
600
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
601
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
602
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
603
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
604
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
605
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
606
+ };
607
+ };
608
+ };
609
+ "/services/FXP/{SourceCurrency}/{TargetCurrency}": {
610
+ /**
611
+ * Obtain a list of the DFSPs in the scheme who provide FXP service
612
+ * @description The HTTP request `GET /services/FXP/{SourceCurrency}/{TargetCurrency}` is used to request information about the participants in a scheme who offer currency conversion services in a particular currency corridor. The required corridor is specified by giving the ISO 4217 currency code for the SourceCurrency and the TargetCurrency.
613
+ */
614
+ get: operations["ServicesFXPSourceCurrencyTargetCurrencyGet"];
615
+ /** @description The callback `PUT /services/FXP/{SourceCurrency}/{TargetCurrency}` is used to inform the requester about participants in a scheme who offer currency conversion services. If no participants offer these services, the return object will be blank. The required corridor is specified by giving the ISO 4217 currency code for the SourceCurrency and the TargetCurrency. */
616
+ put: operations["ServicesFXPSourceCurrencyTargetCurrencyPut"];
617
+ parameters: {
618
+ header: {
619
+ "Content-Type": components["parameters"]["Content-Type"];
620
+ Date: components["parameters"]["Date"];
621
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
622
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
623
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
624
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
625
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
626
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
627
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
628
+ };
629
+ path: {
630
+ SourceCurrency: components["parameters"]["SourceCurrency"];
631
+ TargetCurrency: components["parameters"]["TargetCurrency"];
632
+ };
633
+ };
634
+ };
635
+ }
636
+ export type webhooks = Record<string, never>;
637
+ export interface components {
638
+ schemas: {
639
+ /** @description The API data type BinaryString is a JSON String. The string is a base64url encoding of a string of raw bytes, where padding (character ‘=’) is added at the end of the data if needed to ensure that the string is a multiple of 4 characters. The length restriction indicates the allowed number of characters. */
640
+ BinaryString: string;
641
+ /** @description The API data type BinaryString32 is a fixed size version of the API data type BinaryString, where the raw underlying data is always of 32 bytes. The data type BinaryString32 should not use a padding character as the size of the underlying data is fixed. */
642
+ BinaryString32: string;
643
+ /**
644
+ * Date
645
+ * @description The API data type Date is a JSON String in a lexical format that is restricted by a regular expression for interoperability reasons. This format, as specified in ISO 8601, contains a date only. A more readable version of the format is yyyy-MM-dd. Examples are "1982-05-23", "1987-08-05”.
646
+ */
647
+ Date: string;
648
+ /**
649
+ * Integer
650
+ * @description The API data type Integer is a JSON String consisting of digits only. Negative numbers and leading zeroes are not allowed. The data type is always limited to a specific number of digits.
651
+ */
652
+ Integer: string;
653
+ /**
654
+ * Name
655
+ * @description The API data type Name is a JSON String, restricted by a regular expression to avoid characters which are generally not used in a name.
656
+ *
657
+ * Regular Expression - The regular expression for restricting the Name type is "^(?!\s*$)[\w .,'-]{1,128}$". The restriction does not allow a string consisting of whitespace only, all Unicode characters are allowed, as well as the period (.) (apostrophe (‘), dash (-), comma (,) and space characters ( ).
658
+ *
659
+ * **Note:** In some programming languages, Unicode support must be specifically enabled. For example, if Java is used, the flag UNICODE_CHARACTER_CLASS must be enabled to allow Unicode characters.
660
+ */
661
+ Name: string;
662
+ /**
663
+ * PersonalIdentifierType
664
+ * @description Below are the allowed values for the enumeration.
665
+ * - PASSPORT - A passport number is used as reference to a Party.
666
+ * - NATIONAL_REGISTRATION - A national registration number is used as reference to a Party.
667
+ * - DRIVING_LICENSE - A driving license is used as reference to a Party.
668
+ * - ALIEN_REGISTRATION - An alien registration number is used as reference to a Party.
669
+ * - NATIONAL_ID_CARD - A national ID card number is used as reference to a Party.
670
+ * - EMPLOYER_ID - A tax identification number is used as reference to a Party.
671
+ * - TAX_ID_NUMBER - A tax identification number is used as reference to a Party.
672
+ * - SENIOR_CITIZENS_CARD - A senior citizens card number is used as reference to a Party.
673
+ * - MARRIAGE_CERTIFICATE - A marriage certificate number is used as reference to a Party.
674
+ * - HEALTH_CARD - A health card number is used as reference to a Party.
675
+ * - VOTERS_ID - A voter’s identification number is used as reference to a Party.
676
+ * - UNITED_NATIONS - An UN (United Nations) number is used as reference to a Party.
677
+ * - OTHER_ID - Any other type of identification type number is used as reference to a Party.
678
+ * @enum {string}
679
+ */
680
+ PersonalIdentifierType: "PASSPORT" | "NATIONAL_REGISTRATION" | "DRIVING_LICENSE" | "ALIEN_REGISTRATION" | "NATIONAL_ID_CARD" | "EMPLOYER_ID" | "TAX_ID_NUMBER" | "SENIOR_CITIZENS_CARD" | "MARRIAGE_CERTIFICATE" | "HEALTH_CARD" | "VOTERS_ID" | "UNITED_NATIONS" | "OTHER_ID";
681
+ /**
682
+ * TokenCode
683
+ * @description The API data type TokenCode is a JSON String between 4 and 32 characters, consisting of digits or upper- or lowercase characters from a to z.
684
+ */
685
+ TokenCode: string;
686
+ /**
687
+ * CorrelationId
688
+ * @description Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
689
+ * @example b51ec534-ee48-4575-b6a9-ead2955b8069
690
+ */
691
+ CorrelationId: string;
692
+ /**
693
+ * PartyIdType
694
+ * @description Below are the allowed values for the enumeration.
695
+ * - 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.
696
+ * - 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).
697
+ * - 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.
698
+ * - 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.
699
+ * - 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.
700
+ * - 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.
701
+ * - 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.
702
+ * - 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.
703
+ * @enum {string}
704
+ */
705
+ PartyIdType: "MSISDN" | "EMAIL" | "PERSONAL_ID" | "BUSINESS" | "DEVICE" | "ACCOUNT_ID" | "IBAN" | "ALIAS";
706
+ /**
707
+ * PartyIdentifier
708
+ * @description Identifier of the Party.
709
+ * @example 16135551212
710
+ */
711
+ PartyIdentifier: string;
712
+ /**
713
+ * PartySubIdOrType
714
+ * @description Either a sub-identifier of a PartyIdentifier, or a sub-type of the PartyIdType, normally a PersonalIdentifierType.
715
+ */
716
+ PartySubIdOrType: string;
717
+ /**
718
+ * FspId
719
+ * @description FSP identifier.
720
+ */
721
+ FspId: string;
722
+ /**
723
+ * ExtensionKey
724
+ * @description Extension key.
725
+ */
726
+ ExtensionKey: string;
727
+ /**
728
+ * ExtensionValue
729
+ * @description Extension value.
730
+ */
731
+ ExtensionValue: string;
732
+ /**
733
+ * Extension
734
+ * @description Data model for the complex type Extension.
735
+ */
736
+ Extension: {
737
+ key: components["schemas"]["ExtensionKey"];
738
+ value: components["schemas"]["ExtensionValue"];
739
+ };
740
+ /**
741
+ * ExtensionList
742
+ * @description Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
743
+ */
744
+ ExtensionList: {
745
+ /** @description Number of Extension elements. */
746
+ extension: components["schemas"]["Extension"][];
747
+ };
748
+ /**
749
+ * PartyIdInfo
750
+ * @description Data model for the complex type PartyIdInfo. An ExtensionList element has been added to this reqeust in version v1.1
751
+ */
752
+ PartyIdInfo: {
753
+ partyIdType: components["schemas"]["PartyIdType"];
754
+ partyIdentifier: components["schemas"]["PartyIdentifier"];
755
+ partySubIdOrType?: components["schemas"]["PartySubIdOrType"];
756
+ fspId?: components["schemas"]["FspId"];
757
+ extensionList?: components["schemas"]["ExtensionList"];
758
+ };
759
+ /**
760
+ * MerchantClassificationCode
761
+ * @description A limited set of pre-defined numbers. This list would be a limited set of numbers identifying a set of popular merchant types like School Fees, Pubs and Restaurants, Groceries, etc.
762
+ */
763
+ MerchantClassificationCode: string;
764
+ /**
765
+ * PartyName
766
+ * @description Name of the Party. Could be a real name or a nickname.
767
+ */
768
+ PartyName: string;
769
+ /**
770
+ * FirstName
771
+ * @description First name of the Party (Name Type).
772
+ * @example Henrik
773
+ */
774
+ FirstName: string;
775
+ /**
776
+ * MiddleName
777
+ * @description Middle name of the Party (Name Type).
778
+ * @example Johannes
779
+ */
780
+ MiddleName: string;
781
+ /**
782
+ * LastName
783
+ * @description Last name of the Party (Name Type).
784
+ * @example Karlsson
785
+ */
786
+ LastName: string;
787
+ /**
788
+ * PartyComplexName
789
+ * @description Data model for the complex type PartyComplexName.
790
+ */
791
+ PartyComplexName: {
792
+ firstName?: components["schemas"]["FirstName"];
793
+ middleName?: components["schemas"]["MiddleName"];
794
+ lastName?: components["schemas"]["LastName"];
795
+ };
796
+ /**
797
+ * DateofBirth (type Date)
798
+ * @description Date of Birth of the Party.
799
+ * @example 1966-06-16
800
+ */
801
+ DateOfBirth: string;
802
+ /**
803
+ * KYCInformation
804
+ * @description KYC information for the party in a form mandated by an individual scheme.
805
+ * @example {
806
+ * "metadata": {
807
+ * "format": "JSON",
808
+ * "version": "1.0",
809
+ * "description": "Data containing KYC Information"
810
+ * },
811
+ * "data": {
812
+ * "name": "John Doe",
813
+ * "dob": "1980-05-15",
814
+ * "gender": "Male",
815
+ * "address": "123 Main Street, Anytown, USA",
816
+ * "email": "johndoe@example.com",
817
+ * "phone": "+1 555-123-4567",
818
+ * "nationality": "US",
819
+ * "passport_number": "AB1234567",
820
+ * "issue_date": "2010-02-20",
821
+ * "expiry_date": "2025-02-20",
822
+ * "bank_account_number": "1234567890",
823
+ * "bank_name": "Example Bank",
824
+ * "employer": "ABC Company",
825
+ * "occupation": "Software Engineer",
826
+ * "income": "$80,000 per year",
827
+ * "marital_status": "Single",
828
+ * "dependents": 0,
829
+ * "risk_level": "Low"
830
+ * }
831
+ * }
832
+ */
833
+ KYCInformation: string;
834
+ /**
835
+ * PartyPersonalInfo
836
+ * @description Data model for the complex type PartyPersonalInfo.
837
+ */
838
+ PartyPersonalInfo: {
839
+ complexName?: components["schemas"]["PartyComplexName"];
840
+ dateOfBirth?: components["schemas"]["DateOfBirth"];
841
+ kycInformation?: components["schemas"]["KYCInformation"];
842
+ };
843
+ /**
844
+ * Currency
845
+ * @description The currency codes defined in [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) as three-letter alphabetic codes are used as the standard naming representation for currencies.
846
+ * @enum {string}
847
+ */
848
+ Currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XTS" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWD";
849
+ /**
850
+ * Party
851
+ * @description Data model for the complex type Party.
852
+ */
853
+ Party: {
854
+ partyIdInfo: components["schemas"]["PartyIdInfo"];
855
+ merchantClassificationCode?: components["schemas"]["MerchantClassificationCode"];
856
+ name?: components["schemas"]["PartyName"];
857
+ personalInfo?: components["schemas"]["PartyPersonalInfo"];
858
+ /** @description Currencies in which the party can receive funds. */
859
+ supportedCurrencies?: components["schemas"]["Currency"][];
860
+ };
861
+ /**
862
+ * Amount
863
+ * @description The API data type Amount is a JSON String in a canonical format that is restricted by a regular expression for interoperability reasons. This pattern does not allow any trailing zeroes at all, but allows an amount without a minor currency unit. It also only allows four digits in the minor currency unit; a negative value is not allowed. Using more than 18 digits in the major currency unit is not allowed.
864
+ * @example 123.45
865
+ */
866
+ Amount: string;
867
+ /**
868
+ * Money
869
+ * @description Data model for the complex type Money.
870
+ */
871
+ Money: {
872
+ currency: components["schemas"]["Currency"];
873
+ amount: components["schemas"]["Amount"];
874
+ };
875
+ /**
876
+ * CurrencyConverter
877
+ * @description Below are the allowed values for the enumeration CurrencyConverter. - PAYER - Currency conversion should be performed by the payer. - PAYEE - Currency conversion should be performed by the payee.
878
+ * @enum {string}
879
+ */
880
+ CurrencyConverter: "PAYER" | "PAYEE";
881
+ /**
882
+ * FxRate
883
+ * @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.
884
+ */
885
+ FxRate: {
886
+ sourceAmount: components["schemas"]["Money"];
887
+ targetAmount: components["schemas"]["Money"];
888
+ };
889
+ /**
890
+ * TransactionScenario
891
+ * @description Below are the allowed values for the enumeration.
892
+ * - DEPOSIT - Used for performing a Cash-In (deposit) transaction. In a normal scenario, electronic funds are transferred from a Business account to a Consumer account, and physical cash is given from the Consumer to the Business User.
893
+ * - WITHDRAWAL - Used for performing a Cash-Out (withdrawal) transaction. In a normal scenario, electronic funds are transferred from a Consumer’s account to a Business account, and physical cash is given from the Business User to the Consumer.
894
+ * - TRANSFER - Used for performing a P2P (Peer to Peer, or Consumer to Consumer) transaction.
895
+ * - PAYMENT - Usually used for performing a transaction from a Consumer to a Merchant or Organization, but could also be for a B2B (Business to Business) payment. The transaction could be online for a purchase in an Internet store, in a physical store where both the Consumer and Business User are present, a bill payment, a donation, and so on.
896
+ * - REFUND - Used for performing a refund of transaction.
897
+ * @example DEPOSIT
898
+ * @enum {string}
899
+ */
900
+ TransactionScenario: "DEPOSIT" | "WITHDRAWAL" | "TRANSFER" | "PAYMENT" | "REFUND";
901
+ /**
902
+ * TransactionSubScenario
903
+ * @description Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).
904
+ * @example LOCALLY_DEFINED_SUBSCENARIO
905
+ */
906
+ TransactionSubScenario: string;
907
+ /**
908
+ * TransactionInitiator
909
+ * @description Below are the allowed values for the enumeration.
910
+ * - PAYER - Sender of funds is initiating the transaction. The account to send from is either owned by the Payer or is connected to the Payer in some way.
911
+ * - PAYEE - Recipient of the funds is initiating the transaction by sending a transaction request. The Payer must approve the transaction, either automatically by a pre-generated OTP or by pre-approval of the Payee, or by manually approving in his or her own Device.
912
+ * @example PAYEE
913
+ * @enum {string}
914
+ */
915
+ TransactionInitiator: "PAYER" | "PAYEE";
916
+ /**
917
+ * TransactionInitiatorType
918
+ * @description Below are the allowed values for the enumeration.
919
+ * - CONSUMER - Consumer is the initiator of the transaction.
920
+ * - AGENT - Agent is the initiator of the transaction.
921
+ * - BUSINESS - Business is the initiator of the transaction.
922
+ * - DEVICE - Device is the initiator of the transaction.
923
+ * @example CONSUMER
924
+ * @enum {string}
925
+ */
926
+ TransactionInitiatorType: "CONSUMER" | "AGENT" | "BUSINESS" | "DEVICE";
927
+ /**
928
+ * RefundReason
929
+ * @description Reason for the refund.
930
+ * @example Free text indicating reason for the refund.
931
+ */
932
+ RefundReason: string;
933
+ /**
934
+ * Refund
935
+ * @description Data model for the complex type Refund.
936
+ */
937
+ Refund: {
938
+ originalTransactionId: components["schemas"]["CorrelationId"];
939
+ refundReason?: components["schemas"]["RefundReason"];
940
+ };
941
+ /**
942
+ * BalanceOfPayments
943
+ * @description (BopCode) The API data type [BopCode](https://www.imf.org/external/np/sta/bopcode/) is a JSON String of 3 characters, consisting of digits only. Negative numbers are not allowed. A leading zero is not allowed.
944
+ * @example 123
945
+ */
946
+ BalanceOfPayments: string;
947
+ /**
948
+ * TransactionType
949
+ * @description Data model for the complex type TransactionType.
950
+ */
951
+ TransactionType: {
952
+ scenario: components["schemas"]["TransactionScenario"];
953
+ subScenario?: components["schemas"]["TransactionSubScenario"];
954
+ initiator: components["schemas"]["TransactionInitiator"];
955
+ initiatorType: components["schemas"]["TransactionInitiatorType"];
956
+ refundInfo?: components["schemas"]["Refund"];
957
+ balanceOfPayments?: components["schemas"]["BalanceOfPayments"];
958
+ };
959
+ /**
960
+ * Note
961
+ * @description Memo assigned to transaction.
962
+ * @example Note sent to Payee.
963
+ */
964
+ Note: string;
965
+ /**
966
+ * Transaction
967
+ * @description Data model for the complex type Transaction. The Transaction type is used to carry end-to-end data between the Payer FSP and the Payee FSP in the ILP Packet. Both the transactionId and the quoteId in the data model are decided by the Payer FSP in the POST /quotes request.
968
+ */
969
+ Transaction: {
970
+ transactionId: components["schemas"]["CorrelationId"];
971
+ quoteId: components["schemas"]["CorrelationId"];
972
+ payee: components["schemas"]["Party"];
973
+ payer: components["schemas"]["Party"];
974
+ amount: components["schemas"]["Money"];
975
+ payeeReceiveAmount?: components["schemas"]["Money"];
976
+ converter?: components["schemas"]["CurrencyConverter"];
977
+ currencyConversion?: components["schemas"]["FxRate"];
978
+ transactionType: components["schemas"]["TransactionType"];
979
+ note?: components["schemas"]["Note"];
980
+ extensionList?: components["schemas"]["ExtensionList"];
981
+ };
982
+ /**
983
+ * UndefinedEnum
984
+ * @description The API data type UndefinedEnum is a JSON String consisting of 1 to 32 uppercase characters including an underscore character (_).
985
+ */
986
+ UndefinedEnum: string;
987
+ /**
988
+ * ErrorCode
989
+ * @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) represent the specific error.
990
+ * @example 5100
991
+ */
992
+ ErrorCode: string;
993
+ /**
994
+ * ErrorDescription
995
+ * @description Error description string.
996
+ */
997
+ ErrorDescription: string;
998
+ /**
999
+ * ErrorInformation
1000
+ * @description Data model for the complex type ErrorInformation.
1001
+ */
1002
+ ErrorInformation: {
1003
+ errorCode: components["schemas"]["ErrorCode"];
1004
+ errorDescription: components["schemas"]["ErrorDescription"];
1005
+ extensionList?: components["schemas"]["ExtensionList"];
1006
+ };
1007
+ /**
1008
+ * ErrorInformationResponse
1009
+ * @description Data model for the complex type object that contains an optional element ErrorInformation used along with 4xx and 5xx responses.
1010
+ */
1011
+ ErrorInformationResponse: {
1012
+ errorInformation?: components["schemas"]["ErrorInformation"];
1013
+ };
1014
+ /**
1015
+ * ParticipantsTypeIDPutResponse
1016
+ * @description The object sent in the PUT /participants/{Type}/{ID}/{SubId} and /participants/{Type}/{ID} callbacks.
1017
+ */
1018
+ ParticipantsTypeIDPutResponse: {
1019
+ fspId?: components["schemas"]["FspId"];
1020
+ };
1021
+ /**
1022
+ * ParticipantsTypeIDSubIDPostRequest
1023
+ * @description The object sent in the POST /participants/{Type}/{ID}/{SubId} and /participants/{Type}/{ID} requests. An additional optional ExtensionList element has been added as part of v1.1 changes.
1024
+ */
1025
+ ParticipantsTypeIDSubIDPostRequest: {
1026
+ fspId: components["schemas"]["FspId"];
1027
+ currency?: components["schemas"]["Currency"];
1028
+ extensionList?: components["schemas"]["ExtensionList"];
1029
+ };
1030
+ /**
1031
+ * ErrorInformationObject
1032
+ * @description Data model for the complex type object that contains ErrorInformation.
1033
+ */
1034
+ ErrorInformationObject: {
1035
+ errorInformation: components["schemas"]["ErrorInformation"];
1036
+ };
1037
+ /**
1038
+ * ParticipantsPostRequest
1039
+ * @description The object sent in the POST /participants request.
1040
+ */
1041
+ ParticipantsPostRequest: {
1042
+ requestId: components["schemas"]["CorrelationId"];
1043
+ /** @description List of PartyIdInfo elements that the client would like to update or create FSP information about. */
1044
+ partyList: components["schemas"]["PartyIdInfo"][];
1045
+ currency?: components["schemas"]["Currency"];
1046
+ };
1047
+ /**
1048
+ * PartyResult
1049
+ * @description Data model for the complex type PartyResult.
1050
+ */
1051
+ PartyResult: {
1052
+ partyId: components["schemas"]["PartyIdInfo"];
1053
+ errorInformation?: components["schemas"]["ErrorInformation"];
1054
+ };
1055
+ /**
1056
+ * ParticipantsIDPutResponse
1057
+ * @description The object sent in the PUT /participants/{ID} callback.
1058
+ */
1059
+ ParticipantsIDPutResponse: {
1060
+ /** @description List of PartyResult elements that were either created or failed to be created. */
1061
+ partyList: components["schemas"]["PartyResult"][];
1062
+ currency?: components["schemas"]["Currency"];
1063
+ };
1064
+ /**
1065
+ * PartiesTypeIDPutResponse
1066
+ * @description The object sent in the PUT /parties/{Type}/{ID} callback.
1067
+ */
1068
+ PartiesTypeIDPutResponse: {
1069
+ party: components["schemas"]["Party"];
1070
+ };
1071
+ /**
1072
+ * Latitude
1073
+ * @description The API data type Latitude is a JSON String in a lexical format that is restricted by a regular expression for interoperability reasons.
1074
+ * @example +45.4215
1075
+ */
1076
+ Latitude: string;
1077
+ /**
1078
+ * Longitude
1079
+ * @description The API data type Longitude is a JSON String in a lexical format that is restricted by a regular expression for interoperability reasons.
1080
+ * @example +75.6972
1081
+ */
1082
+ Longitude: string;
1083
+ /**
1084
+ * GeoCode
1085
+ * @description Data model for the complex type GeoCode. Indicates the geographic location from where the transaction was initiated.
1086
+ */
1087
+ GeoCode: {
1088
+ latitude: components["schemas"]["Latitude"];
1089
+ longitude: components["schemas"]["Longitude"];
1090
+ };
1091
+ /**
1092
+ * AuthenticationType
1093
+ * @description Below are the allowed values for the enumeration AuthenticationType.
1094
+ * - OTP - One-time password generated by the Payer FSP.
1095
+ * - QRCODE - QR code used as One Time Password.
1096
+ * - U2F - U2F is a new addition isolated to Thirdparty stream.
1097
+ * @example OTP
1098
+ * @enum {string}
1099
+ */
1100
+ AuthenticationType: "OTP" | "QRCODE" | "U2F";
1101
+ /**
1102
+ * DateTime
1103
+ * @description The API data type DateTime is a JSON String in a lexical format that is restricted by a regular expression for interoperability reasons. The format is according to [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html), expressed in a combined date, time and time zone format. A more readable version of the format is yyyy-MM-ddTHH:mm:ss.SSS[-HH:MM]. Examples are "2016-05-24T08:38:08.699-04:00", "2016-05-24T08:38:08.699Z" (where Z indicates Zulu time zone, same as UTC).
1104
+ * @example 2016-05-24T08:38:08.699-04:00
1105
+ */
1106
+ DateTime: string;
1107
+ /**
1108
+ * TransactionRequestsPostRequest
1109
+ * @description The object sent in the POST /transactionRequests request.
1110
+ */
1111
+ TransactionRequestsPostRequest: {
1112
+ transactionRequestId: components["schemas"]["CorrelationId"];
1113
+ payee: components["schemas"]["Party"];
1114
+ payer: components["schemas"]["PartyIdInfo"];
1115
+ amount: components["schemas"]["Money"];
1116
+ transactionType: components["schemas"]["TransactionType"];
1117
+ note?: components["schemas"]["Note"];
1118
+ geoCode?: components["schemas"]["GeoCode"];
1119
+ authenticationType?: components["schemas"]["AuthenticationType"];
1120
+ expiration?: components["schemas"]["DateTime"];
1121
+ extensionList?: components["schemas"]["ExtensionList"];
1122
+ };
1123
+ /**
1124
+ * TransactionRequestState
1125
+ * @description Below are the allowed values for the enumeration.
1126
+ * - RECEIVED - Payer FSP has received the transaction from the Payee FSP.
1127
+ * - PENDING - Payer FSP has sent the transaction request to the Payer.
1128
+ * - ACCEPTED - Payer has approved the transaction.
1129
+ * - REJECTED - Payer has rejected the transaction.
1130
+ * @example RECEIVED
1131
+ * @enum {string}
1132
+ */
1133
+ TransactionRequestState: "RECEIVED" | "PENDING" | "ACCEPTED" | "REJECTED";
1134
+ /**
1135
+ * TransactionRequestsIDPutResponse
1136
+ * @description The object sent in the PUT /transactionRequests/{ID} callback.
1137
+ */
1138
+ TransactionRequestsIDPutResponse: {
1139
+ transactionId?: components["schemas"]["CorrelationId"];
1140
+ transactionRequestState: components["schemas"]["TransactionRequestState"];
1141
+ extensionList?: components["schemas"]["ExtensionList"];
1142
+ };
1143
+ /**
1144
+ * AmountType
1145
+ * @description Below are the allowed values for the enumeration AmountType.
1146
+ * - SEND - Amount the Payer would like to send, that is, the amount that should be withdrawn from the Payer account including any fees.
1147
+ * - 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.
1148
+ * @example RECEIVE
1149
+ * @enum {string}
1150
+ */
1151
+ AmountType: "SEND" | "RECEIVE";
1152
+ /**
1153
+ * QuotesPostRequest
1154
+ * @description The object sent in the POST /quotes request.
1155
+ */
1156
+ QuotesPostRequest: {
1157
+ quoteId: components["schemas"]["CorrelationId"];
1158
+ transactionId: components["schemas"]["CorrelationId"];
1159
+ transactionRequestId?: components["schemas"]["CorrelationId"];
1160
+ payee: components["schemas"]["Party"];
1161
+ payer: components["schemas"]["Party"];
1162
+ amountType: components["schemas"]["AmountType"];
1163
+ amount: components["schemas"]["Money"];
1164
+ fees?: components["schemas"]["Money"];
1165
+ transactionType: components["schemas"]["TransactionType"];
1166
+ converter?: components["schemas"]["CurrencyConverter"];
1167
+ currencyConversion?: components["schemas"]["FxRate"];
1168
+ geoCode?: components["schemas"]["GeoCode"];
1169
+ note?: components["schemas"]["Note"];
1170
+ expiration?: components["schemas"]["DateTime"];
1171
+ extensionList?: components["schemas"]["ExtensionList"];
1172
+ };
1173
+ /**
1174
+ * IlpPacket
1175
+ * @description Information for recipient (transport layer information).
1176
+ * @example AYIBgQAAAAAAAASwNGxldmVsb25lLmRmc3AxLm1lci45T2RTOF81MDdqUUZERmZlakgyOVc4bXFmNEpLMHlGTFGCAUBQU0svMS4wCk5vbmNlOiB1SXlweUYzY3pYSXBFdzVVc05TYWh3CkVuY3J5cHRpb246IG5vbmUKUGF5bWVudC1JZDogMTMyMzZhM2ItOGZhOC00MTYzLTg0NDctNGMzZWQzZGE5OGE3CgpDb250ZW50LUxlbmd0aDogMTM1CkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbgpTZW5kZXItSWRlbnRpZmllcjogOTI4MDYzOTEKCiJ7XCJmZWVcIjowLFwidHJhbnNmZXJDb2RlXCI6XCJpbnZvaWNlXCIsXCJkZWJpdE5hbWVcIjpcImFsaWNlIGNvb3BlclwiLFwiY3JlZGl0TmFtZVwiOlwibWVyIGNoYW50XCIsXCJkZWJpdElkZW50aWZpZXJcIjpcIjkyODA2MzkxXCJ9IgA
1177
+ */
1178
+ IlpPacket: string;
1179
+ /**
1180
+ * IlpCondition
1181
+ * @description Condition that must be attached to the transfer by the Payer.
1182
+ */
1183
+ IlpCondition: string;
1184
+ /**
1185
+ * QuotesIDPutResponse
1186
+ * @description The object sent in the PUT /quotes/{ID} callback.
1187
+ */
1188
+ QuotesIDPutResponse: {
1189
+ transferAmount: components["schemas"]["Money"];
1190
+ payeeReceiveAmount?: components["schemas"]["Money"];
1191
+ payeeFspFee?: components["schemas"]["Money"];
1192
+ payeeFspCommission?: components["schemas"]["Money"];
1193
+ expiration: components["schemas"]["DateTime"];
1194
+ geoCode?: components["schemas"]["GeoCode"];
1195
+ ilpPacket: components["schemas"]["IlpPacket"];
1196
+ condition: components["schemas"]["IlpCondition"];
1197
+ extensionList?: components["schemas"]["ExtensionList"];
1198
+ };
1199
+ /**
1200
+ * OtpValue
1201
+ * @description The API data type OtpValue is a JSON String of 3 to 10 characters, consisting of digits only. Negative numbers are not allowed. One or more leading zeros are allowed.
1202
+ */
1203
+ OtpValue: string;
1204
+ /**
1205
+ * QRCODE
1206
+ * @description QR code used as a One Time Password.
1207
+ */
1208
+ QRCODE: string;
1209
+ /**
1210
+ * U2FPIN
1211
+ * @description U2F challenge-response, where payer FSP verifies if the response provided by end-user device matches the previously registered key.
1212
+ */
1213
+ U2FPIN: string;
1214
+ /**
1215
+ * U2FPinValue
1216
+ * @description U2F challenge-response, where payer FSP verifies if the response provided by end-user device matches the previously registered key.
1217
+ */
1218
+ U2FPinValue: {
1219
+ /** @description U2F challenge-response. */
1220
+ pinValue: components["schemas"]["U2FPIN"];
1221
+ /** @description Sequential counter used for cloning detection. Present only for U2F authentication. */
1222
+ counter: components["schemas"]["Integer"];
1223
+ };
1224
+ /**
1225
+ * AuthenticationValue
1226
+ * @description Contains the authentication value. The format depends on the authentication type used in the AuthenticationInfo complex type.
1227
+ */
1228
+ AuthenticationValue: components["schemas"]["OtpValue"] | components["schemas"]["QRCODE"] | components["schemas"]["U2FPinValue"];
1229
+ /**
1230
+ * AuthenticationInfo
1231
+ * @description Data model for the complex type AuthenticationInfo.
1232
+ */
1233
+ AuthenticationInfo: {
1234
+ authentication: components["schemas"]["AuthenticationType"];
1235
+ authenticationValue: components["schemas"]["AuthenticationValue"];
1236
+ };
1237
+ /**
1238
+ * AuthorizationResponse
1239
+ * @description Below are the allowed values for the enumeration.
1240
+ * - ENTERED - Consumer entered the authentication value.
1241
+ * - REJECTED - Consumer rejected the transaction.
1242
+ * - RESEND - Consumer requested to resend the authentication value.
1243
+ * @example ENTERED
1244
+ * @enum {string}
1245
+ */
1246
+ AuthorizationResponse: "ENTERED" | "REJECTED" | "RESEND";
1247
+ /**
1248
+ * AuthorizationsIDPutResponse
1249
+ * @description The object sent in the PUT /authorizations/{ID} callback.
1250
+ */
1251
+ AuthorizationsIDPutResponse: {
1252
+ authenticationInfo?: components["schemas"]["AuthenticationInfo"];
1253
+ responseType: components["schemas"]["AuthorizationResponse"];
1254
+ };
1255
+ /**
1256
+ * TransfersPostRequest
1257
+ * @description The object sent in the POST /transfers request.
1258
+ */
1259
+ TransfersPostRequest: {
1260
+ transferId: components["schemas"]["CorrelationId"];
1261
+ payeeFsp: components["schemas"]["FspId"];
1262
+ payerFsp: components["schemas"]["FspId"];
1263
+ amount: components["schemas"]["Money"];
1264
+ ilpPacket: components["schemas"]["IlpPacket"];
1265
+ condition: components["schemas"]["IlpCondition"];
1266
+ expiration: components["schemas"]["DateTime"];
1267
+ extensionList?: components["schemas"]["ExtensionList"];
1268
+ };
1269
+ /**
1270
+ * IlpFulfilment
1271
+ * @description Fulfilment that must be attached to the transfer by the Payee.
1272
+ * @example WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8
1273
+ */
1274
+ IlpFulfilment: string;
1275
+ /**
1276
+ * TransferState
1277
+ * @description Below are the allowed values for the enumeration.
1278
+ * - RECEIVED - Next ledger has received the transfer.
1279
+ * - RESERVED - Next ledger has reserved the transfer.
1280
+ * - COMMITTED - Next ledger has successfully performed the transfer.
1281
+ * - ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.
1282
+ * @example RESERVED
1283
+ * @enum {string}
1284
+ */
1285
+ TransferState: "RECEIVED" | "RESERVED" | "COMMITTED" | "ABORTED";
1286
+ /**
1287
+ * TransfersIDPutResponse
1288
+ * @description The object sent in the PUT /transfers/{ID} callback.
1289
+ */
1290
+ TransfersIDPutResponse: {
1291
+ fulfilment?: components["schemas"]["IlpFulfilment"];
1292
+ completedTimestamp?: components["schemas"]["DateTime"];
1293
+ transferState: components["schemas"]["TransferState"];
1294
+ extensionList?: components["schemas"]["ExtensionList"];
1295
+ };
1296
+ /**
1297
+ * TransfersIDPatchResponse
1298
+ * @description PATCH /transfers/{ID} object
1299
+ */
1300
+ TransfersIDPatchResponse: {
1301
+ completedTimestamp: components["schemas"]["DateTime"];
1302
+ transferState: components["schemas"]["TransferState"];
1303
+ extensionList?: components["schemas"]["ExtensionList"];
1304
+ };
1305
+ /**
1306
+ * TransactionState
1307
+ * @description Below are the allowed values for the enumeration.
1308
+ * - RECEIVED - Payee FSP has received the transaction from the Payer FSP.
1309
+ * - PENDING - Payee FSP has validated the transaction.
1310
+ * - COMPLETED - Payee FSP has successfully performed the transaction.
1311
+ * - REJECTED - Payee FSP has failed to perform the transaction.
1312
+ * @example RECEIVED
1313
+ * @enum {string}
1314
+ */
1315
+ TransactionState: "RECEIVED" | "PENDING" | "COMPLETED" | "REJECTED";
1316
+ /**
1317
+ * Code
1318
+ * @description Any code/token returned by the Payee FSP (TokenCode Type).
1319
+ * @example Test-Code
1320
+ */
1321
+ Code: string;
1322
+ /**
1323
+ * TransactionsIDPutResponse
1324
+ * @description The object sent in the PUT /transactions/{ID} callback.
1325
+ */
1326
+ TransactionsIDPutResponse: {
1327
+ completedTimestamp?: components["schemas"]["DateTime"];
1328
+ transactionState: components["schemas"]["TransactionState"];
1329
+ code?: components["schemas"]["Code"];
1330
+ extensionList?: components["schemas"]["ExtensionList"];
1331
+ };
1332
+ /**
1333
+ * IndividualQuote
1334
+ * @description Data model for the complex type IndividualQuote.
1335
+ */
1336
+ IndividualQuote: {
1337
+ quoteId: components["schemas"]["CorrelationId"];
1338
+ transactionId: components["schemas"]["CorrelationId"];
1339
+ payee: components["schemas"]["Party"];
1340
+ amountType: components["schemas"]["AmountType"];
1341
+ amount: components["schemas"]["Money"];
1342
+ fees?: components["schemas"]["Money"];
1343
+ transactionType: components["schemas"]["TransactionType"];
1344
+ note?: components["schemas"]["Note"];
1345
+ extensionList?: components["schemas"]["ExtensionList"];
1346
+ };
1347
+ /**
1348
+ * BulkQuotesPostRequest
1349
+ * @description The object sent in the POST /bulkQuotes request.
1350
+ */
1351
+ BulkQuotesPostRequest: {
1352
+ bulkQuoteId: components["schemas"]["CorrelationId"];
1353
+ payer: components["schemas"]["Party"];
1354
+ geoCode?: components["schemas"]["GeoCode"];
1355
+ expiration?: components["schemas"]["DateTime"];
1356
+ /** @description List of quotes elements. */
1357
+ individualQuotes: components["schemas"]["IndividualQuote"][];
1358
+ extensionList?: components["schemas"]["ExtensionList"];
1359
+ };
1360
+ /**
1361
+ * IndividualQuoteResult
1362
+ * @description Data model for the complex type IndividualQuoteResult.
1363
+ */
1364
+ IndividualQuoteResult: {
1365
+ quoteId: components["schemas"]["CorrelationId"];
1366
+ payee?: components["schemas"]["Party"];
1367
+ transferAmount?: components["schemas"]["Money"];
1368
+ payeeReceiveAmount?: components["schemas"]["Money"];
1369
+ payeeFspFee?: components["schemas"]["Money"];
1370
+ payeeFspCommission?: components["schemas"]["Money"];
1371
+ ilpPacket?: components["schemas"]["IlpPacket"];
1372
+ condition?: components["schemas"]["IlpCondition"];
1373
+ errorInformation?: components["schemas"]["ErrorInformation"];
1374
+ extensionList?: components["schemas"]["ExtensionList"];
1375
+ };
1376
+ /**
1377
+ * BulkQuotesIDPutResponse
1378
+ * @description The object sent in the PUT /bulkQuotes/{ID} callback.
1379
+ */
1380
+ BulkQuotesIDPutResponse: {
1381
+ /** @description Fees for each individual transaction, if any of them are charged per transaction. */
1382
+ individualQuoteResults?: components["schemas"]["IndividualQuoteResult"][];
1383
+ expiration: components["schemas"]["DateTime"];
1384
+ extensionList?: components["schemas"]["ExtensionList"];
1385
+ };
1386
+ /**
1387
+ * IndividualTransfer
1388
+ * @description Data model for the complex type IndividualTransfer.
1389
+ */
1390
+ IndividualTransfer: {
1391
+ transferId: components["schemas"]["CorrelationId"];
1392
+ transferAmount: components["schemas"]["Money"];
1393
+ ilpPacket: components["schemas"]["IlpPacket"];
1394
+ condition: components["schemas"]["IlpCondition"];
1395
+ extensionList?: components["schemas"]["ExtensionList"];
1396
+ };
1397
+ /**
1398
+ * BulkTransfersPostRequest
1399
+ * @description The object sent in the POST /bulkTransfers request.
1400
+ */
1401
+ BulkTransfersPostRequest: {
1402
+ bulkTransferId: components["schemas"]["CorrelationId"];
1403
+ bulkQuoteId: components["schemas"]["CorrelationId"];
1404
+ payerFsp: components["schemas"]["FspId"];
1405
+ payeeFsp: components["schemas"]["FspId"];
1406
+ /** @description List of IndividualTransfer elements. */
1407
+ individualTransfers: components["schemas"]["IndividualTransfer"][];
1408
+ expiration: components["schemas"]["DateTime"];
1409
+ extensionList?: components["schemas"]["ExtensionList"];
1410
+ };
1411
+ /**
1412
+ * IndividualTransferResult
1413
+ * @description Data model for the complex type IndividualTransferResult.
1414
+ */
1415
+ IndividualTransferResult: {
1416
+ transferId: components["schemas"]["CorrelationId"];
1417
+ fulfilment?: components["schemas"]["IlpFulfilment"];
1418
+ errorInformation?: components["schemas"]["ErrorInformation"];
1419
+ extensionList?: components["schemas"]["ExtensionList"];
1420
+ };
1421
+ /**
1422
+ * BulkTransactionState
1423
+ * @description Below are the allowed values for the enumeration.
1424
+ * - RECEIVED - Payee FSP has received the bulk transfer from the Payer FSP.
1425
+ * - PENDING - Payee FSP has validated the bulk transfer.
1426
+ * - ACCEPTED - Payee FSP has accepted to process the bulk transfer.
1427
+ * - PROCESSING - Payee FSP has started to transfer fund to the Payees.
1428
+ * - COMPLETED - Payee FSP has completed transfer of funds to the Payees.
1429
+ * - REJECTED - Payee FSP has rejected to process the bulk transfer.
1430
+ * @example RECEIVED
1431
+ * @enum {string}
1432
+ */
1433
+ BulkTransferState: "RECEIVED" | "PENDING" | "ACCEPTED" | "PROCESSING" | "COMPLETED" | "REJECTED";
1434
+ /**
1435
+ * BulkTransfersIDPutResponse
1436
+ * @description The object sent in the PUT /bulkTransfers/{ID} callback.
1437
+ */
1438
+ BulkTransfersIDPutResponse: {
1439
+ completedTimestamp?: components["schemas"]["DateTime"];
1440
+ /** @description List of IndividualTransferResult elements. */
1441
+ individualTransferResults?: components["schemas"]["IndividualTransferResult"][];
1442
+ bulkTransferState: components["schemas"]["BulkTransferState"];
1443
+ extensionList?: components["schemas"]["ExtensionList"];
1444
+ };
1445
+ /**
1446
+ * FxMoney
1447
+ * @description Data model for the complex type FxMoney; This is based on the type Money but allows the amount to be optional to support FX quotations.
1448
+ */
1449
+ FxMoney: {
1450
+ currency: components["schemas"]["Currency"];
1451
+ amount?: components["schemas"]["Amount"];
1452
+ };
1453
+ /**
1454
+ * FxCharge
1455
+ * @description An FXP will be able to specify a charge which it proposes to levy on the currency conversion operation using a FxCharge object.
1456
+ */
1457
+ FxCharge: {
1458
+ /** @description A description of the charge which is being levied. */
1459
+ chargeType: string;
1460
+ sourceAmount?: components["schemas"]["Money"];
1461
+ targetAmount?: components["schemas"]["Money"];
1462
+ };
1463
+ /**
1464
+ * FxConversion
1465
+ * @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.
1466
+ */
1467
+ FxConversion: {
1468
+ conversionId: components["schemas"]["CorrelationId"];
1469
+ determiningTransferId?: components["schemas"]["CorrelationId"];
1470
+ initiatingFsp: components["schemas"]["FspId"];
1471
+ counterPartyFsp: components["schemas"]["FspId"];
1472
+ amountType: components["schemas"]["AmountType"];
1473
+ sourceAmount: components["schemas"]["FxMoney"];
1474
+ targetAmount: components["schemas"]["FxMoney"];
1475
+ expiration: components["schemas"]["DateTime"];
1476
+ /** @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. */
1477
+ charges?: components["schemas"]["FxCharge"][];
1478
+ extensionList?: components["schemas"]["ExtensionList"];
1479
+ };
1480
+ /**
1481
+ * FxQuotesPostRequest
1482
+ * @description The object sent in the POST /fxQuotes request.
1483
+ */
1484
+ FxQuotesPostRequest: {
1485
+ conversionRequestId: components["schemas"]["CorrelationId"];
1486
+ conversionTerms: components["schemas"]["FxConversion"];
1487
+ };
1488
+ /**
1489
+ * FxQuotesIDPutResponse
1490
+ * @description The object sent in the PUT /fxQuotes/{ID} callback.
1491
+ */
1492
+ FxQuotesIDPutResponse: {
1493
+ condition?: components["schemas"]["IlpCondition"];
1494
+ conversionTerms: components["schemas"]["FxConversion"];
1495
+ };
1496
+ /**
1497
+ * FxTransfersPostRequest
1498
+ * @description The object sent in the POST /fxTransfers request.
1499
+ */
1500
+ FxTransfersPostRequest: {
1501
+ commitRequestId: components["schemas"]["CorrelationId"];
1502
+ determiningTransferId?: components["schemas"]["CorrelationId"];
1503
+ initiatingFsp: components["schemas"]["FspId"];
1504
+ counterPartyFsp: components["schemas"]["FspId"];
1505
+ sourceAmount: components["schemas"]["Money"];
1506
+ targetAmount: components["schemas"]["Money"];
1507
+ condition: components["schemas"]["IlpCondition"];
1508
+ expiration?: components["schemas"]["DateTime"];
1509
+ };
1510
+ /**
1511
+ * FxTransfersIDPutResponse
1512
+ * @description The object sent in the PUT /fxTransfers/{ID} callback.
1513
+ */
1514
+ FxTransfersIDPutResponse: {
1515
+ fulfilment?: components["schemas"]["IlpFulfilment"];
1516
+ completedTimestamp?: components["schemas"]["DateTime"];
1517
+ conversionState: components["schemas"]["TransferState"];
1518
+ extensionList?: components["schemas"]["ExtensionList"];
1519
+ };
1520
+ /**
1521
+ * FxTransfersIDPatchResponse
1522
+ * @description PATCH /fxTransfers/{ID} object
1523
+ */
1524
+ FxTransfersIDPatchResponse: {
1525
+ completedTimestamp?: components["schemas"]["DateTime"];
1526
+ conversionState: components["schemas"]["TransferState"];
1527
+ extensionList?: components["schemas"]["ExtensionList"];
1528
+ };
1529
+ /**
1530
+ * ServicesFXPPutResponse
1531
+ * @description The object sent in the PUT /services/FXP callback.
1532
+ */
1533
+ ServicesFXPPutResponse: {
1534
+ /** @description The FSP Id(s) of the participant(s) who offer currency conversion services. */
1535
+ providers: components["schemas"]["FspId"][];
1536
+ };
1537
+ /**
1538
+ * ServicesFXPSourceCurrencyTargetCurrencyPutResponse
1539
+ * @description The object sent in the PUT /services/FXP/{SourceCurrency}/{TargetCurrency} callback.
1540
+ */
1541
+ ServicesFXPSourceCurrencyTargetCurrencyPutResponse: {
1542
+ /** @description The FSP Id(s) of the participant(s) who offer currency conversion services. */
1543
+ providers: components["schemas"]["FspId"][];
1544
+ };
1545
+ };
1546
+ responses: {
1547
+ /** @description OK */
1548
+ 200: {
1549
+ content: never;
1550
+ };
1551
+ /** @description Accepted */
1552
+ 202: {
1553
+ content: never;
1554
+ };
1555
+ /** @description Bad Request */
1556
+ 400: {
1557
+ headers: {
1558
+ "Content-Length": components["headers"]["Content-Length"];
1559
+ "Content-Type": components["headers"]["Content-Type"];
1560
+ };
1561
+ content: {
1562
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1563
+ };
1564
+ };
1565
+ /** @description Unauthorized */
1566
+ 401: {
1567
+ headers: {
1568
+ "Content-Length": components["headers"]["Content-Length"];
1569
+ "Content-Type": components["headers"]["Content-Type"];
1570
+ };
1571
+ content: {
1572
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1573
+ };
1574
+ };
1575
+ /** @description Forbidden */
1576
+ 403: {
1577
+ headers: {
1578
+ "Content-Length": components["headers"]["Content-Length"];
1579
+ "Content-Type": components["headers"]["Content-Type"];
1580
+ };
1581
+ content: {
1582
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1583
+ };
1584
+ };
1585
+ /** @description Not Found */
1586
+ 404: {
1587
+ headers: {
1588
+ "Content-Length": components["headers"]["Content-Length"];
1589
+ "Content-Type": components["headers"]["Content-Type"];
1590
+ };
1591
+ content: {
1592
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1593
+ };
1594
+ };
1595
+ /** @description Method Not Allowed */
1596
+ 405: {
1597
+ headers: {
1598
+ "Content-Length": components["headers"]["Content-Length"];
1599
+ "Content-Type": components["headers"]["Content-Type"];
1600
+ };
1601
+ content: {
1602
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1603
+ };
1604
+ };
1605
+ /** @description Not Acceptable */
1606
+ 406: {
1607
+ headers: {
1608
+ "Content-Length": components["headers"]["Content-Length"];
1609
+ "Content-Type": components["headers"]["Content-Type"];
1610
+ };
1611
+ content: {
1612
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1613
+ };
1614
+ };
1615
+ /** @description Not Implemented */
1616
+ 501: {
1617
+ headers: {
1618
+ "Content-Length": components["headers"]["Content-Length"];
1619
+ "Content-Type": components["headers"]["Content-Type"];
1620
+ };
1621
+ content: {
1622
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1623
+ };
1624
+ };
1625
+ /** @description Service Unavailable */
1626
+ 503: {
1627
+ headers: {
1628
+ "Content-Length": components["headers"]["Content-Length"];
1629
+ "Content-Type": components["headers"]["Content-Type"];
1630
+ };
1631
+ content: {
1632
+ "application/json": components["schemas"]["ErrorInformationResponse"];
1633
+ };
1634
+ };
1635
+ };
1636
+ parameters: {
1637
+ /** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
1638
+ Type: string;
1639
+ /** @description The identifier value. */
1640
+ ID: string;
1641
+ /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
1642
+ "Content-Type": string;
1643
+ /** @description The `Date` header field indicates the date when the request was sent. */
1644
+ Date: string;
1645
+ /**
1646
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1647
+ *
1648
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
1649
+ */
1650
+ "X-Forwarded-For"?: string;
1651
+ /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
1652
+ "FSPIOP-Source": string;
1653
+ /** @description The `FSPIOP-Destination` header field is a non-HTTP standard field used by the API for HTTP header based routing of requests and responses to the destination. The field must be set by the original sender of the request if the destination is known (valid for all services except GET /parties) so that any entities between the client and the server do not need to parse the payload for routing purposes. If the destination is not known (valid for service GET /parties), the field should be left empty. */
1654
+ "FSPIOP-Destination"?: string;
1655
+ /** @description The `FSPIOP-Encryption` header field is a non-HTTP standard field used by the API for applying end-to-end encryption of the request. */
1656
+ "FSPIOP-Encryption"?: string;
1657
+ /** @description The `FSPIOP-Signature` header field is a non-HTTP standard field used by the API for applying an end-to-end request signature. */
1658
+ "FSPIOP-Signature"?: string;
1659
+ /** @description The `FSPIOP-URI` header field is a non-HTTP standard field used by the API for signature verification, should contain the service URI. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
1660
+ "FSPIOP-URI"?: string;
1661
+ /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
1662
+ "FSPIOP-HTTP-Method"?: string;
1663
+ /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
1664
+ Accept: string;
1665
+ /**
1666
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1667
+ *
1668
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
1669
+ */
1670
+ "Content-Length"?: number;
1671
+ /** @description A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`. */
1672
+ SubId: string;
1673
+ /** @description ISO 4217 currency code for the source currency. */
1674
+ SourceCurrency: string;
1675
+ /** @description ISO 4217 currency code for the target currency. */
1676
+ TargetCurrency: string;
1677
+ };
1678
+ requestBodies: never;
1679
+ headers: {
1680
+ /**
1681
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1682
+ *
1683
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
1684
+ */
1685
+ "Content-Length": number;
1686
+ /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
1687
+ "Content-Type": string;
1688
+ };
1689
+ pathItems: never;
1690
+ }
1691
+ export type $defs = Record<string, never>;
1692
+ export type external = Record<string, never>;
1693
+ export interface operations {
1694
+ /** @description Essential path to include schema definitions that are not used so that these definitions get included into the openapi-cli bundle api definition so that they get converted into typescript definitions. */
1695
+ test: {
1696
+ requestBody?: {
1697
+ content: {
1698
+ "application/json": components["schemas"]["BinaryString"] | components["schemas"]["BinaryString32"] | components["schemas"]["Date"] | components["schemas"]["Integer"] | components["schemas"]["Name"] | components["schemas"]["PersonalIdentifierType"] | components["schemas"]["TokenCode"] | components["schemas"]["Transaction"] | components["schemas"]["UndefinedEnum"];
1699
+ };
1700
+ };
1701
+ responses: {
1702
+ /** @description Ok */
1703
+ 200: {
1704
+ content: never;
1705
+ };
1706
+ };
1707
+ };
1708
+ /**
1709
+ * Look up participant information
1710
+ * @description The HTTP request `GET /participants/{Type}/{ID}` (or `GET /participants/{Type}/{ID}/{SubId}`) is used to find out in which FSP the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}`, is located (for example, `GET /participants/MSISDN/123456789`, or `GET /participants/BUSINESS/shoecompany/employee1`). This HTTP request should support a query string for filtering of currency. To use filtering of currency, the HTTP request `GET /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
1711
+ */
1712
+ ParticipantsByTypeAndID: {
1713
+ parameters: {
1714
+ header: {
1715
+ "Content-Type": components["parameters"]["Content-Type"];
1716
+ Date: components["parameters"]["Date"];
1717
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1718
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1719
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1720
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1721
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1722
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1723
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1724
+ Accept: components["parameters"]["Accept"];
1725
+ };
1726
+ path: {
1727
+ Type: components["parameters"]["Type"];
1728
+ ID: components["parameters"]["ID"];
1729
+ };
1730
+ };
1731
+ responses: {
1732
+ 202: components["responses"]["202"];
1733
+ 400: components["responses"]["400"];
1734
+ 401: components["responses"]["401"];
1735
+ 403: components["responses"]["403"];
1736
+ 404: components["responses"]["404"];
1737
+ 405: components["responses"]["405"];
1738
+ 406: components["responses"]["406"];
1739
+ 501: components["responses"]["501"];
1740
+ 503: components["responses"]["503"];
1741
+ };
1742
+ };
1743
+ /**
1744
+ * Return participant information
1745
+ * @description The callback `PUT /participants/{Type}/{ID}` (or `PUT /participants/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the lookup, creation, or deletion of the FSP information related to the Party. If the FSP information is deleted, the fspId element should be empty; otherwise the element should include the FSP information for the Party.
1746
+ */
1747
+ ParticipantsByTypeAndID3: {
1748
+ parameters: {
1749
+ header: {
1750
+ "Content-Type": components["parameters"]["Content-Type"];
1751
+ Date: components["parameters"]["Date"];
1752
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1753
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1754
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1755
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1756
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1757
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1758
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1759
+ "Content-Length"?: components["parameters"]["Content-Length"];
1760
+ };
1761
+ path: {
1762
+ Type: components["parameters"]["Type"];
1763
+ ID: components["parameters"]["ID"];
1764
+ };
1765
+ };
1766
+ /** @description Participant information returned. */
1767
+ requestBody: {
1768
+ content: {
1769
+ "application/json": components["schemas"]["ParticipantsTypeIDPutResponse"];
1770
+ };
1771
+ };
1772
+ responses: {
1773
+ 200: components["responses"]["200"];
1774
+ 400: components["responses"]["400"];
1775
+ 401: components["responses"]["401"];
1776
+ 403: components["responses"]["403"];
1777
+ 404: components["responses"]["404"];
1778
+ 405: components["responses"]["405"];
1779
+ 406: components["responses"]["406"];
1780
+ 501: components["responses"]["501"];
1781
+ 503: components["responses"]["503"];
1782
+ };
1783
+ };
1784
+ /**
1785
+ * Create participant information
1786
+ * @description The HTTP request `POST /participants/{Type}/{ID}` (or `POST /participants/{Type}/{ID}/{SubId}`) is used to create information in the server regarding the provided identity, defined by `{Type}`, `{ID}`, and optionally `{SubId}` (for example, `POST /participants/MSISDN/123456789` or `POST /participants/BUSINESS/shoecompany/employee1`). An ExtensionList element has been added to this reqeust in version v1.1
1787
+ */
1788
+ ParticipantsByIDAndType: {
1789
+ parameters: {
1790
+ header: {
1791
+ "Content-Type": components["parameters"]["Content-Type"];
1792
+ Date: components["parameters"]["Date"];
1793
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1794
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1795
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1796
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1797
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1798
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1799
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1800
+ Accept: components["parameters"]["Accept"];
1801
+ "Content-Length"?: components["parameters"]["Content-Length"];
1802
+ };
1803
+ path: {
1804
+ Type: components["parameters"]["Type"];
1805
+ ID: components["parameters"]["ID"];
1806
+ };
1807
+ };
1808
+ /** @description Participant information to be created. */
1809
+ requestBody: {
1810
+ content: {
1811
+ "application/json": components["schemas"]["ParticipantsTypeIDSubIDPostRequest"];
1812
+ };
1813
+ };
1814
+ responses: {
1815
+ 202: components["responses"]["202"];
1816
+ 400: components["responses"]["400"];
1817
+ 401: components["responses"]["401"];
1818
+ 403: components["responses"]["403"];
1819
+ 404: components["responses"]["404"];
1820
+ 405: components["responses"]["405"];
1821
+ 406: components["responses"]["406"];
1822
+ 501: components["responses"]["501"];
1823
+ 503: components["responses"]["503"];
1824
+ };
1825
+ };
1826
+ /**
1827
+ * Delete participant information
1828
+ * @description The HTTP request `DELETE /participants/{Type}/{ID}` (or `DELETE /participants/{Type}/{ID}/{SubId}`) is used to delete information in the server regarding the provided identity, defined by `{Type}` and `{ID}`) (for example, `DELETE /participants/MSISDN/123456789`), and optionally `{SubId}`. This HTTP request should support a query string to delete FSP information regarding a specific currency only. To delete a specific currency only, the HTTP request `DELETE /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
1829
+ *
1830
+ * **Note:** The Account Lookup System should verify that it is the Party’s current FSP that is deleting the FSP information.
1831
+ */
1832
+ ParticipantsByTypeAndID2: {
1833
+ parameters: {
1834
+ header: {
1835
+ "Content-Type": components["parameters"]["Content-Type"];
1836
+ Date: components["parameters"]["Date"];
1837
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1838
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1839
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1840
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1841
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1842
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1843
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1844
+ Accept: components["parameters"]["Accept"];
1845
+ };
1846
+ path: {
1847
+ Type: components["parameters"]["Type"];
1848
+ ID: components["parameters"]["ID"];
1849
+ };
1850
+ };
1851
+ responses: {
1852
+ 202: components["responses"]["202"];
1853
+ 400: components["responses"]["400"];
1854
+ 401: components["responses"]["401"];
1855
+ 403: components["responses"]["403"];
1856
+ 404: components["responses"]["404"];
1857
+ 405: components["responses"]["405"];
1858
+ 406: components["responses"]["406"];
1859
+ 501: components["responses"]["501"];
1860
+ 503: components["responses"]["503"];
1861
+ };
1862
+ };
1863
+ /**
1864
+ * Return participant information error
1865
+ * @description If the server is unable to find, create or delete the associated FSP of the provided identity, or another processing error occurred, the error callback `PUT /participants/{Type}/{ID}/error` (or `PUT /participants/{Type}/{ID}/{SubId}/error`) is used.
1866
+ */
1867
+ ParticipantsErrorByTypeAndID: {
1868
+ parameters: {
1869
+ header: {
1870
+ "Content-Length"?: components["parameters"]["Content-Length"];
1871
+ "Content-Type": components["parameters"]["Content-Type"];
1872
+ Date: components["parameters"]["Date"];
1873
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1874
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1875
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1876
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1877
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1878
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1879
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1880
+ };
1881
+ path: {
1882
+ Type: components["parameters"]["Type"];
1883
+ ID: components["parameters"]["ID"];
1884
+ };
1885
+ };
1886
+ /** @description Details of the error returned. */
1887
+ requestBody: {
1888
+ content: {
1889
+ "application/json": components["schemas"]["ErrorInformationObject"];
1890
+ };
1891
+ };
1892
+ responses: {
1893
+ 200: components["responses"]["200"];
1894
+ 400: components["responses"]["400"];
1895
+ 401: components["responses"]["401"];
1896
+ 403: components["responses"]["403"];
1897
+ 404: components["responses"]["404"];
1898
+ 405: components["responses"]["405"];
1899
+ 406: components["responses"]["406"];
1900
+ 501: components["responses"]["501"];
1901
+ 503: components["responses"]["503"];
1902
+ };
1903
+ };
1904
+ /**
1905
+ * Look up participant information
1906
+ * @description The HTTP request `GET /participants/{Type}/{ID}` (or `GET /participants/{Type}/{ID}/{SubId}`) is used to find out in which FSP the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}`, is located (for example, `GET /participants/MSISDN/123456789`, or `GET /participants/BUSINESS/shoecompany/employee1`). This HTTP request should support a query string for filtering of currency. To use filtering of currency, the HTTP request `GET /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
1907
+ */
1908
+ ParticipantsSubIdByTypeAndID: {
1909
+ parameters: {
1910
+ header: {
1911
+ "Content-Type": components["parameters"]["Content-Type"];
1912
+ Date: components["parameters"]["Date"];
1913
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1914
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1915
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1916
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1917
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1918
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1919
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1920
+ Accept: components["parameters"]["Accept"];
1921
+ };
1922
+ path: {
1923
+ Type: components["parameters"]["Type"];
1924
+ ID: components["parameters"]["ID"];
1925
+ SubId: components["parameters"]["SubId"];
1926
+ };
1927
+ };
1928
+ responses: {
1929
+ 202: components["responses"]["202"];
1930
+ 400: components["responses"]["400"];
1931
+ 401: components["responses"]["401"];
1932
+ 403: components["responses"]["403"];
1933
+ 404: components["responses"]["404"];
1934
+ 405: components["responses"]["405"];
1935
+ 406: components["responses"]["406"];
1936
+ 501: components["responses"]["501"];
1937
+ 503: components["responses"]["503"];
1938
+ };
1939
+ };
1940
+ /**
1941
+ * Return participant information
1942
+ * @description The callback `PUT /participants/{Type}/{ID}` (or `PUT /participants/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the lookup, creation, or deletion of the FSP information related to the Party. If the FSP information is deleted, the fspId element should be empty; otherwise the element should include the FSP information for the Party.
1943
+ */
1944
+ ParticipantsSubIdByTypeAndID3: {
1945
+ parameters: {
1946
+ header: {
1947
+ "Content-Type": components["parameters"]["Content-Type"];
1948
+ Date: components["parameters"]["Date"];
1949
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1950
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1951
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1952
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1953
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1954
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1955
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1956
+ "Content-Length"?: components["parameters"]["Content-Length"];
1957
+ };
1958
+ path: {
1959
+ Type: components["parameters"]["Type"];
1960
+ ID: components["parameters"]["ID"];
1961
+ SubId: components["parameters"]["SubId"];
1962
+ };
1963
+ };
1964
+ /** @description Participant information returned. */
1965
+ requestBody: {
1966
+ content: {
1967
+ "application/json": components["schemas"]["ParticipantsTypeIDPutResponse"];
1968
+ };
1969
+ };
1970
+ responses: {
1971
+ 200: components["responses"]["200"];
1972
+ 400: components["responses"]["400"];
1973
+ 401: components["responses"]["401"];
1974
+ 403: components["responses"]["403"];
1975
+ 404: components["responses"]["404"];
1976
+ 405: components["responses"]["405"];
1977
+ 406: components["responses"]["406"];
1978
+ 501: components["responses"]["501"];
1979
+ 503: components["responses"]["503"];
1980
+ };
1981
+ };
1982
+ /**
1983
+ * Create participant information
1984
+ * @description The HTTP request `POST /participants/{Type}/{ID}` (or `POST /participants/{Type}/{ID}/{SubId}`) is used to create information in the server regarding the provided identity, defined by `{Type}`, `{ID}`, and optionally `{SubId}` (for example, `POST /participants/MSISDN/123456789` or `POST /participants/BUSINESS/shoecompany/employee1`). An ExtensionList element has been added to this reqeust in version v1.1
1985
+ */
1986
+ ParticipantsSubIdByTypeAndIDPost: {
1987
+ parameters: {
1988
+ header: {
1989
+ "Content-Type": components["parameters"]["Content-Type"];
1990
+ Date: components["parameters"]["Date"];
1991
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1992
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
1993
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
1994
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
1995
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
1996
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1997
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1998
+ Accept: components["parameters"]["Accept"];
1999
+ "Content-Length"?: components["parameters"]["Content-Length"];
2000
+ };
2001
+ path: {
2002
+ Type: components["parameters"]["Type"];
2003
+ ID: components["parameters"]["ID"];
2004
+ SubId: components["parameters"]["SubId"];
2005
+ };
2006
+ };
2007
+ /** @description Participant information to be created. */
2008
+ requestBody: {
2009
+ content: {
2010
+ "application/json": components["schemas"]["ParticipantsTypeIDSubIDPostRequest"];
2011
+ };
2012
+ };
2013
+ responses: {
2014
+ 202: components["responses"]["202"];
2015
+ 400: components["responses"]["400"];
2016
+ 401: components["responses"]["401"];
2017
+ 403: components["responses"]["403"];
2018
+ 404: components["responses"]["404"];
2019
+ 405: components["responses"]["405"];
2020
+ 406: components["responses"]["406"];
2021
+ 501: components["responses"]["501"];
2022
+ 503: components["responses"]["503"];
2023
+ };
2024
+ };
2025
+ /**
2026
+ * Delete participant information
2027
+ * @description The HTTP request `DELETE /participants/{Type}/{ID}` (or `DELETE /participants/{Type}/{ID}/{SubId}`) is used to delete information in the server regarding the provided identity, defined by `{Type}` and `{ID}`) (for example, `DELETE /participants/MSISDN/123456789`), and optionally `{SubId}`. This HTTP request should support a query string to delete FSP information regarding a specific currency only. To delete a specific currency only, the HTTP request `DELETE /participants/{Type}/{ID}?currency=XYZ` should be used, where `XYZ` is the requested currency.
2028
+ *
2029
+ * **Note:** The Account Lookup System should verify that it is the Party’s current FSP that is deleting the FSP information.
2030
+ */
2031
+ ParticipantsSubIdByTypeAndID2: {
2032
+ parameters: {
2033
+ header: {
2034
+ "Content-Type": components["parameters"]["Content-Type"];
2035
+ Date: components["parameters"]["Date"];
2036
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2037
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2038
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2039
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2040
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2041
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2042
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2043
+ Accept: components["parameters"]["Accept"];
2044
+ };
2045
+ path: {
2046
+ Type: components["parameters"]["Type"];
2047
+ ID: components["parameters"]["ID"];
2048
+ SubId: components["parameters"]["SubId"];
2049
+ };
2050
+ };
2051
+ responses: {
2052
+ 202: components["responses"]["202"];
2053
+ 400: components["responses"]["400"];
2054
+ 401: components["responses"]["401"];
2055
+ 403: components["responses"]["403"];
2056
+ 404: components["responses"]["404"];
2057
+ 405: components["responses"]["405"];
2058
+ 406: components["responses"]["406"];
2059
+ 501: components["responses"]["501"];
2060
+ 503: components["responses"]["503"];
2061
+ };
2062
+ };
2063
+ /**
2064
+ * Return participant information error
2065
+ * @description If the server is unable to find, create or delete the associated FSP of the provided identity, or another processing error occurred, the error callback `PUT /participants/{Type}/{ID}/error` (or `PUT /participants/{Type}/{ID}/{SubId}/error`) is used.
2066
+ */
2067
+ ParticipantsSubIdErrorByTypeAndID: {
2068
+ parameters: {
2069
+ header: {
2070
+ "Content-Length"?: components["parameters"]["Content-Length"];
2071
+ "Content-Type": components["parameters"]["Content-Type"];
2072
+ Date: components["parameters"]["Date"];
2073
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2074
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2075
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2076
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2077
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2078
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2079
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2080
+ };
2081
+ path: {
2082
+ Type: components["parameters"]["Type"];
2083
+ ID: components["parameters"]["ID"];
2084
+ SubId: components["parameters"]["SubId"];
2085
+ };
2086
+ };
2087
+ /** @description Details of the error returned. */
2088
+ requestBody: {
2089
+ content: {
2090
+ "application/json": components["schemas"]["ErrorInformationObject"];
2091
+ };
2092
+ };
2093
+ responses: {
2094
+ 200: components["responses"]["200"];
2095
+ 400: components["responses"]["400"];
2096
+ 401: components["responses"]["401"];
2097
+ 403: components["responses"]["403"];
2098
+ 404: components["responses"]["404"];
2099
+ 405: components["responses"]["405"];
2100
+ 406: components["responses"]["406"];
2101
+ 501: components["responses"]["501"];
2102
+ 503: components["responses"]["503"];
2103
+ };
2104
+ };
2105
+ /**
2106
+ * Create bulk participant information
2107
+ * @description The HTTP request `POST /participants` is used to create information in the server regarding the provided list of identities. This request should be used for bulk creation of FSP information for more than one Party. The optional currency parameter should indicate that each provided Party supports the currency.
2108
+ */
2109
+ Participants1: {
2110
+ parameters: {
2111
+ header: {
2112
+ Accept: components["parameters"]["Accept"];
2113
+ "Content-Length"?: components["parameters"]["Content-Length"];
2114
+ "Content-Type": components["parameters"]["Content-Type"];
2115
+ Date: components["parameters"]["Date"];
2116
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2117
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2118
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2119
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2120
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2121
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2122
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2123
+ };
2124
+ };
2125
+ /** @description Participant information to be created. */
2126
+ requestBody: {
2127
+ content: {
2128
+ "application/json": components["schemas"]["ParticipantsPostRequest"];
2129
+ };
2130
+ };
2131
+ responses: {
2132
+ 202: components["responses"]["202"];
2133
+ 400: components["responses"]["400"];
2134
+ 401: components["responses"]["401"];
2135
+ 403: components["responses"]["403"];
2136
+ 404: components["responses"]["404"];
2137
+ 405: components["responses"]["405"];
2138
+ 406: components["responses"]["406"];
2139
+ 501: components["responses"]["501"];
2140
+ 503: components["responses"]["503"];
2141
+ };
2142
+ };
2143
+ /**
2144
+ * Return bulk participant information
2145
+ * @description The callback `PUT /participants/{ID}` is used to inform the client of the result of the creation of the provided list of identities.
2146
+ */
2147
+ putParticipantsByID: {
2148
+ parameters: {
2149
+ header: {
2150
+ "Content-Length"?: components["parameters"]["Content-Length"];
2151
+ "Content-Type": components["parameters"]["Content-Type"];
2152
+ Date: components["parameters"]["Date"];
2153
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2154
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2155
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2156
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2157
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2158
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2159
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2160
+ };
2161
+ path: {
2162
+ ID: components["parameters"]["ID"];
2163
+ };
2164
+ };
2165
+ /** @description Participant information returned. */
2166
+ requestBody: {
2167
+ content: {
2168
+ "application/json": components["schemas"]["ParticipantsIDPutResponse"];
2169
+ };
2170
+ };
2171
+ responses: {
2172
+ 200: components["responses"]["200"];
2173
+ 400: components["responses"]["400"];
2174
+ 401: components["responses"]["401"];
2175
+ 403: components["responses"]["403"];
2176
+ 404: components["responses"]["404"];
2177
+ 405: components["responses"]["405"];
2178
+ 406: components["responses"]["406"];
2179
+ 501: components["responses"]["501"];
2180
+ 503: components["responses"]["503"];
2181
+ };
2182
+ };
2183
+ /**
2184
+ * Return bulk participant information error
2185
+ * @description If there is an error during FSP information creation in the server, the error callback `PUT /participants/{ID}/error` is used. The `{ID}` in the URI should contain the requestId that was used for the creation of the participant information.
2186
+ */
2187
+ ParticipantsByIDAndError: {
2188
+ parameters: {
2189
+ header: {
2190
+ "Content-Length"?: components["parameters"]["Content-Length"];
2191
+ "Content-Type": components["parameters"]["Content-Type"];
2192
+ Date: components["parameters"]["Date"];
2193
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2194
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2195
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2196
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2197
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2198
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2199
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2200
+ };
2201
+ path: {
2202
+ ID: components["parameters"]["ID"];
2203
+ };
2204
+ };
2205
+ /** @description Details of the error returned. */
2206
+ requestBody: {
2207
+ content: {
2208
+ "application/json": components["schemas"]["ErrorInformationObject"];
2209
+ };
2210
+ };
2211
+ responses: {
2212
+ 200: components["responses"]["200"];
2213
+ 400: components["responses"]["400"];
2214
+ 401: components["responses"]["401"];
2215
+ 403: components["responses"]["403"];
2216
+ 404: components["responses"]["404"];
2217
+ 405: components["responses"]["405"];
2218
+ 406: components["responses"]["406"];
2219
+ 501: components["responses"]["501"];
2220
+ 503: components["responses"]["503"];
2221
+ };
2222
+ };
2223
+ /**
2224
+ * Look up party information
2225
+ * @description The HTTP request `GET /parties/{Type}/{ID}` (or `GET /parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for example, `GET /parties/MSISDN/123456789`, or `GET /parties/BUSINESS/shoecompany/employee1`).
2226
+ */
2227
+ PartiesByTypeAndID: {
2228
+ parameters: {
2229
+ header: {
2230
+ "Content-Type": components["parameters"]["Content-Type"];
2231
+ Date: components["parameters"]["Date"];
2232
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2233
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2234
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2235
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2236
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2237
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2238
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2239
+ Accept: components["parameters"]["Accept"];
2240
+ };
2241
+ path: {
2242
+ Type: components["parameters"]["Type"];
2243
+ ID: components["parameters"]["ID"];
2244
+ };
2245
+ };
2246
+ responses: {
2247
+ 202: components["responses"]["202"];
2248
+ 400: components["responses"]["400"];
2249
+ 401: components["responses"]["401"];
2250
+ 403: components["responses"]["403"];
2251
+ 404: components["responses"]["404"];
2252
+ 405: components["responses"]["405"];
2253
+ 406: components["responses"]["406"];
2254
+ 501: components["responses"]["501"];
2255
+ 503: components["responses"]["503"];
2256
+ };
2257
+ };
2258
+ /**
2259
+ * Return party information
2260
+ * @description The callback `PUT /parties/{Type}/{ID}` (or `PUT /parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the Party information lookup.
2261
+ */
2262
+ PartiesByTypeAndID2: {
2263
+ parameters: {
2264
+ header: {
2265
+ "Content-Type": components["parameters"]["Content-Type"];
2266
+ Date: components["parameters"]["Date"];
2267
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2268
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2269
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2270
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2271
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2272
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2273
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2274
+ "Content-Length"?: components["parameters"]["Content-Length"];
2275
+ };
2276
+ path: {
2277
+ Type: components["parameters"]["Type"];
2278
+ ID: components["parameters"]["ID"];
2279
+ };
2280
+ };
2281
+ /** @description Party information returned. */
2282
+ requestBody: {
2283
+ content: {
2284
+ "application/json": components["schemas"]["PartiesTypeIDPutResponse"];
2285
+ };
2286
+ };
2287
+ responses: {
2288
+ 200: components["responses"]["200"];
2289
+ 400: components["responses"]["400"];
2290
+ 401: components["responses"]["401"];
2291
+ 403: components["responses"]["403"];
2292
+ 404: components["responses"]["404"];
2293
+ 405: components["responses"]["405"];
2294
+ 406: components["responses"]["406"];
2295
+ 501: components["responses"]["501"];
2296
+ 503: components["responses"]["503"];
2297
+ };
2298
+ };
2299
+ /**
2300
+ * Return party information error
2301
+ * @description If the server is unable to find Party information of the provided identity, or another processing error occurred, the error callback `PUT /parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubI}/error`) is used.
2302
+ */
2303
+ PartiesErrorByTypeAndID: {
2304
+ parameters: {
2305
+ header: {
2306
+ "Content-Length"?: components["parameters"]["Content-Length"];
2307
+ "Content-Type": components["parameters"]["Content-Type"];
2308
+ Date: components["parameters"]["Date"];
2309
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2310
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2311
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2312
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2313
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2314
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2315
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2316
+ };
2317
+ path: {
2318
+ Type: components["parameters"]["Type"];
2319
+ ID: components["parameters"]["ID"];
2320
+ };
2321
+ };
2322
+ /** @description Details of the error returned. */
2323
+ requestBody: {
2324
+ content: {
2325
+ "application/json": components["schemas"]["ErrorInformationObject"];
2326
+ };
2327
+ };
2328
+ responses: {
2329
+ 200: components["responses"]["200"];
2330
+ 400: components["responses"]["400"];
2331
+ 401: components["responses"]["401"];
2332
+ 403: components["responses"]["403"];
2333
+ 404: components["responses"]["404"];
2334
+ 405: components["responses"]["405"];
2335
+ 406: components["responses"]["406"];
2336
+ 501: components["responses"]["501"];
2337
+ 503: components["responses"]["503"];
2338
+ };
2339
+ };
2340
+ /**
2341
+ * Look up party information
2342
+ * @description The HTTP request `GET /parties/{Type}/{ID}` (or `GET /parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for example, `GET /parties/MSISDN/123456789`, or `GET /parties/BUSINESS/shoecompany/employee1`).
2343
+ */
2344
+ PartiesSubIdByTypeAndID: {
2345
+ parameters: {
2346
+ header: {
2347
+ "Content-Type": components["parameters"]["Content-Type"];
2348
+ Date: components["parameters"]["Date"];
2349
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2350
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2351
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2352
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2353
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2354
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2355
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2356
+ Accept: components["parameters"]["Accept"];
2357
+ };
2358
+ path: {
2359
+ Type: components["parameters"]["Type"];
2360
+ ID: components["parameters"]["ID"];
2361
+ SubId: components["parameters"]["SubId"];
2362
+ };
2363
+ };
2364
+ responses: {
2365
+ 202: components["responses"]["202"];
2366
+ 400: components["responses"]["400"];
2367
+ 401: components["responses"]["401"];
2368
+ 403: components["responses"]["403"];
2369
+ 404: components["responses"]["404"];
2370
+ 405: components["responses"]["405"];
2371
+ 406: components["responses"]["406"];
2372
+ 501: components["responses"]["501"];
2373
+ 503: components["responses"]["503"];
2374
+ };
2375
+ };
2376
+ /**
2377
+ * Return party information
2378
+ * @description The callback `PUT /parties/{Type}/{ID}` (or `PUT /parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful result of the Party information lookup.
2379
+ */
2380
+ PartiesSubIdByTypeAndIDPut: {
2381
+ parameters: {
2382
+ header: {
2383
+ "Content-Type": components["parameters"]["Content-Type"];
2384
+ Date: components["parameters"]["Date"];
2385
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2386
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2387
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2388
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2389
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2390
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2391
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2392
+ "Content-Length"?: components["parameters"]["Content-Length"];
2393
+ };
2394
+ path: {
2395
+ Type: components["parameters"]["Type"];
2396
+ ID: components["parameters"]["ID"];
2397
+ SubId: components["parameters"]["SubId"];
2398
+ };
2399
+ };
2400
+ /** @description Party information returned. */
2401
+ requestBody: {
2402
+ content: {
2403
+ "application/json": components["schemas"]["PartiesTypeIDPutResponse"];
2404
+ };
2405
+ };
2406
+ responses: {
2407
+ 200: components["responses"]["200"];
2408
+ 400: components["responses"]["400"];
2409
+ 401: components["responses"]["401"];
2410
+ 403: components["responses"]["403"];
2411
+ 404: components["responses"]["404"];
2412
+ 405: components["responses"]["405"];
2413
+ 406: components["responses"]["406"];
2414
+ 501: components["responses"]["501"];
2415
+ 503: components["responses"]["503"];
2416
+ };
2417
+ };
2418
+ /**
2419
+ * Return party information error
2420
+ * @description If the server is unable to find Party information of the provided identity, or another processing error occurred, the error callback `PUT /parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubId}/error`) is used.
2421
+ */
2422
+ PartiesSubIdErrorByTypeAndID: {
2423
+ parameters: {
2424
+ header: {
2425
+ "Content-Length"?: components["parameters"]["Content-Length"];
2426
+ "Content-Type": components["parameters"]["Content-Type"];
2427
+ Date: components["parameters"]["Date"];
2428
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2429
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2430
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2431
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2432
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2433
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2434
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2435
+ };
2436
+ path: {
2437
+ Type: components["parameters"]["Type"];
2438
+ ID: components["parameters"]["ID"];
2439
+ SubId: components["parameters"]["SubId"];
2440
+ };
2441
+ };
2442
+ /** @description Details of the error returned. */
2443
+ requestBody: {
2444
+ content: {
2445
+ "application/json": components["schemas"]["ErrorInformationObject"];
2446
+ };
2447
+ };
2448
+ responses: {
2449
+ 200: components["responses"]["200"];
2450
+ 400: components["responses"]["400"];
2451
+ 401: components["responses"]["401"];
2452
+ 403: components["responses"]["403"];
2453
+ 404: components["responses"]["404"];
2454
+ 405: components["responses"]["405"];
2455
+ 406: components["responses"]["406"];
2456
+ 501: components["responses"]["501"];
2457
+ 503: components["responses"]["503"];
2458
+ };
2459
+ };
2460
+ /**
2461
+ * Perform transaction request
2462
+ * @description The HTTP request `POST /transactionRequests` is used to request the creation of a transaction request for the provided financial transaction in the server.
2463
+ */
2464
+ TransactionRequests: {
2465
+ parameters: {
2466
+ header: {
2467
+ Accept: components["parameters"]["Accept"];
2468
+ "Content-Length"?: components["parameters"]["Content-Length"];
2469
+ "Content-Type": components["parameters"]["Content-Type"];
2470
+ Date: components["parameters"]["Date"];
2471
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2472
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2473
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2474
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2475
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2476
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2477
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2478
+ };
2479
+ };
2480
+ /** @description Transaction request to be created. */
2481
+ requestBody: {
2482
+ content: {
2483
+ "application/json": components["schemas"]["TransactionRequestsPostRequest"];
2484
+ };
2485
+ };
2486
+ responses: {
2487
+ 202: components["responses"]["202"];
2488
+ 400: components["responses"]["400"];
2489
+ 401: components["responses"]["401"];
2490
+ 403: components["responses"]["403"];
2491
+ 404: components["responses"]["404"];
2492
+ 405: components["responses"]["405"];
2493
+ 406: components["responses"]["406"];
2494
+ 501: components["responses"]["501"];
2495
+ 503: components["responses"]["503"];
2496
+ };
2497
+ };
2498
+ /**
2499
+ * Retrieve transaction request information
2500
+ * @description The HTTP request `GET /transactionRequests/{ID}` is used to get information regarding a transaction request created or requested earlier. The `{ID}` in the URI should contain the `transactionRequestId` that was used for the creation of the transaction request.
2501
+ */
2502
+ TransactionRequestsByID: {
2503
+ parameters: {
2504
+ header: {
2505
+ "Content-Type": components["parameters"]["Content-Type"];
2506
+ Date: components["parameters"]["Date"];
2507
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2508
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2509
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2510
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2511
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2512
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2513
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2514
+ Accept: components["parameters"]["Accept"];
2515
+ };
2516
+ path: {
2517
+ ID: components["parameters"]["ID"];
2518
+ };
2519
+ };
2520
+ responses: {
2521
+ 202: components["responses"]["202"];
2522
+ 400: components["responses"]["400"];
2523
+ 401: components["responses"]["401"];
2524
+ 403: components["responses"]["403"];
2525
+ 404: components["responses"]["404"];
2526
+ 405: components["responses"]["405"];
2527
+ 406: components["responses"]["406"];
2528
+ 501: components["responses"]["501"];
2529
+ 503: components["responses"]["503"];
2530
+ };
2531
+ };
2532
+ /**
2533
+ * Return transaction request information
2534
+ * @description The callback `PUT /transactionRequests/{ID}` is used to inform the client of a requested or created transaction request. The `{ID}` in the URI should contain the `transactionRequestId` that was used for the creation of the transaction request, or the `{ID}` that was used in the `GET /transactionRequests/{ID}`.
2535
+ */
2536
+ TransactionRequestsByIDPut: {
2537
+ parameters: {
2538
+ header: {
2539
+ "Content-Type": components["parameters"]["Content-Type"];
2540
+ Date: components["parameters"]["Date"];
2541
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2542
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2543
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2544
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2545
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2546
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2547
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2548
+ "Content-Length"?: components["parameters"]["Content-Length"];
2549
+ };
2550
+ path: {
2551
+ ID: components["parameters"]["ID"];
2552
+ };
2553
+ };
2554
+ /** @description Transaction request information returned. */
2555
+ requestBody: {
2556
+ content: {
2557
+ "application/json": components["schemas"]["TransactionRequestsIDPutResponse"];
2558
+ };
2559
+ };
2560
+ responses: {
2561
+ 200: components["responses"]["200"];
2562
+ 400: components["responses"]["400"];
2563
+ 401: components["responses"]["401"];
2564
+ 403: components["responses"]["403"];
2565
+ 404: components["responses"]["404"];
2566
+ 405: components["responses"]["405"];
2567
+ 406: components["responses"]["406"];
2568
+ 501: components["responses"]["501"];
2569
+ 503: components["responses"]["503"];
2570
+ };
2571
+ };
2572
+ /**
2573
+ * Return transaction request information error
2574
+ * @description If the server is unable to find or create a transaction request, or another processing error occurs, the error callback `PUT /transactionRequests/{ID}/error` is used. The `{ID}` in the URI should contain the `transactionRequestId` that was used for the creation of the transaction request, or the `{ID}` that was used in the `GET /transactionRequests/{ID}`.
2575
+ */
2576
+ TransactionRequestsErrorByID: {
2577
+ parameters: {
2578
+ header: {
2579
+ "Content-Length"?: components["parameters"]["Content-Length"];
2580
+ "Content-Type": components["parameters"]["Content-Type"];
2581
+ Date: components["parameters"]["Date"];
2582
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2583
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2584
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2585
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2586
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2587
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2588
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2589
+ };
2590
+ path: {
2591
+ ID: components["parameters"]["ID"];
2592
+ };
2593
+ };
2594
+ /** @description Details of the error returned. */
2595
+ requestBody: {
2596
+ content: {
2597
+ "application/json": components["schemas"]["ErrorInformationObject"];
2598
+ };
2599
+ };
2600
+ responses: {
2601
+ 200: components["responses"]["200"];
2602
+ 400: components["responses"]["400"];
2603
+ 401: components["responses"]["401"];
2604
+ 403: components["responses"]["403"];
2605
+ 404: components["responses"]["404"];
2606
+ 405: components["responses"]["405"];
2607
+ 406: components["responses"]["406"];
2608
+ 501: components["responses"]["501"];
2609
+ 503: components["responses"]["503"];
2610
+ };
2611
+ };
2612
+ /**
2613
+ * Calculate quote
2614
+ * @description The HTTP request `POST /quotes` is used to request the creation of a quote for the provided financial transaction in the server.
2615
+ */
2616
+ Quotes: {
2617
+ parameters: {
2618
+ header: {
2619
+ Accept: components["parameters"]["Accept"];
2620
+ "Content-Length"?: components["parameters"]["Content-Length"];
2621
+ "Content-Type": components["parameters"]["Content-Type"];
2622
+ Date: components["parameters"]["Date"];
2623
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2624
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2625
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2626
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2627
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2628
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2629
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2630
+ };
2631
+ };
2632
+ /** @description Details of the quote to be created. */
2633
+ requestBody: {
2634
+ content: {
2635
+ "application/json": components["schemas"]["QuotesPostRequest"];
2636
+ };
2637
+ };
2638
+ responses: {
2639
+ 202: components["responses"]["202"];
2640
+ 400: components["responses"]["400"];
2641
+ 401: components["responses"]["401"];
2642
+ 403: components["responses"]["403"];
2643
+ 404: components["responses"]["404"];
2644
+ 405: components["responses"]["405"];
2645
+ 406: components["responses"]["406"];
2646
+ 501: components["responses"]["501"];
2647
+ 503: components["responses"]["503"];
2648
+ };
2649
+ };
2650
+ /**
2651
+ * Retrieve quote information
2652
+ * @description The HTTP request `GET /quotes/{ID}` is used to get information regarding a quote created or requested earlier. The `{ID}` in the URI should contain the `quoteId` that was used for the creation of the quote.
2653
+ */
2654
+ QuotesByID: {
2655
+ parameters: {
2656
+ header: {
2657
+ "Content-Type": components["parameters"]["Content-Type"];
2658
+ Date: components["parameters"]["Date"];
2659
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2660
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2661
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2662
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2663
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2664
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2665
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2666
+ Accept: components["parameters"]["Accept"];
2667
+ };
2668
+ path: {
2669
+ ID: components["parameters"]["ID"];
2670
+ };
2671
+ };
2672
+ responses: {
2673
+ 202: components["responses"]["202"];
2674
+ 400: components["responses"]["400"];
2675
+ 401: components["responses"]["401"];
2676
+ 403: components["responses"]["403"];
2677
+ 404: components["responses"]["404"];
2678
+ 405: components["responses"]["405"];
2679
+ 406: components["responses"]["406"];
2680
+ 501: components["responses"]["501"];
2681
+ 503: components["responses"]["503"];
2682
+ };
2683
+ };
2684
+ /**
2685
+ * Return quote information
2686
+ * @description The callback `PUT /quotes/{ID}` is used to inform the client of a requested or created quote. The `{ID}` in the URI should contain the `quoteId` that was used for the creation of the quote, or the `{ID}` that was used in the `GET /quotes/{ID}` request.
2687
+ */
2688
+ QuotesByID1: {
2689
+ parameters: {
2690
+ header: {
2691
+ "Content-Type": components["parameters"]["Content-Type"];
2692
+ Date: components["parameters"]["Date"];
2693
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2694
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2695
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2696
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2697
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2698
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2699
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2700
+ "Content-Length"?: components["parameters"]["Content-Length"];
2701
+ };
2702
+ path: {
2703
+ ID: components["parameters"]["ID"];
2704
+ };
2705
+ };
2706
+ /** @description Quote information returned. */
2707
+ requestBody: {
2708
+ content: {
2709
+ "application/json": components["schemas"]["QuotesIDPutResponse"];
2710
+ };
2711
+ };
2712
+ responses: {
2713
+ 200: components["responses"]["200"];
2714
+ 400: components["responses"]["400"];
2715
+ 401: components["responses"]["401"];
2716
+ 403: components["responses"]["403"];
2717
+ 404: components["responses"]["404"];
2718
+ 405: components["responses"]["405"];
2719
+ 406: components["responses"]["406"];
2720
+ 501: components["responses"]["501"];
2721
+ 503: components["responses"]["503"];
2722
+ };
2723
+ };
2724
+ /**
2725
+ * Return quote information error
2726
+ * @description If the server is unable to find or create a quote, or some other processing error occurs, the error callback `PUT /quotes/{ID}/error` is used. The `{ID}` in the URI should contain the `quoteId` that was used for the creation of the quote, or the `{ID}` that was used in the `GET /quotes/{ID}` request.
2727
+ */
2728
+ QuotesByIDAndError: {
2729
+ parameters: {
2730
+ header: {
2731
+ "Content-Length"?: components["parameters"]["Content-Length"];
2732
+ "Content-Type": components["parameters"]["Content-Type"];
2733
+ Date: components["parameters"]["Date"];
2734
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2735
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2736
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2737
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2738
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2739
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2740
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2741
+ };
2742
+ path: {
2743
+ ID: components["parameters"]["ID"];
2744
+ };
2745
+ };
2746
+ /** @description Details of the error returned. */
2747
+ requestBody: {
2748
+ content: {
2749
+ "application/json": components["schemas"]["ErrorInformationObject"];
2750
+ };
2751
+ };
2752
+ responses: {
2753
+ 200: components["responses"]["200"];
2754
+ 400: components["responses"]["400"];
2755
+ 401: components["responses"]["401"];
2756
+ 403: components["responses"]["403"];
2757
+ 404: components["responses"]["404"];
2758
+ 405: components["responses"]["405"];
2759
+ 406: components["responses"]["406"];
2760
+ 501: components["responses"]["501"];
2761
+ 503: components["responses"]["503"];
2762
+ };
2763
+ };
2764
+ /**
2765
+ * Perform authorization
2766
+ * @description The HTTP request `GET /authorizations/{ID}` is used to request the Payer to enter the applicable credentials in the Payee FSP system. The `{ID}` in the URI should contain the `transactionRequestID`, received from the `POST /transactionRequests` service earlier in the process. This request requires a query string to be included in the URI, with the following key-value pairs*:*
2767
+ *
2768
+ * - `authenticationType={Type}`, where `{Type}` value is a valid authentication type from the enumeration `AuthenticationType`.
2769
+ *
2770
+ * - `retriesLeft=={NrOfRetries}`, where `{NrOfRetries}` is the number of retries left before the financial transaction is rejected. `{NrOfRetries}` must be expressed in the form of the data type `Integer`. `retriesLeft=1` means that this is the last retry before the financial transaction is rejected.
2771
+ *
2772
+ * - `amount={Amount}`, where `{Amount}` is the transaction amount that will be withdrawn from the Payer’s account. `{Amount}` must be expressed in the form of the data type `Amount`.
2773
+ *
2774
+ * - `currency={Currency}`, where `{Currency}` is the transaction currency for the amount that will be withdrawn from the Payer’s account. The `{Currency}` value must be expressed in the form of the enumeration `CurrencyCode`.
2775
+ *
2776
+ * The following is an example URI containing all the required key-value pairs in the query string*:*
2777
+ *
2778
+ * `GET /authorization/3d492671-b7af-4f3f-88de-76169b1bdf88?authenticationType=OTP&retriesLeft=2&amount=102&currency=USD`
2779
+ */
2780
+ AuthorizationsByIDGet: {
2781
+ parameters: {
2782
+ header: {
2783
+ "Content-Type": components["parameters"]["Content-Type"];
2784
+ Date: components["parameters"]["Date"];
2785
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2786
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2787
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2788
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2789
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2790
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2791
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2792
+ Accept: components["parameters"]["Accept"];
2793
+ };
2794
+ path: {
2795
+ ID: components["parameters"]["ID"];
2796
+ };
2797
+ };
2798
+ responses: {
2799
+ 202: components["responses"]["202"];
2800
+ 400: components["responses"]["400"];
2801
+ 401: components["responses"]["401"];
2802
+ 403: components["responses"]["403"];
2803
+ 404: components["responses"]["404"];
2804
+ 405: components["responses"]["405"];
2805
+ 406: components["responses"]["406"];
2806
+ 501: components["responses"]["501"];
2807
+ 503: components["responses"]["503"];
2808
+ };
2809
+ };
2810
+ /**
2811
+ * Return authorization result
2812
+ * @description The callback `PUT /authorizations/{ID}` is used to inform the client of the result of a previously-requested authorization. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /authorizations/{ID}` request.
2813
+ */
2814
+ AuthorizationsByIDPut: {
2815
+ parameters: {
2816
+ header: {
2817
+ "Content-Type": components["parameters"]["Content-Type"];
2818
+ Date: components["parameters"]["Date"];
2819
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2820
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2821
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2822
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2823
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2824
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2825
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2826
+ "Content-Length"?: components["parameters"]["Content-Length"];
2827
+ };
2828
+ path: {
2829
+ ID: components["parameters"]["ID"];
2830
+ };
2831
+ };
2832
+ /** @description Authorization result returned. */
2833
+ requestBody: {
2834
+ content: {
2835
+ "application/json": components["schemas"]["AuthorizationsIDPutResponse"];
2836
+ };
2837
+ };
2838
+ responses: {
2839
+ 200: components["responses"]["200"];
2840
+ 400: components["responses"]["400"];
2841
+ 401: components["responses"]["401"];
2842
+ 403: components["responses"]["403"];
2843
+ 404: components["responses"]["404"];
2844
+ 405: components["responses"]["405"];
2845
+ 406: components["responses"]["406"];
2846
+ 501: components["responses"]["501"];
2847
+ 503: components["responses"]["503"];
2848
+ };
2849
+ };
2850
+ /**
2851
+ * Return authorization error
2852
+ * @description If the server is unable to find the transaction request, or another processing error occurs, the error callback `PUT /authorizations/{ID}/error` is used. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /authorizations/{ID}`.
2853
+ */
2854
+ AuthorizationsByIDAndError: {
2855
+ parameters: {
2856
+ header: {
2857
+ "Content-Length"?: components["parameters"]["Content-Length"];
2858
+ "Content-Type": components["parameters"]["Content-Type"];
2859
+ Date: components["parameters"]["Date"];
2860
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2861
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2862
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2863
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2864
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2865
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2866
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2867
+ };
2868
+ path: {
2869
+ ID: components["parameters"]["ID"];
2870
+ };
2871
+ };
2872
+ /** @description Details of the error returned. */
2873
+ requestBody: {
2874
+ content: {
2875
+ "application/json": components["schemas"]["ErrorInformationObject"];
2876
+ };
2877
+ };
2878
+ responses: {
2879
+ 200: components["responses"]["200"];
2880
+ 400: components["responses"]["400"];
2881
+ 401: components["responses"]["401"];
2882
+ 403: components["responses"]["403"];
2883
+ 404: components["responses"]["404"];
2884
+ 405: components["responses"]["405"];
2885
+ 406: components["responses"]["406"];
2886
+ 501: components["responses"]["501"];
2887
+ 503: components["responses"]["503"];
2888
+ };
2889
+ };
2890
+ /**
2891
+ * Perform transfer
2892
+ * @description The HTTP request `POST /transfers` is used to request the creation of a transfer for the next ledger, and a financial transaction for the Payee FSP.
2893
+ */
2894
+ transfers: {
2895
+ parameters: {
2896
+ header: {
2897
+ Accept: components["parameters"]["Accept"];
2898
+ "Content-Length"?: components["parameters"]["Content-Length"];
2899
+ "Content-Type": components["parameters"]["Content-Type"];
2900
+ Date: components["parameters"]["Date"];
2901
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2902
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2903
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2904
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2905
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2906
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2907
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2908
+ };
2909
+ };
2910
+ /** @description Details of the transfer to be created. */
2911
+ requestBody: {
2912
+ content: {
2913
+ "application/json": components["schemas"]["TransfersPostRequest"];
2914
+ };
2915
+ };
2916
+ responses: {
2917
+ 202: components["responses"]["202"];
2918
+ 400: components["responses"]["400"];
2919
+ 401: components["responses"]["401"];
2920
+ 403: components["responses"]["403"];
2921
+ 404: components["responses"]["404"];
2922
+ 405: components["responses"]["405"];
2923
+ 406: components["responses"]["406"];
2924
+ 501: components["responses"]["501"];
2925
+ 503: components["responses"]["503"];
2926
+ };
2927
+ };
2928
+ /**
2929
+ * Retrieve transfer information
2930
+ * @description The HTTP request `GET /transfers/{ID}` is used to get information regarding a transfer created or requested earlier. The `{ID}` in the URI should contain the `transferId` that was used for the creation of the transfer.
2931
+ */
2932
+ TransfersByIDGet: {
2933
+ parameters: {
2934
+ header: {
2935
+ "Content-Type": components["parameters"]["Content-Type"];
2936
+ Date: components["parameters"]["Date"];
2937
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2938
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2939
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2940
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2941
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2942
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2943
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2944
+ Accept: components["parameters"]["Accept"];
2945
+ };
2946
+ path: {
2947
+ ID: components["parameters"]["ID"];
2948
+ };
2949
+ };
2950
+ responses: {
2951
+ 202: components["responses"]["202"];
2952
+ 400: components["responses"]["400"];
2953
+ 401: components["responses"]["401"];
2954
+ 403: components["responses"]["403"];
2955
+ 404: components["responses"]["404"];
2956
+ 405: components["responses"]["405"];
2957
+ 406: components["responses"]["406"];
2958
+ 501: components["responses"]["501"];
2959
+ 503: components["responses"]["503"];
2960
+ };
2961
+ };
2962
+ /**
2963
+ * Return transfer information
2964
+ * @description The callback `PUT /transfers/{ID}` is used to inform the client of a requested or created transfer. The `{ID}` in the URI should contain the `transferId` that was used for the creation of the transfer, or the `{ID}` that was used in the `GET /transfers/{ID}` request.
2965
+ */
2966
+ TransfersByIDPut: {
2967
+ parameters: {
2968
+ header: {
2969
+ "Content-Type": components["parameters"]["Content-Type"];
2970
+ Date: components["parameters"]["Date"];
2971
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2972
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
2973
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
2974
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
2975
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
2976
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2977
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2978
+ "Content-Length"?: components["parameters"]["Content-Length"];
2979
+ };
2980
+ path: {
2981
+ ID: components["parameters"]["ID"];
2982
+ };
2983
+ };
2984
+ /** @description Transfer information returned. */
2985
+ requestBody: {
2986
+ content: {
2987
+ "application/json": components["schemas"]["TransfersIDPutResponse"];
2988
+ };
2989
+ };
2990
+ responses: {
2991
+ 200: components["responses"]["200"];
2992
+ 400: components["responses"]["400"];
2993
+ 401: components["responses"]["401"];
2994
+ 403: components["responses"]["403"];
2995
+ 404: components["responses"]["404"];
2996
+ 405: components["responses"]["405"];
2997
+ 406: components["responses"]["406"];
2998
+ 501: components["responses"]["501"];
2999
+ 503: components["responses"]["503"];
3000
+ };
3001
+ };
3002
+ /**
3003
+ * Return transfer information
3004
+ * @description The HTTP request PATCH /transfers/<ID> is used by a Switch to update the state of a previously reserved transfer, if the Payee FSP has requested a commit notification when the Switch has completed processing of the transfer. The <ID> in the URI should contain the transferId that was used for the creation of the transfer. Please note that this request does not generate a callback.
3005
+ */
3006
+ TransfersByIDPatch: {
3007
+ parameters: {
3008
+ header: {
3009
+ "Content-Type": components["parameters"]["Content-Type"];
3010
+ Date: components["parameters"]["Date"];
3011
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3012
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3013
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3014
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3015
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3016
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3017
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3018
+ "Content-Length"?: components["parameters"]["Content-Length"];
3019
+ };
3020
+ path: {
3021
+ ID: components["parameters"]["ID"];
3022
+ };
3023
+ };
3024
+ /** @description Transfer notification upon completion. */
3025
+ requestBody: {
3026
+ content: {
3027
+ "application/json": components["schemas"]["TransfersIDPatchResponse"];
3028
+ };
3029
+ };
3030
+ responses: {
3031
+ 200: components["responses"]["200"];
3032
+ 400: components["responses"]["400"];
3033
+ 401: components["responses"]["401"];
3034
+ 403: components["responses"]["403"];
3035
+ 404: components["responses"]["404"];
3036
+ 405: components["responses"]["405"];
3037
+ 406: components["responses"]["406"];
3038
+ 501: components["responses"]["501"];
3039
+ 503: components["responses"]["503"];
3040
+ };
3041
+ };
3042
+ /**
3043
+ * Return transfer information error
3044
+ * @description If the server is unable to find or create a transfer, or another processing error occurs, the error callback `PUT /transfers/{ID}/error` is used. The `{ID}` in the URI should contain the `transferId` that was used for the creation of the transfer, or the `{ID}` that was used in the `GET /transfers/{ID}`.
3045
+ */
3046
+ TransfersByIDAndError: {
3047
+ parameters: {
3048
+ header: {
3049
+ "Content-Length"?: components["parameters"]["Content-Length"];
3050
+ "Content-Type": components["parameters"]["Content-Type"];
3051
+ Date: components["parameters"]["Date"];
3052
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3053
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3054
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3055
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3056
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3057
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3058
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3059
+ };
3060
+ path: {
3061
+ ID: components["parameters"]["ID"];
3062
+ };
3063
+ };
3064
+ /** @description Details of the error returned. */
3065
+ requestBody: {
3066
+ content: {
3067
+ "application/json": components["schemas"]["ErrorInformationObject"];
3068
+ };
3069
+ };
3070
+ responses: {
3071
+ 200: components["responses"]["200"];
3072
+ 400: components["responses"]["400"];
3073
+ 401: components["responses"]["401"];
3074
+ 403: components["responses"]["403"];
3075
+ 404: components["responses"]["404"];
3076
+ 405: components["responses"]["405"];
3077
+ 406: components["responses"]["406"];
3078
+ 501: components["responses"]["501"];
3079
+ 503: components["responses"]["503"];
3080
+ };
3081
+ };
3082
+ /**
3083
+ * Retrieve transaction information
3084
+ * @description The HTTP request `GET /transactions/{ID}` is used to get transaction information regarding a financial transaction created earlier. The `{ID}` in the URI should contain the `transactionId` that was used for the creation of the quote, as the transaction is created as part of another process (the transfer process).
3085
+ */
3086
+ TransactionsByID: {
3087
+ parameters: {
3088
+ header: {
3089
+ "Content-Type": components["parameters"]["Content-Type"];
3090
+ Date: components["parameters"]["Date"];
3091
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3092
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3093
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3094
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3095
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3096
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3097
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3098
+ Accept: components["parameters"]["Accept"];
3099
+ };
3100
+ path: {
3101
+ ID: components["parameters"]["ID"];
3102
+ };
3103
+ };
3104
+ responses: {
3105
+ 202: components["responses"]["202"];
3106
+ 400: components["responses"]["400"];
3107
+ 401: components["responses"]["401"];
3108
+ 403: components["responses"]["403"];
3109
+ 404: components["responses"]["404"];
3110
+ 405: components["responses"]["405"];
3111
+ 406: components["responses"]["406"];
3112
+ 501: components["responses"]["501"];
3113
+ 503: components["responses"]["503"];
3114
+ };
3115
+ };
3116
+ /**
3117
+ * Return transaction information
3118
+ * @description The callback `PUT /transactions/{ID}` is used to inform the client of a requested transaction. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /transactions/{ID}` request.
3119
+ */
3120
+ TransactionsByID1: {
3121
+ parameters: {
3122
+ header: {
3123
+ "Content-Type": components["parameters"]["Content-Type"];
3124
+ Date: components["parameters"]["Date"];
3125
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3126
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3127
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3128
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3129
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3130
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3131
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3132
+ "Content-Length"?: components["parameters"]["Content-Length"];
3133
+ };
3134
+ path: {
3135
+ ID: components["parameters"]["ID"];
3136
+ };
3137
+ };
3138
+ /** @description Transaction information returned. */
3139
+ requestBody: {
3140
+ content: {
3141
+ "application/json": components["schemas"]["TransactionsIDPutResponse"];
3142
+ };
3143
+ };
3144
+ responses: {
3145
+ 200: components["responses"]["200"];
3146
+ 400: components["responses"]["400"];
3147
+ 401: components["responses"]["401"];
3148
+ 403: components["responses"]["403"];
3149
+ 404: components["responses"]["404"];
3150
+ 405: components["responses"]["405"];
3151
+ 406: components["responses"]["406"];
3152
+ 501: components["responses"]["501"];
3153
+ 503: components["responses"]["503"];
3154
+ };
3155
+ };
3156
+ /**
3157
+ * Return transaction information error
3158
+ * @description If the server is unable to find or create a transaction, or another processing error occurs, the error callback `PUT /transactions/{ID}/error` is used. The `{ID}` in the URI should contain the `{ID}` that was used in the `GET /transactions/{ID}` request.
3159
+ */
3160
+ TransactionsErrorByID: {
3161
+ parameters: {
3162
+ header: {
3163
+ "Content-Length"?: components["parameters"]["Content-Length"];
3164
+ "Content-Type": components["parameters"]["Content-Type"];
3165
+ Date: components["parameters"]["Date"];
3166
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3167
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3168
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3169
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3170
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3171
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3172
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3173
+ };
3174
+ path: {
3175
+ ID: components["parameters"]["ID"];
3176
+ };
3177
+ };
3178
+ /** @description Details of the error returned. */
3179
+ requestBody: {
3180
+ content: {
3181
+ "application/json": components["schemas"]["ErrorInformationObject"];
3182
+ };
3183
+ };
3184
+ responses: {
3185
+ 200: components["responses"]["200"];
3186
+ 400: components["responses"]["400"];
3187
+ 401: components["responses"]["401"];
3188
+ 403: components["responses"]["403"];
3189
+ 404: components["responses"]["404"];
3190
+ 405: components["responses"]["405"];
3191
+ 406: components["responses"]["406"];
3192
+ 501: components["responses"]["501"];
3193
+ 503: components["responses"]["503"];
3194
+ };
3195
+ };
3196
+ /**
3197
+ * Calculate bulk quote
3198
+ * @description The HTTP request `POST /bulkQuotes` is used to request the creation of a bulk quote for the provided financial transactions in the server.
3199
+ */
3200
+ BulkQuotes: {
3201
+ parameters: {
3202
+ header: {
3203
+ Accept: components["parameters"]["Accept"];
3204
+ "Content-Length"?: components["parameters"]["Content-Length"];
3205
+ "Content-Type": components["parameters"]["Content-Type"];
3206
+ Date: components["parameters"]["Date"];
3207
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3208
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3209
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3210
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3211
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3212
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3213
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3214
+ };
3215
+ };
3216
+ /** @description Details of the bulk quote to be created. */
3217
+ requestBody: {
3218
+ content: {
3219
+ "application/json": components["schemas"]["BulkQuotesPostRequest"];
3220
+ };
3221
+ };
3222
+ responses: {
3223
+ 202: components["responses"]["202"];
3224
+ 400: components["responses"]["400"];
3225
+ 401: components["responses"]["401"];
3226
+ 403: components["responses"]["403"];
3227
+ 404: components["responses"]["404"];
3228
+ 405: components["responses"]["405"];
3229
+ 406: components["responses"]["406"];
3230
+ 501: components["responses"]["501"];
3231
+ 503: components["responses"]["503"];
3232
+ };
3233
+ };
3234
+ /**
3235
+ * Retrieve bulk quote information
3236
+ * @description The HTTP request `GET /bulkQuotes/{ID}` is used to get information regarding a bulk quote created or requested earlier. The `{ID}` in the URI should contain the `bulkQuoteId` that was used for the creation of the bulk quote.
3237
+ */
3238
+ BulkQuotesByID: {
3239
+ parameters: {
3240
+ header: {
3241
+ "Content-Type": components["parameters"]["Content-Type"];
3242
+ Date: components["parameters"]["Date"];
3243
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3244
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3245
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3246
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3247
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3248
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3249
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3250
+ Accept: components["parameters"]["Accept"];
3251
+ };
3252
+ path: {
3253
+ ID: components["parameters"]["ID"];
3254
+ };
3255
+ };
3256
+ responses: {
3257
+ 202: components["responses"]["202"];
3258
+ 400: components["responses"]["400"];
3259
+ 401: components["responses"]["401"];
3260
+ 403: components["responses"]["403"];
3261
+ 404: components["responses"]["404"];
3262
+ 405: components["responses"]["405"];
3263
+ 406: components["responses"]["406"];
3264
+ 501: components["responses"]["501"];
3265
+ 503: components["responses"]["503"];
3266
+ };
3267
+ };
3268
+ /**
3269
+ * Return bulk quote information
3270
+ * @description The callback `PUT /bulkQuotes/{ID}` is used to inform the client of a requested or created bulk quote. The `{ID}` in the URI should contain the `bulkQuoteId` that was used for the creation of the bulk quote, or the `{ID}` that was used in the `GET /bulkQuotes/{ID}` request.
3271
+ */
3272
+ BulkQuotesByID1: {
3273
+ parameters: {
3274
+ header: {
3275
+ "Content-Type": components["parameters"]["Content-Type"];
3276
+ Date: components["parameters"]["Date"];
3277
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3278
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3279
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3280
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3281
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3282
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3283
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3284
+ "Content-Length"?: components["parameters"]["Content-Length"];
3285
+ };
3286
+ path: {
3287
+ ID: components["parameters"]["ID"];
3288
+ };
3289
+ };
3290
+ /** @description Bulk quote information returned. */
3291
+ requestBody: {
3292
+ content: {
3293
+ "application/json": components["schemas"]["BulkQuotesIDPutResponse"];
3294
+ };
3295
+ };
3296
+ responses: {
3297
+ 200: components["responses"]["200"];
3298
+ 400: components["responses"]["400"];
3299
+ 401: components["responses"]["401"];
3300
+ 403: components["responses"]["403"];
3301
+ 404: components["responses"]["404"];
3302
+ 405: components["responses"]["405"];
3303
+ 406: components["responses"]["406"];
3304
+ 501: components["responses"]["501"];
3305
+ 503: components["responses"]["503"];
3306
+ };
3307
+ };
3308
+ /**
3309
+ * Return bulk quote information error
3310
+ * @description If the server is unable to find or create a bulk quote, or another processing error occurs, the error callback `PUT /bulkQuotes/{ID}/error` is used. The `{ID}` in the URI should contain the `bulkQuoteId` that was used for the creation of the bulk quote, or the `{ID}` that was used in the `GET /bulkQuotes/{ID}` request.
3311
+ */
3312
+ BulkQuotesErrorByID: {
3313
+ parameters: {
3314
+ header: {
3315
+ "Content-Length"?: components["parameters"]["Content-Length"];
3316
+ "Content-Type": components["parameters"]["Content-Type"];
3317
+ Date: components["parameters"]["Date"];
3318
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3319
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3320
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3321
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3322
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3323
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3324
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3325
+ };
3326
+ path: {
3327
+ ID: components["parameters"]["ID"];
3328
+ };
3329
+ };
3330
+ /** @description Details of the error returned. */
3331
+ requestBody: {
3332
+ content: {
3333
+ "application/json": components["schemas"]["ErrorInformationObject"];
3334
+ };
3335
+ };
3336
+ responses: {
3337
+ 200: components["responses"]["200"];
3338
+ 400: components["responses"]["400"];
3339
+ 401: components["responses"]["401"];
3340
+ 403: components["responses"]["403"];
3341
+ 404: components["responses"]["404"];
3342
+ 405: components["responses"]["405"];
3343
+ 406: components["responses"]["406"];
3344
+ 501: components["responses"]["501"];
3345
+ 503: components["responses"]["503"];
3346
+ };
3347
+ };
3348
+ /**
3349
+ * Perform bulk transfer
3350
+ * @description The HTTP request `POST /bulkTransfers` is used to request the creation of a bulk transfer in the server.
3351
+ */
3352
+ BulkTransfers: {
3353
+ parameters: {
3354
+ header: {
3355
+ Accept: components["parameters"]["Accept"];
3356
+ "Content-Length"?: components["parameters"]["Content-Length"];
3357
+ "Content-Type": components["parameters"]["Content-Type"];
3358
+ Date: components["parameters"]["Date"];
3359
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3360
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3361
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3362
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3363
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3364
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3365
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3366
+ };
3367
+ };
3368
+ /** @description Details of the bulk transfer to be created. */
3369
+ requestBody: {
3370
+ content: {
3371
+ "application/json": components["schemas"]["BulkTransfersPostRequest"];
3372
+ };
3373
+ };
3374
+ responses: {
3375
+ 202: components["responses"]["202"];
3376
+ 400: components["responses"]["400"];
3377
+ 401: components["responses"]["401"];
3378
+ 403: components["responses"]["403"];
3379
+ 404: components["responses"]["404"];
3380
+ 405: components["responses"]["405"];
3381
+ 406: components["responses"]["406"];
3382
+ 501: components["responses"]["501"];
3383
+ 503: components["responses"]["503"];
3384
+ };
3385
+ };
3386
+ /**
3387
+ * Retrieve bulk transfer information
3388
+ * @description The HTTP request `GET /bulkTransfers/{ID}` is used to get information regarding a bulk transfer created or requested earlier. The `{ID}` in the URI should contain the `bulkTransferId` that was used for the creation of the bulk transfer.
3389
+ */
3390
+ BulkTransferByID: {
3391
+ parameters: {
3392
+ header: {
3393
+ "Content-Type": components["parameters"]["Content-Type"];
3394
+ Date: components["parameters"]["Date"];
3395
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3396
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3397
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3398
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3399
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3400
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3401
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3402
+ Accept: components["parameters"]["Accept"];
3403
+ };
3404
+ path: {
3405
+ ID: components["parameters"]["ID"];
3406
+ };
3407
+ };
3408
+ responses: {
3409
+ 202: components["responses"]["202"];
3410
+ 400: components["responses"]["400"];
3411
+ 401: components["responses"]["401"];
3412
+ 403: components["responses"]["403"];
3413
+ 404: components["responses"]["404"];
3414
+ 405: components["responses"]["405"];
3415
+ 406: components["responses"]["406"];
3416
+ 501: components["responses"]["501"];
3417
+ 503: components["responses"]["503"];
3418
+ };
3419
+ };
3420
+ /**
3421
+ * Return bulk transfer information
3422
+ * @description The callback `PUT /bulkTransfers/{ID}` is used to inform the client of a requested or created bulk transfer. The `{ID}` in the URI should contain the `bulkTransferId` that was used for the creation of the bulk transfer (`POST /bulkTransfers`), or the `{ID}` that was used in the `GET /bulkTransfers/{ID}` request.
3423
+ */
3424
+ BulkTransfersByIDPut: {
3425
+ parameters: {
3426
+ header: {
3427
+ "Content-Type": components["parameters"]["Content-Type"];
3428
+ Date: components["parameters"]["Date"];
3429
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3430
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3431
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3432
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3433
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3434
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3435
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3436
+ "Content-Length"?: components["parameters"]["Content-Length"];
3437
+ };
3438
+ path: {
3439
+ ID: components["parameters"]["ID"];
3440
+ };
3441
+ };
3442
+ /** @description Bulk transfer information returned. */
3443
+ requestBody: {
3444
+ content: {
3445
+ "application/json": components["schemas"]["BulkTransfersIDPutResponse"];
3446
+ };
3447
+ };
3448
+ responses: {
3449
+ 200: components["responses"]["200"];
3450
+ 400: components["responses"]["400"];
3451
+ 401: components["responses"]["401"];
3452
+ 403: components["responses"]["403"];
3453
+ 404: components["responses"]["404"];
3454
+ 405: components["responses"]["405"];
3455
+ 406: components["responses"]["406"];
3456
+ 501: components["responses"]["501"];
3457
+ 503: components["responses"]["503"];
3458
+ };
3459
+ };
3460
+ /**
3461
+ * Return bulk transfer information error
3462
+ * @description If the server is unable to find or create a bulk transfer, or another processing error occurs, the error callback `PUT /bulkTransfers/{ID}/error` is used. The `{ID}` in the URI should contain the `bulkTransferId` that was used for the creation of the bulk transfer (`POST /bulkTransfers`), or the `{ID}` that was used in the `GET /bulkTransfers/{ID}` request.
3463
+ */
3464
+ BulkTransfersErrorByID: {
3465
+ parameters: {
3466
+ header: {
3467
+ "Content-Length"?: components["parameters"]["Content-Length"];
3468
+ "Content-Type": components["parameters"]["Content-Type"];
3469
+ Date: components["parameters"]["Date"];
3470
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3471
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3472
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3473
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3474
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3475
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3476
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3477
+ };
3478
+ path: {
3479
+ ID: components["parameters"]["ID"];
3480
+ };
3481
+ };
3482
+ /** @description Details of the error returned. */
3483
+ requestBody: {
3484
+ content: {
3485
+ "application/json": components["schemas"]["ErrorInformationObject"];
3486
+ };
3487
+ };
3488
+ responses: {
3489
+ 200: components["responses"]["200"];
3490
+ 400: components["responses"]["400"];
3491
+ 401: components["responses"]["401"];
3492
+ 403: components["responses"]["403"];
3493
+ 404: components["responses"]["404"];
3494
+ 405: components["responses"]["405"];
3495
+ 406: components["responses"]["406"];
3496
+ 501: components["responses"]["501"];
3497
+ 503: components["responses"]["503"];
3498
+ };
3499
+ };
3500
+ /**
3501
+ * Calculate FX quote
3502
+ * @description The HTTP request `POST /fxQuotes` is used to ask an FXP to provide a quotation for a currency conversion.
3503
+ */
3504
+ FxQuotesPost: {
3505
+ parameters: {
3506
+ header: {
3507
+ Accept: components["parameters"]["Accept"];
3508
+ "Content-Length"?: components["parameters"]["Content-Length"];
3509
+ "Content-Type": components["parameters"]["Content-Type"];
3510
+ Date: components["parameters"]["Date"];
3511
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3512
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3513
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3514
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3515
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3516
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3517
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3518
+ };
3519
+ };
3520
+ /** @description Details of the FX quote to be created. */
3521
+ requestBody: {
3522
+ content: {
3523
+ "application/json": components["schemas"]["FxQuotesPostRequest"];
3524
+ };
3525
+ };
3526
+ responses: {
3527
+ 202: components["responses"]["202"];
3528
+ 400: components["responses"]["400"];
3529
+ 401: components["responses"]["401"];
3530
+ 403: components["responses"]["403"];
3531
+ 404: components["responses"]["404"];
3532
+ 405: components["responses"]["405"];
3533
+ 406: components["responses"]["406"];
3534
+ 501: components["responses"]["501"];
3535
+ 503: components["responses"]["503"];
3536
+ };
3537
+ };
3538
+ /**
3539
+ * Retrieve FX quote information
3540
+ * @description The HTTP request `GET /fxQuotes/{ID}` is used to request information regarding a request for quotation for a currency conversion which the sender has previously issued. The `{ID}` in the URI should contain the `conversionRequestId` that was used for the creation of the quote.
3541
+ */
3542
+ FxQuotesByIDGet: {
3543
+ parameters: {
3544
+ header: {
3545
+ "Content-Type": components["parameters"]["Content-Type"];
3546
+ Date: components["parameters"]["Date"];
3547
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3548
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3549
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3550
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3551
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3552
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3553
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3554
+ Accept: components["parameters"]["Accept"];
3555
+ };
3556
+ path: {
3557
+ ID: components["parameters"]["ID"];
3558
+ };
3559
+ };
3560
+ responses: {
3561
+ 202: components["responses"]["202"];
3562
+ 400: components["responses"]["400"];
3563
+ 401: components["responses"]["401"];
3564
+ 403: components["responses"]["403"];
3565
+ 404: components["responses"]["404"];
3566
+ 405: components["responses"]["405"];
3567
+ 406: components["responses"]["406"];
3568
+ 501: components["responses"]["501"];
3569
+ 503: components["responses"]["503"];
3570
+ };
3571
+ };
3572
+ /**
3573
+ * Return FX quote information
3574
+ * @description The callback `PUT /fxQuotes/{ID}` is used to inform the requester about the outcome of a request for quotation for a currency conversion. The `{ID}` in the URI should contain the `conversionRequestId` that was used for the creation of the FX quote, or the `{ID}` that was used in the `GET /fxQuotes/{ID}` request.
3575
+ */
3576
+ FxQuotesByIdPut: {
3577
+ parameters: {
3578
+ header: {
3579
+ "Content-Type": components["parameters"]["Content-Type"];
3580
+ Date: components["parameters"]["Date"];
3581
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3582
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3583
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3584
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3585
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3586
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3587
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3588
+ "Content-Length"?: components["parameters"]["Content-Length"];
3589
+ };
3590
+ path: {
3591
+ ID: components["parameters"]["ID"];
3592
+ };
3593
+ };
3594
+ /** @description FX Quote information returned. */
3595
+ requestBody: {
3596
+ content: {
3597
+ "application/json": components["schemas"]["FxQuotesIDPutResponse"];
3598
+ };
3599
+ };
3600
+ responses: {
3601
+ 200: components["responses"]["200"];
3602
+ 400: components["responses"]["400"];
3603
+ 401: components["responses"]["401"];
3604
+ 403: components["responses"]["403"];
3605
+ 404: components["responses"]["404"];
3606
+ 405: components["responses"]["405"];
3607
+ 406: components["responses"]["406"];
3608
+ 501: components["responses"]["501"];
3609
+ 503: components["responses"]["503"];
3610
+ };
3611
+ };
3612
+ /**
3613
+ * Return FX quote information error
3614
+ * @description If the FXP is unable to find or create a FX quote, or some other processing error occurs, the error callback `PUT /fxQuotes/{ID}/error` is used. The `{ID}` in the URI should contain the `conversionRequestId` that was used for the creation of the FX quote, or the `{ID}` that was used in the `GET /fxQuotes/{ID}` request.
3615
+ */
3616
+ FxQuotesByIDAndErrorPut: {
3617
+ parameters: {
3618
+ header: {
3619
+ "Content-Length"?: components["parameters"]["Content-Length"];
3620
+ "Content-Type": components["parameters"]["Content-Type"];
3621
+ Date: components["parameters"]["Date"];
3622
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3623
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3624
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3625
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3626
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3627
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3628
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3629
+ };
3630
+ path: {
3631
+ ID: components["parameters"]["ID"];
3632
+ };
3633
+ };
3634
+ /** @description Details of the error returned. */
3635
+ requestBody: {
3636
+ content: {
3637
+ "application/json": components["schemas"]["ErrorInformationObject"];
3638
+ };
3639
+ };
3640
+ responses: {
3641
+ 200: components["responses"]["200"];
3642
+ 400: components["responses"]["400"];
3643
+ 401: components["responses"]["401"];
3644
+ 403: components["responses"]["403"];
3645
+ 404: components["responses"]["404"];
3646
+ 405: components["responses"]["405"];
3647
+ 406: components["responses"]["406"];
3648
+ 501: components["responses"]["501"];
3649
+ 503: components["responses"]["503"];
3650
+ };
3651
+ };
3652
+ /**
3653
+ * Perform FX transfer
3654
+ * @description The HTTP request `POST /fxTransfers` is used to ask an FXP to confirm the execution of an agreed currency conversion.
3655
+ */
3656
+ FxTransfersPost: {
3657
+ parameters: {
3658
+ header: {
3659
+ Accept: components["parameters"]["Accept"];
3660
+ "Content-Length"?: components["parameters"]["Content-Length"];
3661
+ "Content-Type": components["parameters"]["Content-Type"];
3662
+ Date: components["parameters"]["Date"];
3663
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3664
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3665
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3666
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3667
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3668
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3669
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3670
+ };
3671
+ };
3672
+ /** @description Details of the FX transfer to be created. */
3673
+ requestBody: {
3674
+ content: {
3675
+ "application/json": components["schemas"]["FxTransfersPostRequest"];
3676
+ };
3677
+ };
3678
+ responses: {
3679
+ 202: components["responses"]["202"];
3680
+ 400: components["responses"]["400"];
3681
+ 401: components["responses"]["401"];
3682
+ 403: components["responses"]["403"];
3683
+ 404: components["responses"]["404"];
3684
+ 405: components["responses"]["405"];
3685
+ 406: components["responses"]["406"];
3686
+ 501: components["responses"]["501"];
3687
+ 503: components["responses"]["503"];
3688
+ };
3689
+ };
3690
+ /**
3691
+ * Retrieve FX transfer information
3692
+ * @description The HTTP request `GET /fxTransfers/{ID}` s used to request information regarding a request for confirmation of a currency conversion which the sender has previously issued. The `{ID}` in the URI should contain the `commitRequestId` that was used for the creation of the FX transfer.
3693
+ */
3694
+ FxTransfersByIDGet: {
3695
+ parameters: {
3696
+ header: {
3697
+ "Content-Type": components["parameters"]["Content-Type"];
3698
+ Date: components["parameters"]["Date"];
3699
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3700
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3701
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3702
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3703
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3704
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3705
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3706
+ Accept: components["parameters"]["Accept"];
3707
+ };
3708
+ path: {
3709
+ ID: components["parameters"]["ID"];
3710
+ };
3711
+ };
3712
+ responses: {
3713
+ 202: components["responses"]["202"];
3714
+ 400: components["responses"]["400"];
3715
+ 401: components["responses"]["401"];
3716
+ 403: components["responses"]["403"];
3717
+ 404: components["responses"]["404"];
3718
+ 405: components["responses"]["405"];
3719
+ 406: components["responses"]["406"];
3720
+ 501: components["responses"]["501"];
3721
+ 503: components["responses"]["503"];
3722
+ };
3723
+ };
3724
+ /**
3725
+ * Return FX transfer information
3726
+ * @description The callback `PUT /fxTransfers/{ID}` is used to inform the requester about the outcome of a request for execution of a currency conversion. The `{ID}` in the URI should contain the `commitRequestId` that was used for the creation of the FX transfer, or the `{ID}` that was used in the `GET /fxTransfers/{ID}` request.
3727
+ */
3728
+ FxTransfersByIDPut: {
3729
+ parameters: {
3730
+ header: {
3731
+ "Content-Type": components["parameters"]["Content-Type"];
3732
+ Date: components["parameters"]["Date"];
3733
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3734
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3735
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3736
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3737
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3738
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3739
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3740
+ "Content-Length"?: components["parameters"]["Content-Length"];
3741
+ };
3742
+ path: {
3743
+ ID: components["parameters"]["ID"];
3744
+ };
3745
+ };
3746
+ /** @description Transfer information returned. */
3747
+ requestBody: {
3748
+ content: {
3749
+ "application/json": components["schemas"]["FxTransfersIDPutResponse"];
3750
+ };
3751
+ };
3752
+ responses: {
3753
+ 200: components["responses"]["200"];
3754
+ 400: components["responses"]["400"];
3755
+ 401: components["responses"]["401"];
3756
+ 403: components["responses"]["403"];
3757
+ 404: components["responses"]["404"];
3758
+ 405: components["responses"]["405"];
3759
+ 406: components["responses"]["406"];
3760
+ 501: components["responses"]["501"];
3761
+ 503: components["responses"]["503"];
3762
+ };
3763
+ };
3764
+ /**
3765
+ * Return FX transfer information
3766
+ * @description The HTTP request PATCH /fxTransfers/<ID> is used to inform the requester about the final determination by the switch of the transfer a request for execution of a currency conversion. The <ID> in the URI should contain the commitRequestId that was used for the creation of the FX transfer. Please note that this request does not generate a callback.
3767
+ */
3768
+ FxTransfersByIDPatch: {
3769
+ parameters: {
3770
+ header: {
3771
+ "Content-Type": components["parameters"]["Content-Type"];
3772
+ Date: components["parameters"]["Date"];
3773
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3774
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3775
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3776
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3777
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3778
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3779
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3780
+ "Content-Length"?: components["parameters"]["Content-Length"];
3781
+ };
3782
+ path: {
3783
+ ID: components["parameters"]["ID"];
3784
+ };
3785
+ };
3786
+ /** @description Transfer notification upon completion. */
3787
+ requestBody: {
3788
+ content: {
3789
+ "application/json": components["schemas"]["FxTransfersIDPatchResponse"];
3790
+ };
3791
+ };
3792
+ responses: {
3793
+ 200: components["responses"]["200"];
3794
+ 400: components["responses"]["400"];
3795
+ 401: components["responses"]["401"];
3796
+ 403: components["responses"]["403"];
3797
+ 404: components["responses"]["404"];
3798
+ 405: components["responses"]["405"];
3799
+ 406: components["responses"]["406"];
3800
+ 501: components["responses"]["501"];
3801
+ 503: components["responses"]["503"];
3802
+ };
3803
+ };
3804
+ /**
3805
+ * Return FX transfer information error
3806
+ * @description If the switch or FXP is unable to find or create a FX transfer, or another processing error occurs, the error callback `PUT /fxTransfers/{ID}/error` is used. The `{ID}` in the URI should contain the `commitRequestId` that was used for the creation of the FX transfer, or the `{ID}` that was used in the `GET /fxTransfers/{ID}`.
3807
+ */
3808
+ FxTransfersByIDAndErrorPut: {
3809
+ parameters: {
3810
+ header: {
3811
+ "Content-Length"?: components["parameters"]["Content-Length"];
3812
+ "Content-Type": components["parameters"]["Content-Type"];
3813
+ Date: components["parameters"]["Date"];
3814
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3815
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3816
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3817
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3818
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3819
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3820
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3821
+ };
3822
+ path: {
3823
+ ID: components["parameters"]["ID"];
3824
+ };
3825
+ };
3826
+ /** @description Details of the error returned. */
3827
+ requestBody: {
3828
+ content: {
3829
+ "application/json": components["schemas"]["ErrorInformationObject"];
3830
+ };
3831
+ };
3832
+ responses: {
3833
+ 200: components["responses"]["200"];
3834
+ 400: components["responses"]["400"];
3835
+ 401: components["responses"]["401"];
3836
+ 403: components["responses"]["403"];
3837
+ 404: components["responses"]["404"];
3838
+ 405: components["responses"]["405"];
3839
+ 406: components["responses"]["406"];
3840
+ 501: components["responses"]["501"];
3841
+ 503: components["responses"]["503"];
3842
+ };
3843
+ };
3844
+ /**
3845
+ * Obtain a list of the DFSPs in the scheme who provide FXP service
3846
+ * @description The HTTP request `GET /services/FXP` is used to request information about the participants in a scheme who offer currency conversion services.
3847
+ */
3848
+ ServicesFXPGet: {
3849
+ parameters: {
3850
+ header: {
3851
+ "Content-Type": components["parameters"]["Content-Type"];
3852
+ Date: components["parameters"]["Date"];
3853
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3854
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3855
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3856
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3857
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3858
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3859
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3860
+ Accept: components["parameters"]["Accept"];
3861
+ };
3862
+ };
3863
+ responses: {
3864
+ 202: components["responses"]["202"];
3865
+ 400: components["responses"]["400"];
3866
+ 401: components["responses"]["401"];
3867
+ 403: components["responses"]["403"];
3868
+ 404: components["responses"]["404"];
3869
+ 405: components["responses"]["405"];
3870
+ 406: components["responses"]["406"];
3871
+ 501: components["responses"]["501"];
3872
+ 503: components["responses"]["503"];
3873
+ };
3874
+ };
3875
+ /** @description The callback `PUT /services/FXP` is used to inform the requester about participants in a scheme who offer currency conversion services. If no participants offer these services, the return object will be blank. */
3876
+ ServicesFXPPut: {
3877
+ parameters: {
3878
+ header: {
3879
+ "Content-Type": components["parameters"]["Content-Type"];
3880
+ Date: components["parameters"]["Date"];
3881
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3882
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3883
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3884
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3885
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3886
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3887
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3888
+ "Content-Length"?: components["parameters"]["Content-Length"];
3889
+ };
3890
+ };
3891
+ /** @description The list of participant(s) who offer currency conversion services. */
3892
+ requestBody: {
3893
+ content: {
3894
+ "application/json": components["schemas"]["ServicesFXPPutResponse"];
3895
+ };
3896
+ };
3897
+ responses: {
3898
+ 200: components["responses"]["200"];
3899
+ 400: components["responses"]["400"];
3900
+ 401: components["responses"]["401"];
3901
+ 403: components["responses"]["403"];
3902
+ 404: components["responses"]["404"];
3903
+ 405: components["responses"]["405"];
3904
+ 406: components["responses"]["406"];
3905
+ 501: components["responses"]["501"];
3906
+ 503: components["responses"]["503"];
3907
+ };
3908
+ };
3909
+ /**
3910
+ * Obtain a list of the DFSPs in the scheme who provide FXP service
3911
+ * @description The HTTP request `GET /services/FXP/{SourceCurrency}/{TargetCurrency}` is used to request information about the participants in a scheme who offer currency conversion services in a particular currency corridor. The required corridor is specified by giving the ISO 4217 currency code for the SourceCurrency and the TargetCurrency.
3912
+ */
3913
+ ServicesFXPSourceCurrencyTargetCurrencyGet: {
3914
+ parameters: {
3915
+ header: {
3916
+ "Content-Type": components["parameters"]["Content-Type"];
3917
+ Date: components["parameters"]["Date"];
3918
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3919
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3920
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3921
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3922
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3923
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3924
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3925
+ Accept: components["parameters"]["Accept"];
3926
+ };
3927
+ path: {
3928
+ SourceCurrency: components["parameters"]["SourceCurrency"];
3929
+ TargetCurrency: components["parameters"]["TargetCurrency"];
3930
+ };
3931
+ };
3932
+ responses: {
3933
+ 202: components["responses"]["202"];
3934
+ 400: components["responses"]["400"];
3935
+ 401: components["responses"]["401"];
3936
+ 403: components["responses"]["403"];
3937
+ 404: components["responses"]["404"];
3938
+ 405: components["responses"]["405"];
3939
+ 406: components["responses"]["406"];
3940
+ 501: components["responses"]["501"];
3941
+ 503: components["responses"]["503"];
3942
+ };
3943
+ };
3944
+ /** @description The callback `PUT /services/FXP/{SourceCurrency}/{TargetCurrency}` is used to inform the requester about participants in a scheme who offer currency conversion services. If no participants offer these services, the return object will be blank. The required corridor is specified by giving the ISO 4217 currency code for the SourceCurrency and the TargetCurrency. */
3945
+ ServicesFXPSourceCurrencyTargetCurrencyPut: {
3946
+ parameters: {
3947
+ header: {
3948
+ "Content-Type": components["parameters"]["Content-Type"];
3949
+ Date: components["parameters"]["Date"];
3950
+ "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3951
+ "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
3952
+ "FSPIOP-Destination"?: components["parameters"]["FSPIOP-Destination"];
3953
+ "FSPIOP-Encryption"?: components["parameters"]["FSPIOP-Encryption"];
3954
+ "FSPIOP-Signature"?: components["parameters"]["FSPIOP-Signature"];
3955
+ "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3956
+ "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3957
+ "Content-Length"?: components["parameters"]["Content-Length"];
3958
+ };
3959
+ path: {
3960
+ SourceCurrency: components["parameters"]["SourceCurrency"];
3961
+ TargetCurrency: components["parameters"]["TargetCurrency"];
3962
+ };
3963
+ };
3964
+ /** @description The list of participant(s) who offer currency conversion services. */
3965
+ requestBody: {
3966
+ content: {
3967
+ "application/json": components["schemas"]["ServicesFXPSourceCurrencyTargetCurrencyPutResponse"];
3968
+ };
3969
+ };
3970
+ responses: {
3971
+ 200: components["responses"]["200"];
3972
+ 400: components["responses"]["400"];
3973
+ 401: components["responses"]["401"];
3974
+ 403: components["responses"]["403"];
3975
+ 404: components["responses"]["404"];
3976
+ 405: components["responses"]["405"];
3977
+ 406: components["responses"]["406"];
3978
+ 501: components["responses"]["501"];
3979
+ 503: components["responses"]["503"];
3980
+ };
3981
+ };
3982
+ }