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

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