@mojaloop/api-snippets 17.3.0 → 17.5.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 (246) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +12 -0
  3. package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +1 -2
  4. package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +1 -1
  5. package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
  6. package/docs/index.html +4 -0
  7. package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +8 -8
  8. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +2519 -0
  9. package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +2 -11
  10. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3024 -0
  11. package/docs/thirdparty-openapi3-snippets.yaml +1 -1
  12. package/fspiop/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
  13. package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
  14. package/fspiop/v1_1/openapi3/components/schemas/CorrelationId.yaml +1 -1
  15. package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
  16. package/lib/fspiop/v1_0/openapi.d.ts +0 -1
  17. package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +62 -62
  18. package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +1 -1
  19. package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +67 -67
  20. package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +1 -7
  21. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +26898 -0
  22. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +1476 -0
  23. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +7 -0
  24. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +1 -0
  25. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +8814 -0
  26. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +140 -0
  27. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -0
  28. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +133 -0
  29. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +4 -0
  30. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +1 -0
  31. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +38718 -0
  32. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1897 -0
  33. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +7 -0
  34. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +1 -0
  35. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +15536 -0
  36. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +149 -0
  37. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -0
  38. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +142 -0
  39. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +4 -0
  40. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +1 -0
  41. package/package.json +48 -36
  42. package/sdk-bulk.yaml +1 -1
  43. package/sdk-scheme-adapter/v2_0_0/backend/openapi.yaml +6 -6
  44. package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
  45. package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +0 -1
  46. package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +0 -1
  47. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +0 -5
  48. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +0 -5
  49. package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +0 -1
  50. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +3 -2
  51. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +0 -5
  52. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1494 -0
  53. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +26 -0
  54. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +25 -0
  55. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +21 -0
  56. package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +6 -0
  57. package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +8 -0
  58. package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +6 -0
  59. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +8 -0
  60. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +8 -0
  61. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +8 -0
  62. package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +8 -0
  63. package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +8 -0
  64. package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +1 -0
  65. package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +5 -0
  66. package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +5 -0
  67. package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +5 -0
  68. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +5 -0
  69. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +5 -0
  70. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +5 -0
  71. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +5 -0
  72. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +5 -0
  73. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +5 -0
  74. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +5 -0
  75. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +1 -0
  76. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
  77. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
  78. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +5 -0
  79. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
  80. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +5 -0
  81. package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +5 -0
  82. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +8 -0
  83. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +5 -0
  84. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +5 -0
  85. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +5 -0
  86. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +5 -0
  87. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +5 -0
  88. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +5 -0
  89. package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +5 -0
  90. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +5 -0
  91. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +5 -0
  92. package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +5 -0
  93. package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +5 -0
  94. package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +5 -0
  95. package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +5 -0
  96. package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +11 -0
  97. package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +14 -0
  98. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +11 -0
  99. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +12 -0
  100. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +44 -0
  101. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
  102. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +12 -0
  103. package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +9 -0
  104. package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +10 -0
  105. package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +174 -0
  106. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +6 -0
  107. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +14 -0
  108. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +11 -0
  109. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +5 -0
  110. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +13 -0
  111. package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +11 -0
  112. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +5 -0
  113. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +15 -0
  114. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +5 -0
  115. package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +9 -0
  116. package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +5 -0
  117. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +16 -0
  118. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +14 -0
  119. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +19 -0
  120. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +18 -0
  121. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +28 -0
  122. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +17 -0
  123. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +28 -0
  124. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +17 -0
  125. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +17 -0
  126. package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +13 -0
  127. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +5 -0
  128. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +6 -0
  129. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +8 -0
  130. package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +9 -0
  131. package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +7 -0
  132. package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +8 -0
  133. package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +7 -0
  134. package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +9 -0
  135. package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +11 -0
  136. package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +17 -0
  137. package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +6 -0
  138. package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +21 -0
  139. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +10 -0
  140. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +19 -0
  141. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +54 -0
  142. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +6 -0
  143. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +5 -0
  144. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +8 -0
  145. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +7 -0
  146. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +27 -0
  147. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +53 -0
  148. package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +10 -0
  149. package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +6 -0
  150. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +16 -0
  151. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +14 -0
  152. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +20 -0
  153. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +14 -0
  154. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +32 -0
  155. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +5 -0
  156. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +20 -0
  157. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +19 -0
  158. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +14 -0
  159. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +28 -0
  160. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +15 -0
  161. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +4 -0
  162. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +16 -0
  163. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +23 -0
  164. package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +5 -0
  165. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +9 -0
  166. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +14 -0
  167. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +9 -0
  168. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +8 -0
  169. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +24 -0
  170. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +26 -0
  171. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +4 -0
  172. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +16 -0
  173. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +10 -0
  174. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +10 -0
  175. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +17 -0
  176. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +13 -0
  177. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +34 -0
  178. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +7 -0
  179. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +38 -0
  180. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +35 -0
  181. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +27 -0
  182. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +27 -0
  183. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +6 -0
  184. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +8 -0
  185. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +28 -0
  186. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +29 -0
  187. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +4 -0
  188. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +8 -0
  189. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +3 -0
  190. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +10 -0
  191. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +3 -0
  192. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +8 -0
  193. package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +5 -0
  194. package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +11 -0
  195. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +29 -0
  196. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +25 -0
  197. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +34 -0
  198. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +9 -0
  199. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +14 -0
  200. package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +4 -0
  201. package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +18 -0
  202. package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +12 -0
  203. package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +12 -0
  204. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +48 -0
  205. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +32 -0
  206. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +35 -0
  207. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +5 -0
  208. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +42 -0
  209. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +72 -0
  210. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +10 -0
  211. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +10 -0
  212. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +17 -0
  213. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +9 -0
  214. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +9 -0
  215. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +9 -0
  216. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +9 -0
  217. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +12 -0
  218. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +38 -0
  219. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +41 -0
  220. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +93 -0
  221. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +7 -0
  222. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +19 -0
  223. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +5 -0
  224. package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +66 -0
  225. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +26 -0
  226. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +23 -0
  227. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +24 -0
  228. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +21 -0
  229. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
  230. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +21 -0
  231. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +24 -0
  232. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +26 -0
  233. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +25 -0
  234. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +18 -0
  235. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +19 -0
  236. package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +18 -0
  237. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +22 -0
  238. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +57 -0
  239. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +34 -0
  240. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +29 -0
  241. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +15 -0
  242. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +18 -0
  243. package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +18 -0
  244. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +55 -0
  245. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +59 -0
  246. package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +12 -0
