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