@@ -0,0 +1,54 @@
1
+ title: PartyIdType
2
+ type: string
3
+ enum:
4
+ - MSISDN
5
+ - EMAIL
6
+ - PERSONAL_ID
7
+ - BUSINESS
8
+ - DEVICE
9
+ - ACCOUNT_ID
10
+ - IBAN
11
+ - ALIAS
12
+ description: >-
13
+ Below are the allowed values for the enumeration.
14
+
15
+ - MSISDN - An MSISDN (Mobile Station International Subscriber Directory
16
+ Number, that is, the phone number) is used as reference to a participant. The
17
+ MSISDN identifier should be in international format according to the [ITU-T
18
+ E.164 standard](https://www.itu.int/rec/T-REC-E.164/en). Optionally, the
19
+ MSISDN may be prefixed by a single plus sign, indicating the international
20
+ prefix.
21
+
22
+ - EMAIL - An email is used as reference to a participant. The format of the
23
+ email should be according to the informational [RFC
24
+ 3696](https://tools.ietf.org/html/rfc3696).
25
+
26
+ - PERSONAL_ID - A personal identifier is used as reference to a participant.
27
+ Examples of personal identification are passport number, birth certificate
28
+ number, and national registration number. The identifier number is added in
29
+ the PartyIdentifier element. The personal identifier type is added in the
30
+ PartySubIdOrType element.
31
+
32
+ - BUSINESS - A specific Business (for example, an organization or a company)
33
+ is used as reference to a participant. The BUSINESS identifier can be in any
34
+ format. To make a transaction connected to a specific username or bill number
35
+ in a Business, the PartySubIdOrType element should be used.
36
+
37
+ - DEVICE - A specific device (for example, a POS or ATM) ID connected to a
38
+ specific business or organization is used as reference to a Party. For
39
+ referencing a specific device under a specific business or organization, use
40
+ the PartySubIdOrType element.
41
+
42
+ - ACCOUNT_ID - A bank account number or FSP account ID should be used as
43
+ reference to a participant. The ACCOUNT_ID identifier can be in any format, as
44
+ formats can greatly differ depending on country and FSP.
45
+
46
+ - IBAN - A bank account number or FSP account ID is used as reference to a
47
+ participant. The IBAN identifier can consist of up to 34 alphanumeric
48
+ characters and should be entered without whitespace.
49
+
50
+ - ALIAS An alias is used as reference to a participant. The alias should be
51
+ created in the FSP as an alternative reference to an account owner. Another
52
+ example of an alias is a username in the FSP system. The ALIAS identifier can
53
+ be in any format. It is also possible to use the PartySubIdOrType element for
54
+ identifying an account under an Alias defined by the PartyIdentifier.
@@ -0,0 +1,6 @@
1
+ title: PartyIdentifier
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ description: Identifier of the Party.
6
+ example: '16135551212'
@@ -0,0 +1,5 @@
1
+ title: PartyName
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ description: Name of the Party. Could be a real name or a nickname.
@@ -0,0 +1,8 @@
1
+ title: PartyPersonalInfo
2
+ type: object
3
+ description: Data model for the complex type PartyPersonalInfo.
4
+ properties:
5
+ complexName:
6
+ $ref: ./PartyComplexName.yaml
7
+ dateOfBirth:
8
+ $ref: ./DateOfBirth.yaml
@@ -0,0 +1,7 @@
1
+ title: PartySubIdOrType
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ description: >-
6
+ Either a sub-identifier of a PartyIdentifier, or a sub-type of the
7
+ PartyIdType, normally a PersonalIdentifierType.
@@ -0,0 +1,27 @@
1
+ title: QuotesIDPutResponse
2
+ type: object
3
+ description: The object sent in the PUT /quotes/{ID} callback.
4
+ properties:
5
+ transferAmount:
6
+ $ref: ./Money.yaml
7
+ payeeReceiveAmount:
8
+ $ref: ./Money.yaml
9
+ payeeFspFee:
10
+ $ref: ./Money.yaml
11
+ payeeFspCommission:
12
+ $ref: ./Money.yaml
13
+ expiration:
14
+ $ref: ./DateTime.yaml
15
+ geoCode:
16
+ $ref: ./GeoCode.yaml
17
+ ilpPacket:
18
+ $ref: ./IlpPacket.yaml
19
+ condition:
20
+ $ref: ./IlpCondition.yaml
21
+ extensionList:
22
+ $ref: ./ExtensionList.yaml
23
+ required:
24
+ - transferAmount
25
+ - expiration
26
+ - ilpPacket
27
+ - condition
@@ -0,0 +1,53 @@
1
+ title: QuotesPostRequest
2
+ type: object
3
+ description: The object sent in the POST /quotes request.
4
+ properties:
5
+ quoteId:
6
+ $ref: ./CorrelationId.yaml
7
+ transactionId:
8
+ $ref: ./CorrelationId.yaml
9
+ transactionRequestId:
10
+ $ref: ./CorrelationId.yaml
11
+ payee:
12
+ $ref: ./Party.yaml
13
+ payer:
14
+ $ref: ./Party.yaml
15
+ amountType:
16
+ $ref: ./AmountType.yaml
17
+ amount:
18
+ $ref: ./Money.yaml
19
+ fees:
20
+ $ref: ./Money.yaml
21
+ transactionType:
22
+ $ref: ./TransactionType.yaml
23
+ converter:
24
+ allOf:
25
+ - $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/CurrencyConverter.yaml
26
+ - description: >-
27
+ An optional field which will allow the payer DFSP to specify which DFSP it wants to undertake currency conversion.
28
+ This is useful incase of if the sender wants the recipient to receive a specified amount of the target currency,
29
+ but the payer DFSP does not want to undertake the currency conversion. In this case, the amount of the transfer
30
+ would be expressed in the target currency and the amountType would be set to RECEIVE.
31
+ currencyConversion:
32
+ allOf:
33
+ - $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/FxRate.yaml
34
+ - description: >-
35
+ Used by the debtor party if it wants to share information about the currency conversion it proposes to make; or
36
+ if it is required by scheme rules to share this information. This object contains the amount of the transfer in
37
+ the source and target currencies, but does not identify the FXP being used.
38
+ geoCode:
39
+ $ref: ./GeoCode.yaml
40
+ note:
41
+ $ref: ./Note.yaml
42
+ expiration:
43
+ $ref: ./DateTime.yaml
44
+ extensionList:
45
+ $ref: ./ExtensionList.yaml
46
+ required:
47
+ - quoteId
48
+ - transactionId
49
+ - payee
50
+ - payer
51
+ - amountType
52
+ - amount
53
+ - transactionType
@@ -0,0 +1,10 @@
1
+ title: Refund
2
+ type: object
3
+ description: Data model for the complex type Refund.
4
+ properties:
5
+ originalTransactionId:
6
+ $ref: ./CorrelationId.yaml
7
+ refundReason:
8
+ $ref: ./RefundReason.yaml
9
+ required:
10
+ - originalTransactionId
@@ -0,0 +1,6 @@
1
+ title: RefundReason
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ description: Reason for the refund.
6
+ example: Free text indicating reason for the refund.
@@ -0,0 +1,16 @@
1
+ title: TransactionInitiator
2
+ type: string
3
+ enum:
4
+ - PAYER
5
+ - PAYEE
6
+ description: >-
7
+ Below are the allowed values for the enumeration.
8
+
9
+ - PAYER - Sender of funds is initiating the transaction. The account to send
10
+ from is either owned by the Payer or is connected to the Payer in some way.
11
+
12
+ - PAYEE - Recipient of the funds is initiating the transaction by sending a
13
+ transaction request. The Payer must approve the transaction, either
14
+ automatically by a pre-generated OTP or by pre-approval of the Payee, or by
15
+ manually approving in his or her own Device.
16
+ example: PAYEE
@@ -0,0 +1,14 @@
1
+ title: TransactionInitiatorType
2
+ type: string
3
+ enum:
4
+ - CONSUMER
5
+ - AGENT
6
+ - BUSINESS
7
+ - DEVICE
8
+ description: |-
9
+ Below are the allowed values for the enumeration.
10
+ - CONSUMER - Consumer is the initiator of the transaction.
11
+ - AGENT - Agent is the initiator of the transaction.
12
+ - BUSINESS - Business is the initiator of the transaction.
13
+ - DEVICE - Device is the initiator of the transaction.
14
+ example: CONSUMER
@@ -0,0 +1,20 @@
1
+ title: TransactionRequestResponse
2
+ type: object
3
+ description: 'The object sent in the PUT /transactionRequests/{ID} callback.'
4
+ properties:
5
+ body:
6
+ type: object
7
+ properties:
8
+ transactionId:
9
+ $ref: ./CorrelationId.yaml
10
+ transactionRequestState:
11
+ $ref: ./TransactionRequestState.yaml
12
+ extensionList:
13
+ $ref: ./ExtensionList.yaml
14
+ required:
15
+ - transactionRequestState
16
+ headers:
17
+ type: object
18
+ required:
19
+ - body
20
+ - headers
@@ -0,0 +1,14 @@
1
+ title: TransactionRequestState
2
+ type: string
3
+ enum:
4
+ - RECEIVED
5
+ - PENDING
6
+ - ACCEPTED
7
+ - REJECTED
8
+ description: |-
9
+ Below are the allowed values for the enumeration.
10
+ - RECEIVED - Payer FSP has received the transaction from the Payee FSP.
11
+ - PENDING - Payer FSP has sent the transaction request to the Payer.
12
+ - ACCEPTED - Payer has approved the transaction.
13
+ - REJECTED - Payer has rejected the transaction.
14
+ example: RECEIVED
@@ -0,0 +1,32 @@
1
+ title: TransactionScenario
2
+ type: string
3
+ enum:
4
+ - DEPOSIT
5
+ - WITHDRAWAL
6
+ - TRANSFER
7
+ - PAYMENT
8
+ - REFUND
9
+ description: >-
10
+ Below are the allowed values for the enumeration.
11
+
12
+ - DEPOSIT - Used for performing a Cash-In (deposit) transaction. In a normal
13
+ scenario, electronic funds are transferred from a Business account to a
14
+ Consumer account, and physical cash is given from the Consumer to the Business
15
+ User.
16
+
17
+ - WITHDRAWAL - Used for performing a Cash-Out (withdrawal) transaction. In a
18
+ normal scenario, electronic funds are transferred from a Consumer’s account to
19
+ a Business account, and physical cash is given from the Business User to the
20
+ Consumer.
21
+
22
+ - TRANSFER - Used for performing a P2P (Peer to Peer, or Consumer to Consumer)
23
+ transaction.
24
+
25
+ - PAYMENT - Usually used for performing a transaction from a Consumer to a
26
+ Merchant or Organization, but could also be for a B2B (Business to Business)
27
+ payment. The transaction could be online for a purchase in an Internet store,
28
+ in a physical store where both the Consumer and Business User are present, a
29
+ bill payment, a donation, and so on.
30
+
31
+ - REFUND - Used for performing a refund of transaction.
32
+ example: DEPOSIT
@@ -0,0 +1,5 @@
1
+ title: TransactionSubScenario
2
+ type: string
3
+ pattern: ^[A-Z_]{1,32}$
4
+ description: Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).
5
+ example: LOCALLY_DEFINED_SUBSCENARIO
@@ -0,0 +1,20 @@
1
+ title: TransactionType
2
+ type: object
3
+ description: Data model for the complex type TransactionType.
4
+ properties:
5
+ scenario:
6
+ $ref: ./TransactionScenario.yaml
7
+ subScenario:
8
+ $ref: ./TransactionSubScenario.yaml
9
+ initiator:
10
+ $ref: ./TransactionInitiator.yaml
11
+ initiatorType:
12
+ $ref: ./TransactionInitiatorType.yaml
13
+ refundInfo:
14
+ $ref: ./Refund.yaml
15
+ balanceOfPayments:
16
+ $ref: ./BalanceOfPayments.yaml
17
+ required:
18
+ - scenario
19
+ - initiator
20
+ - initiatorType
@@ -0,0 +1,19 @@
1
+ title: TransferState
2
+ type: string
3
+ enum:
4
+ - RECEIVED
5
+ - RESERVED
6
+ - COMMITTED
7
+ - ABORTED
8
+ description: >-
9
+ Below are the allowed values for the enumeration.
10
+
11
+ - RECEIVED - Next ledger has received the transfer.
12
+
13
+ - RESERVED - Next ledger has reserved the transfer.
14
+
15
+ - COMMITTED - Next ledger has successfully performed the transfer.
16
+
17
+ - ABORTED - Next ledger has aborted the transfer due to a rejection or failure
18
+ to perform the transfer.
19
+ example: RESERVED
@@ -0,0 +1,14 @@
1
+ title: TransfersIDPutResponse
2
+ type: object
3
+ description: The object sent in the PUT /transfers/{ID} callback.
4
+ properties:
5
+ fulfilment:
6
+ $ref: ./IlpFulfilment.yaml
7
+ completedTimestamp:
8
+ $ref: ./DateTime.yaml
9
+ transferState:
10
+ $ref: ./TransferState.yaml
11
+ extensionList:
12
+ $ref: ./ExtensionList.yaml
13
+ required:
14
+ - transferState
@@ -0,0 +1,28 @@
1
+ title: TransfersPostRequest
2
+ type: object
3
+ description: The object sent in the POST /transfers request.
4
+ properties:
5
+ transferId:
6
+ $ref: ./CorrelationId.yaml
7
+ payeeFsp:
8
+ $ref: ./FspId.yaml
9
+ payerFsp:
10
+ $ref: ./FspId.yaml
11
+ amount:
12
+ $ref: ./Money.yaml
13
+ ilpPacket:
14
+ $ref: ./IlpPacket.yaml
15
+ condition:
16
+ $ref: ./IlpCondition.yaml
17
+ expiration:
18
+ $ref: ./DateTime.yaml
19
+ extensionList:
20
+ $ref: ./ExtensionList.yaml
21
+ required:
22
+ - transferId
23
+ - payeeFsp
24
+ - payerFsp
25
+ - amount
26
+ - ilpPacket
27
+ - condition
28
+ - expiration
@@ -0,0 +1,15 @@
1
+ type: array
2
+ items:
3
+ type: object
4
+ required:
5
+ - idType
6
+ - idValue
7
+ properties:
8
+ idType:
9
+ $ref: ./PartyIdType.yaml
10
+ idValue:
11
+ $ref: ./PartyIdentifier.yaml
12
+ idSubValue:
13
+ $ref: ./PartySubIdOrType.yaml
14
+ error:
15
+ $ref: ./errorResponse.yaml
@@ -0,0 +1,4 @@
1
+ type: string
2
+ enum:
3
+ - ERROR_OCCURRED
4
+ - COMPLETED
@@ -0,0 +1,16 @@
1
+ type: array
2
+ items:
3
+ type: object
4
+ required:
5
+ - idType
6
+ - idValue
7
+ - currency
8
+ properties:
9
+ idType:
10
+ $ref: ./PartyIdType.yaml
11
+ idValue:
12
+ $ref: ./PartyIdentifier.yaml
13
+ idSubValue:
14
+ $ref: ./PartySubIdOrType.yaml
15
+ currency:
16
+ $ref: ./Currency.yaml
@@ -0,0 +1,23 @@
1
+ type: object
2
+ required:
3
+ - accounts
4
+ properties:
5
+ modelId:
6
+ $ref: ./CorrelationId.yaml
7
+ accounts:
8
+ $ref: ./accountsRequest.yaml
9
+ response:
10
+ $ref: ./accountCreationStatus.yaml
11
+ currentState:
12
+ $ref: ./accountsCreationState.yaml
13
+ lastError:
14
+ $ref: ./transferError.yaml
15
+ postAccountsResponse:
16
+ type: object
17
+ required:
18
+ - body
19
+ properties:
20
+ body:
21
+ type: object
22
+ headers:
23
+ type: object
@@ -0,0 +1,5 @@
1
+ type: string
2
+ enum:
3
+ - WAITING_FOR_ACTION
4
+ - COMPLETED
5
+ - ERROR_OCCURRED
@@ -0,0 +1,9 @@
1
+ type: object
2
+ required:
3
+ - enabled
4
+ properties:
5
+ enabled:
6
+ type: boolean
7
+ enum:
8
+ - false
9
+ - true
@@ -0,0 +1,14 @@
1
+ type: object
2
+ required:
3
+ - enabled
4
+ properties:
5
+ enabled:
6
+ type: boolean
7
+ enum:
8
+ - true
9
+ - false
10
+ perTransferFeeLimits:
11
+ type: array
12
+ minItems: 0
13
+ items:
14
+ $ref: ./bulkPerTransferFeeLimit.yaml
@@ -0,0 +1,9 @@
1
+ type: object
2
+ required:
3
+ - currency
4
+ - amount
5
+ properties:
6
+ currency:
7
+ $ref: ./Currency.yaml
8
+ amount:
9
+ $ref: ./Amount.yaml
@@ -0,0 +1,8 @@
1
+ allOf:
2
+ - $ref: ./errorResponse.yaml
3
+ - type: object
4
+ required:
5
+ - bulkQuoteState
6
+ properties:
7
+ bulkQuoteState:
8
+ $ref: ./bulkQuoteResponse.yaml
@@ -0,0 +1,24 @@
1
+ type: object
2
+ required:
3
+ - homeTransactionId
4
+ - from
5
+ - individualQuotes
6
+ properties:
7
+ homeTransactionId:
8
+ type: string
9
+ description: >-
10
+ Transaction ID from the DFSP backend, used to reconcile transactions
11
+ between the Switch and DFSP backend systems.
12
+ bulkQuoteId:
13
+ $ref: ./CorrelationId.yaml
14
+ from:
15
+ $ref: ./transferParty.yaml
16
+ individualQuotes:
17
+ description: List of individual quotes in a bulk quote.
18
+ type: array
19
+ minItems: 1
20
+ maxItems: 1000
21
+ items:
22
+ $ref: ./individualQuote.yaml
23
+ extensions:
24
+ $ref: ./ExtensionList.yaml
@@ -0,0 +1,26 @@
1
+ type: object
2
+ required:
3
+ - bulkQuoteId
4
+ - individualQuoteResults
5
+ - currentState
6
+ - expiration
7
+ properties:
8
+ bulkQuoteId:
9
+ $ref: ./CorrelationId.yaml
10
+ homeTransactionId:
11
+ type: string
12
+ description: >-
13
+ Transaction ID from the DFSP backend, used to reconcile transactions
14
+ between the Switch and DFSP backend systems.
15
+ expiration:
16
+ $ref: ./DateTime.yaml
17
+ extensionList:
18
+ $ref: ./ExtensionList.yaml
19
+ currentState:
20
+ $ref: ../schemas/bulkTransferStatus.yaml
21
+ individualQuoteResults:
22
+ type: array
23
+ maxItems: 1000
24
+ items:
25
+ $ref: ./individualQuoteResult.yaml
26
+ description: List of individualQuoteResults in a bulk transfer response.
@@ -0,0 +1,4 @@
1
+ type: string
2
+ enum:
3
+ - ERROR_OCCURRED
4
+ - COMPLETED
@@ -0,0 +1,16 @@
1
+ type: object
2
+ required:
3
+ - bulkQuoteId
4
+ - currentState
5
+ - individualQuotes
6
+ properties:
7
+ bulkQuoteId:
8
+ $ref: ./CorrelationId.yaml
9
+ currentState:
10
+ $ref: ./bulkQuoteStatus.yaml
11
+ individualQuotes:
12
+ type: array
13
+ minItems: 1
14
+ maxItems: 1000
15
+ items:
16
+ $ref: ./individualQuote.yaml
@@ -0,0 +1,10 @@
1
+ allOf:
2
+ - $ref: ./errorResponse.yaml
3
+ - type: object
4
+ required:
5
+ - bulkTransferState
6
+ properties:
7
+ bulkTransferState:
8
+ allOf:
9
+ - $ref: ./bulkTransactionContinuationAcceptParty.yaml
10
+ - $ref: ./partyError.yaml
@@ -0,0 +1,10 @@
1
+ allOf:
2
+ - $ref: ./errorResponse.yaml
3
+ - type: object
4
+ required:
5
+ - bulkTansferState
6
+ properties:
7
+ bulkTransferState:
8
+ allOf:
9
+ - $ref: ./bulkTransactionContinuationAcceptQuote.yaml
10
+ - $ref: ./quoteError.yaml
@@ -0,0 +1,17 @@
1
+ description: >-
2
+ The object sent back as confirmation of payee parties when autoAcceptParty is
3
+ false.
4
+ type: object
5
+ required:
6
+ - individualTransfers
7
+ properties:
8
+ individualTransfers:
9
+ description: >-
10
+ List of individual transfers in a bulk transfer with accept party
11
+ information.
12
+ type: array
13
+ minItems: 1
14
+ items:
15
+ allOf:
16
+ - $ref: ./bulkTransactionIndividualTransferAccept.yaml
17
+ - $ref: ./transferContinuationAcceptParty.yaml
@@ -0,0 +1,13 @@
1
+ description: The object sent back as confirmation of quotes when autoAcceptQuotes is false.
2
+ type: object
3
+ required:
4
+ - individualTransfers
5
+ properties:
6
+ individualTransfers:
7
+ description: List of individual transfers in a bulk transfer.
8
+ type: array
9
+ minItems: 1
10
+ items:
11
+ allOf:
12
+ - $ref: ./bulkTransactionIndividualTransferAccept.yaml
13
+ - $ref: ./transferContinuationAcceptQuote.yaml
@@ -0,0 +1,34 @@
1
+ title: BulkTransactionIndividualTransfer
2
+ type: object
3
+ description: Data model for the complex type 'bulkTransactionIndividualTransfer'.
4
+ properties:
5
+ homeTransactionId:
6
+ type: string
7
+ description: >-
8
+ Transaction ID from the DFSP backend, used to reconcile transactions
9
+ between the Switch and DFSP backend systems.
10
+ to:
11
+ $ref: ./Party.yaml
12
+ reference:
13
+ description: Payer Loan reference
14
+ type: string
15
+ amountType:
16
+ $ref: ./AmountType.yaml
17
+ currency:
18
+ $ref: ./Currency.yaml
19
+ amount:
20
+ $ref: ./Amount.yaml
21
+ note:
22
+ $ref: ./Note.yaml
23
+ quoteExtensions:
24
+ $ref: ./ExtensionList.yaml
25
+ transferExtensions:
26
+ $ref: ./ExtensionList.yaml
27
+ lastError:
28
+ $ref: ./transferError.yaml
29
+ required:
30
+ - homeTransactionId
31
+ - to
32
+ - amountType
33
+ - currency
34
+ - amount