@mojaloop/api-snippets 17.2.5 → 17.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/audit-ci.jsonc +1 -0
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +204 -805
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +2432 -2447
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +4841 -0
- package/docs/index.html +1 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +103 -345
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +150 -492
- package/docs/thirdparty-openapi3-snippets.yaml +296 -886
- package/fspiop/v1_1/openapi3/openapi.yaml +10 -2
- package/fspiop/v2_0/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/SourceCurrency.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/TargetCurrency.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/Amount.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/AmountType.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationInfo.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationType.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationValue.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthorizationResponse.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/BalanceOfPayments.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/BinaryString.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/BinaryString32.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesIDPutResponse.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesPostRequest.yaml +25 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransferState.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersIDPutResponse.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersPostRequest.yaml +30 -0
- package/fspiop/v2_0/openapi3/components/schemas/Code.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/Currency.yaml +174 -0
- package/fspiop/v2_0/openapi3/components/schemas/CurrencyConverter.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Date.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/DateOfBirth.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/DateTime.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationObject.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/FirstName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/FspId.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxCharge.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml +57 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxMoney.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxQuotesIDPutResponse.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxQuotesPostRequest.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxRate.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPatchResponse.yaml +16 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml +41 -0
- package/fspiop/v2_0/openapi3/components/schemas/GeoCode.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpCondition.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpPacket.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualQuote.yaml +29 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualQuoteResult.yaml +26 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualTransfer.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualTransferResult.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/Integer.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/KYCInformation.yaml +33 -0
- package/fspiop/v2_0/openapi3/components/schemas/LastName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Latitude.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/Longitude.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/MiddleName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Money.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/Name.yaml +17 -0
- package/fspiop/v2_0/openapi3/components/schemas/Note.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/OtpValue.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/Party.yaml +21 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyComplexName.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdType.yaml +54 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyName.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/PersonalIdentifierType.yaml +51 -0
- package/fspiop/v2_0/openapi3/components/schemas/QRCODE.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +27 -0
- package/fspiop/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +53 -0
- package/fspiop/v2_0/openapi3/components/schemas/Refund.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/RefundReason.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPPutResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPSourceCurrencyTargetCurrencyPutResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/TokenCode.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/Transaction.yaml +50 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiator.yaml +16 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiatorType.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsIDPutResponse.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +30 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionScenario.yaml +32 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionState.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionSubScenario.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionType.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionsIDPutResponse.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransferState.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPatchResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPutResponse.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersPostRequest.yaml +28 -0
- package/fspiop/v2_0/openapi3/components/schemas/U2FPIN.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/U2FPinValue.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/UndefinedEnum.yaml +6 -0
- package/fspiop/v2_0/openapi3/openapi.yaml +136 -0
- package/fspiop/v2_0/openapi3/paths/authorizations_ID.yaml +110 -0
- package/fspiop/v2_0/openapi3/paths/authorizations_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes.yaml +45 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers.yaml +45 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers_ID.yaml +118 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/participants.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/participants_ID.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/participants_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID.yaml +167 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId.yaml +168 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId.yaml +82 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/quotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/quotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/services_FXP.yaml +73 -0
- package/fspiop/v2_0/openapi3/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +77 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests.yaml +47 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests_ID_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/transactions_ID.yaml +80 -0
- package/fspiop/v2_0/openapi3/paths/transactions_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/transfers_ID.yaml +119 -0
- package/fspiop/v2_0/openapi3/paths/transfers_ID_error.yaml +49 -0
- package/lib/fspiop/v1_1/openapi.d.ts +524 -542
- package/lib/fspiop/v2_0/openapi.d.ts +3964 -0
- package/lib/fspiop/v2_0/openapi.js +7 -0
- package/lib/fspiop/v2_0/openapi.js.map +1 -0
- package/lib/scripts/json-schema-generator.js +4 -5
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/scripts/openapi-refactor.d.ts +29 -0
- package/lib/scripts/openapi-refactor.js +70 -0
- package/lib/scripts/openapi-refactor.js.map +1 -0
- package/package.json +29 -21
- package/tsconfig.build.json +1 -1
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
openapi: 3.0.1
|
|
2
2
|
info:
|
|
3
3
|
title: Mojaloop SDK Outbound Scheme Adapter API
|
|
4
|
-
description:
|
|
4
|
+
description: |
|
|
5
5
|
Specification for the Mojaloop SDK Scheme Adapter Outbound Transfers API
|
|
6
6
|
|
|
7
|
+
This API can be used by DFSP backends to simplify the process of sending funds to other parties within a Mojaloop scheme.
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
funds to other parties within a Mojaloop scheme.
|
|
9
|
+
Please see other documentation on https://github.com/mojaloop/sdk-scheme-adapter for more information.
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
Please see other documentation on
|
|
13
|
-
https://github.com/mojaloop/sdk-scheme-adapter for more information.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
**Note on terminology:** The term "Switch" is equal to the term "Hub", and
|
|
17
|
-
the term "FSP" is equal to the term "DFSP".
|
|
11
|
+
**Note on terminology:** The term "Switch" is equal to the term "Hub", and the term "FSP" is equal to the term "DFSP".
|
|
18
12
|
license:
|
|
19
13
|
name: Apache License Version 2.0, January 2004
|
|
20
14
|
url: https://github.com/mojaloop/documentation/blob/main/LICENSE.md
|
|
@@ -23,24 +17,17 @@ paths:
|
|
|
23
17
|
/:
|
|
24
18
|
get:
|
|
25
19
|
summary: Health check endpoint
|
|
26
|
-
description:
|
|
27
|
-
This endpoint allows a user of the SDK scheme adapter to check the
|
|
28
|
-
outbound transfers service is listening.
|
|
20
|
+
description: This endpoint allows a user of the SDK scheme adapter to check the outbound transfers service is listening.
|
|
29
21
|
tags:
|
|
30
22
|
- Health
|
|
31
23
|
responses:
|
|
32
24
|
'200':
|
|
33
|
-
description:
|
|
34
|
-
Returns empty body if the scheme adapter outbound transfers service
|
|
35
|
-
is running.
|
|
25
|
+
description: Returns empty body if the scheme adapter outbound transfers service is running.
|
|
36
26
|
/accounts:
|
|
37
27
|
post:
|
|
38
28
|
summary: Create accounts on the Account Lookup Service
|
|
39
|
-
description:
|
|
40
|
-
The HTTP request `POST /accounts` is used to create account information
|
|
41
|
-
on the Account Lookup Service (ALS) regarding the provided list of
|
|
42
|
-
identities.
|
|
43
|
-
|
|
29
|
+
description: |-
|
|
30
|
+
The HTTP request `POST /accounts` is used to create account information on the Account Lookup Service (ALS) regarding the provided list of identities.
|
|
44
31
|
|
|
45
32
|
Caller DFSP is used as the account source FSP information
|
|
46
33
|
tags:
|
|
@@ -64,9 +51,8 @@ paths:
|
|
|
64
51
|
/bulkQuotes:
|
|
65
52
|
post:
|
|
66
53
|
summary: Request bulk quotes for the provided financial transactions
|
|
67
|
-
description:
|
|
68
|
-
The HTTP request `POST /bulkQuotes` is used to request a bulk quote to
|
|
69
|
-
fascilitate funds transfer from payer DFSP to payees' DFSP.
|
|
54
|
+
description: |
|
|
55
|
+
The HTTP request `POST /bulkQuotes` is used to request a bulk quote to fascilitate funds transfer from payer DFSP to payees' DFSP.
|
|
70
56
|
tags:
|
|
71
57
|
- BulkQuotes
|
|
72
58
|
requestBody:
|
|
@@ -88,11 +74,7 @@ paths:
|
|
|
88
74
|
/bulkQuotes/{bulkQuoteId}:
|
|
89
75
|
get:
|
|
90
76
|
summary: Retrieves information for a specific bulk quote
|
|
91
|
-
description:
|
|
92
|
-
The HTTP request `GET /bulkQuotes/{bulktQuoteId}` is used to get
|
|
93
|
-
information regarding a bulk quote created or requested earlier. The
|
|
94
|
-
`{bulkQuoteId}` in the URI should contain the `bulkQuoteId` that was
|
|
95
|
-
used for the creation of the bulk quote.
|
|
77
|
+
description: The HTTP request `GET /bulkQuotes/{bulktQuoteId}` is used to get information regarding a bulk quote created or requested earlier. The `{bulkQuoteId}` in the URI should contain the `bulkQuoteId` that was used for the creation of the bulk quote.
|
|
96
78
|
tags:
|
|
97
79
|
- BulkQuotes
|
|
98
80
|
parameters:
|
|
@@ -113,9 +95,8 @@ paths:
|
|
|
113
95
|
/bulkTransactions:
|
|
114
96
|
post:
|
|
115
97
|
summary: Sends money from one account to multiple accounts
|
|
116
|
-
description:
|
|
117
|
-
The HTTP request `POST /bulkTransactions` is used to request the
|
|
118
|
-
movement of funds from payer DFSP to payees' DFSP.
|
|
98
|
+
description: |
|
|
99
|
+
The HTTP request `POST /bulkTransactions` is used to request the movement of funds from payer DFSP to payees' DFSP.
|
|
119
100
|
tags:
|
|
120
101
|
- BulkTransactions
|
|
121
102
|
requestBody:
|
|
@@ -135,13 +116,7 @@ paths:
|
|
|
135
116
|
/bulkTransactions/{bulkTransactionId}:
|
|
136
117
|
put:
|
|
137
118
|
summary: Amends the bulk transaction request
|
|
138
|
-
description:
|
|
139
|
-
The HTTP request `PUT /bulkTransactions/{bulkTransactionId}` is used to
|
|
140
|
-
amend information regarding a bulk transaction, i.e. when
|
|
141
|
-
autoAcceptParty or autoAcceptQuote is false then the payer need to
|
|
142
|
-
provide confirmation to proceed with further processing of the request.
|
|
143
|
-
The `{bulkTransactionId}` in the URI should contain the
|
|
144
|
-
`bulkTransactionId` that was used for the creation of the bulk transfer.
|
|
119
|
+
description: The HTTP request `PUT /bulkTransactions/{bulkTransactionId}` is used to amend information regarding a bulk transaction, i.e. when autoAcceptParty or autoAcceptQuote is false then the payer need to provide confirmation to proceed with further processing of the request. The `{bulkTransactionId}` in the URI should contain the `bulkTransactionId` that was used for the creation of the bulk transfer.
|
|
145
120
|
tags:
|
|
146
121
|
- BulkTransactions
|
|
147
122
|
parameters:
|
|
@@ -169,9 +144,8 @@ paths:
|
|
|
169
144
|
/bulkTransfers:
|
|
170
145
|
post:
|
|
171
146
|
summary: Sends money from one account to multiple accounts
|
|
172
|
-
description:
|
|
173
|
-
The HTTP request `POST /bulkTransfers` is used to request the movement
|
|
174
|
-
of funds from payer DFSP to payees' DFSP.
|
|
147
|
+
description: |
|
|
148
|
+
The HTTP request `POST /bulkTransfers` is used to request the movement of funds from payer DFSP to payees' DFSP.
|
|
175
149
|
tags:
|
|
176
150
|
- BulkTransfers
|
|
177
151
|
requestBody:
|
|
@@ -191,11 +165,7 @@ paths:
|
|
|
191
165
|
/bulkTransfers/{bulkTransferId}:
|
|
192
166
|
get:
|
|
193
167
|
summary: Retrieves information for a specific bulk transfer
|
|
194
|
-
description:
|
|
195
|
-
The HTTP request `GET /bulkTransfers/{bulkTransferId}` is used to get
|
|
196
|
-
information regarding a bulk transfer created or requested earlier. The
|
|
197
|
-
`{bulkTransferId}` in the URI should contain the `bulkTransferId` that
|
|
198
|
-
was used for the creation of the bulk transfer.
|
|
168
|
+
description: The HTTP request `GET /bulkTransfers/{bulkTransferId}` is used to get information regarding a bulk transfer created or requested earlier. The `{bulkTransferId}` in the URI should contain the `bulkTransferId` that was used for the creation of the bulk transfer.
|
|
199
169
|
tags:
|
|
200
170
|
- BulkTransfers
|
|
201
171
|
parameters:
|
|
@@ -218,11 +188,7 @@ paths:
|
|
|
218
188
|
- $ref: '#/components/parameters/Type'
|
|
219
189
|
- $ref: '#/components/parameters/ID'
|
|
220
190
|
get:
|
|
221
|
-
description:
|
|
222
|
-
The HTTP request GET /parties// (or GET /parties///) is used to lookup
|
|
223
|
-
information regarding the requested Party, defined by , and optionally
|
|
224
|
-
(for example, GET /parties/MSISDN/123456789, or GET
|
|
225
|
-
/parties/BUSINESS/shoecompany/employee1).
|
|
191
|
+
description: The HTTP request GET /parties// (or GET /parties///) is used to lookup information regarding the requested Party, defined by , and optionally (for example, GET /parties/MSISDN/123456789, or GET /parties/BUSINESS/shoecompany/employee1).
|
|
226
192
|
summary: PartiesByTypeAndID
|
|
227
193
|
tags:
|
|
228
194
|
- parties
|
|
@@ -238,11 +204,7 @@ paths:
|
|
|
238
204
|
- $ref: '#/components/parameters/ID'
|
|
239
205
|
- $ref: '#/components/parameters/SubId'
|
|
240
206
|
get:
|
|
241
|
-
description:
|
|
242
|
-
The HTTP request GET /parties// (or GET /parties///) is used to lookup
|
|
243
|
-
information regarding the requested Party, defined by , and optionally
|
|
244
|
-
(for example, GET /parties/MSISDN/123456789, or GET
|
|
245
|
-
/parties/BUSINESS/shoecompany/employee1).
|
|
207
|
+
description: The HTTP request GET /parties// (or GET /parties///) is used to lookup information regarding the requested Party, defined by , and optionally (for example, GET /parties/MSISDN/123456789, or GET /parties/BUSINESS/shoecompany/employee1).
|
|
246
208
|
summary: PartiesSubIdByTypeAndID
|
|
247
209
|
tags:
|
|
248
210
|
- parties
|
|
@@ -274,10 +236,8 @@ paths:
|
|
|
274
236
|
/requestToPay:
|
|
275
237
|
post:
|
|
276
238
|
summary: Receiver requesting funds from Sender
|
|
277
|
-
description:
|
|
278
|
-
The HTTP request `POST /requestToPay` is used to support Pull Funds
|
|
279
|
-
pattern where in a receiver can request for funds from the Sender.
|
|
280
|
-
|
|
239
|
+
description: |
|
|
240
|
+
The HTTP request `POST /requestToPay` is used to support Pull Funds pattern where in a receiver can request for funds from the Sender.
|
|
281
241
|
The underlying API has two stages:
|
|
282
242
|
|
|
283
243
|
1. Party lookup. This facilitates a check by the sending party that the destination party is correct before proceeding with a money movement.
|
|
@@ -296,19 +256,11 @@ paths:
|
|
|
296
256
|
$ref: '#/components/responses/requestToPaySuccess'
|
|
297
257
|
/requestToPay/{transactionRequestId}:
|
|
298
258
|
put:
|
|
299
|
-
summary:
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
continue a transfer initiated via the `POST /requestToPay` method that
|
|
305
|
-
has halted after party lookup stage.
|
|
306
|
-
|
|
307
|
-
The request body should contain the "acceptParty" property set to `true`
|
|
308
|
-
as required to continue the transfer.
|
|
309
|
-
|
|
310
|
-
See the description of the `POST /requestToPay` HTTP method for more
|
|
311
|
-
information on modes of transfer.
|
|
259
|
+
summary: Continues a request funds from sender that has paused at the party resolution stage in order to accept or reject party information
|
|
260
|
+
description: |
|
|
261
|
+
The HTTP request `PUT /requestToPay/{transactionRequestId}` is used to continue a transfer initiated via the `POST /requestToPay` method that has halted after party lookup stage.
|
|
262
|
+
The request body should contain the "acceptParty" property set to `true` as required to continue the transfer.
|
|
263
|
+
See the description of the `POST /requestToPay` HTTP method for more information on modes of transfer.
|
|
312
264
|
tags:
|
|
313
265
|
- RequestToPay
|
|
314
266
|
requestBody:
|
|
@@ -327,13 +279,9 @@ paths:
|
|
|
327
279
|
$ref: '#/components/responses/transferTimeout'
|
|
328
280
|
/requestToPayTransfer:
|
|
329
281
|
post:
|
|
330
|
-
summary:
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
description: >
|
|
334
|
-
The HTTP request `POST /requestToPayTransfer` is used to request the
|
|
335
|
-
movement of funds from payer DFSP to payee DFSP.
|
|
336
|
-
|
|
282
|
+
summary: Used to trigger funds from customer fsp account to merchant fsp account. This is a follow-up request to requestToPay.
|
|
283
|
+
description: |
|
|
284
|
+
The HTTP request `POST /requestToPayTransfer` is used to request the movement of funds from payer DFSP to payee DFSP.
|
|
337
285
|
The underlying Mojaloop API has three stages for money transfer:
|
|
338
286
|
|
|
339
287
|
1. Quotation. This facilitates the exchange of fee information and the construction of a cryptographic "contract" between payee and payer DFSPs before funds are transferred.
|
|
@@ -341,30 +289,17 @@ paths:
|
|
|
341
289
|
3. Transfer. The enactment of the previously agreed "contract"
|
|
342
290
|
|
|
343
291
|
This method has several modes of operation.
|
|
344
|
-
|
|
345
|
-
- If the configuration variable `AUTO_ACCEPT_QUOTES` is set to `"false"`
|
|
346
|
-
this method will terminate and return the quotation when it has been
|
|
347
|
-
received from the payee DFSP.
|
|
292
|
+
- If the configuration variable `AUTO_ACCEPT_QUOTES` is set to `"false"` this method will terminate and return the quotation when it has been received from the payee DFSP.
|
|
348
293
|
If the payee wished to proceed with the otp, then a subsequent `PUT /transfers/{transferId}` request (accepting the quote) is required to continue the operation.
|
|
349
294
|
The scheme adapter will then proceed with the transfer state.
|
|
350
295
|
|
|
351
|
-
- If the configuration variable `AUTO_ACCEPT_OTP` is set to `"false"`
|
|
352
|
-
this method will terminate and return the otp when it has been received
|
|
353
|
-
from the payee DFSP.
|
|
296
|
+
- If the configuration variable `AUTO_ACCEPT_OTP` is set to `"false"` this method will terminate and return the otp when it has been received from the payee DFSP.
|
|
354
297
|
If the payer wished to proceed with the transfer, then a subsequent `PUT /transfers/{transferId}` request (accepting the quote) is required to continue the operation.
|
|
355
298
|
The scheme adapter will then proceed with the transfer state.
|
|
356
299
|
|
|
357
|
-
If the configuration variables `AUTO_ACCEPT_PARTIES` and
|
|
358
|
-
`AUTO_ACCEPT_QUOTES` are both set to `"true"` this method will block
|
|
359
|
-
until all three transfer stages are complete. Upon completion it will
|
|
360
|
-
return the entire set of transfer details received during the operation.
|
|
361
|
-
|
|
300
|
+
If the configuration variables `AUTO_ACCEPT_PARTIES` and `AUTO_ACCEPT_QUOTES` are both set to `"true"` this method will block until all three transfer stages are complete. Upon completion it will return the entire set of transfer details received during the operation.
|
|
362
301
|
|
|
363
|
-
Combinations of settings for `AUTO_ACCEPT...` configuration variables
|
|
364
|
-
allow the scheme adapter user to decide which mode of operation best
|
|
365
|
-
suits their use cases. i.e. the scheme adapter can be configured to
|
|
366
|
-
"break" the three stage transfer at these points in order to execute
|
|
367
|
-
backend logic such as party verification, quoted fees assessments etc...
|
|
302
|
+
Combinations of settings for `AUTO_ACCEPT...` configuration variables allow the scheme adapter user to decide which mode of operation best suits their use cases. i.e. the scheme adapter can be configured to "break" the three stage transfer at these points in order to execute backend logic such as party verification, quoted fees assessments etc...
|
|
368
303
|
tags:
|
|
369
304
|
- RequestToPayTransfer
|
|
370
305
|
requestBody:
|
|
@@ -385,21 +320,13 @@ paths:
|
|
|
385
320
|
$ref: '#/components/responses/transferTimeout'
|
|
386
321
|
/requestToPayTransfer/{transactionRequestId}:
|
|
387
322
|
put:
|
|
388
|
-
summary:
|
|
389
|
-
|
|
390
|
-
or
|
|
391
|
-
description: >
|
|
392
|
-
This request is used to continue a requestToPayTransfer initiated via
|
|
393
|
-
the `POST /requestToPayTransfer` method that has halted after quotation
|
|
394
|
-
stage and/or otp stage.
|
|
395
|
-
|
|
323
|
+
summary: Continues a transfer that has paused at the otp stage in order to accept or reject quote
|
|
324
|
+
description: |
|
|
325
|
+
This request is used to continue a requestToPayTransfer initiated via the `POST /requestToPayTransfer` method that has halted after quotation stage and/or otp stage.
|
|
396
326
|
|
|
397
|
-
The request body should contain either the "acceptOTP" or "acceptQuote"
|
|
398
|
-
property set to `true` as required to continue the transfer.
|
|
327
|
+
The request body should contain either the "acceptOTP" or "acceptQuote" property set to `true` as required to continue the transfer.
|
|
399
328
|
|
|
400
|
-
|
|
401
|
-
See the description of the `POST /requestToPayTransfer` HTTP method for
|
|
402
|
-
more information on modes of transfer.
|
|
329
|
+
See the description of the `POST /requestToPayTransfer` HTTP method for more information on modes of transfer.
|
|
403
330
|
tags:
|
|
404
331
|
- RequestToPayTransferID
|
|
405
332
|
requestBody:
|
|
@@ -440,10 +367,8 @@ paths:
|
|
|
440
367
|
/transfers:
|
|
441
368
|
post:
|
|
442
369
|
summary: Sends money from one account to another
|
|
443
|
-
description:
|
|
444
|
-
The HTTP request `POST /transfers` is used to request the movement of
|
|
445
|
-
funds from payer DFSP to payee DFSP.
|
|
446
|
-
|
|
370
|
+
description: |
|
|
371
|
+
The HTTP request `POST /transfers` is used to request the movement of funds from payer DFSP to payee DFSP.
|
|
447
372
|
The underlying Mojaloop API has three stages for money transfer:
|
|
448
373
|
|
|
449
374
|
1. Party lookup. This facilitates a check by the sending party that the destination party is correct before proceeding with a money movement.
|
|
@@ -451,30 +376,17 @@ paths:
|
|
|
451
376
|
3. Transfer. The enactment of the previously agreed "contract"
|
|
452
377
|
|
|
453
378
|
This method has several modes of operation.
|
|
454
|
-
|
|
455
|
-
- If the configuration variables `AUTO_ACCEPT_PARTIES` is set to
|
|
456
|
-
`"false"` this method will terminate when the payee party has been
|
|
457
|
-
resolved and return the payee party details.
|
|
379
|
+
- If the configuration variables `AUTO_ACCEPT_PARTIES` is set to `"false"` this method will terminate when the payee party has been resolved and return the payee party details.
|
|
458
380
|
If the payee wishes to proceed with the transfer, then a subsequent `PUT /transfers/{transferId}` request (accepting the payee party) is required to continue the operation.
|
|
459
381
|
The scheme adapter will then proceed with quotation stage...
|
|
460
382
|
|
|
461
|
-
- If the configuration variable `AUTO_ACCEPT_QUOTES` is set to `"false"`
|
|
462
|
-
this method will terminate and return the quotation when it has been
|
|
463
|
-
received from the payee DFSP.
|
|
383
|
+
- If the configuration variable `AUTO_ACCEPT_QUOTES` is set to `"false"` this method will terminate and return the quotation when it has been received from the payee DFSP.
|
|
464
384
|
If the payee wished to proceed with the transfer, then a subsequent `PUT /transfers/{transferId}` request (accepting the quote) is required to continue the operation.
|
|
465
385
|
The scheme adapter will then proceed with the transfer state.
|
|
466
386
|
|
|
467
|
-
If the configuration variables `AUTO_ACCEPT_PARTIES` and
|
|
468
|
-
`AUTO_ACCEPT_QUOTES` are both set to `"true"` this method will block
|
|
469
|
-
until all three transfer stages are complete. Upon completion it will
|
|
470
|
-
return the entire set of transfer details received during the operation.
|
|
387
|
+
If the configuration variables `AUTO_ACCEPT_PARTIES` and `AUTO_ACCEPT_QUOTES` are both set to `"true"` this method will block until all three transfer stages are complete. Upon completion it will return the entire set of transfer details received during the operation.
|
|
471
388
|
|
|
472
|
-
|
|
473
|
-
Combinations of settings for `AUTO_ACCEPT...` configuration variables
|
|
474
|
-
allow the scheme adapter user to decide which mode of operation best
|
|
475
|
-
suits their use cases. i.e. the scheme adapter can be configured to
|
|
476
|
-
"break" the three stage transfer at these points in order to execute
|
|
477
|
-
backend logic such as party verification, quoted fees assessments etc...
|
|
389
|
+
Combinations of settings for `AUTO_ACCEPT...` configuration variables allow the scheme adapter user to decide which mode of operation best suits their use cases. i.e. the scheme adapter can be configured to "break" the three stage transfer at these points in order to execute backend logic such as party verification, quoted fees assessments etc...
|
|
478
390
|
tags:
|
|
479
391
|
- Transfers
|
|
480
392
|
requestBody:
|
|
@@ -495,22 +407,13 @@ paths:
|
|
|
495
407
|
$ref: '#/components/responses/transferTimeout'
|
|
496
408
|
/transfers/{transferId}:
|
|
497
409
|
put:
|
|
498
|
-
summary:
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
description: >
|
|
502
|
-
The HTTP request `PUT /transfers/{transferId}` is used to continue a
|
|
503
|
-
transfer initiated via the `POST /transfers` method that has halted
|
|
504
|
-
after party lookup and/or quotation stage.
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
The request body should contain either the "acceptParty" or
|
|
508
|
-
"acceptQuote" property set to `true` as required to continue the
|
|
509
|
-
transfer.
|
|
410
|
+
summary: Continues a transfer that has paused at the quote stage in order to accept or reject payee party and/or quote
|
|
411
|
+
description: |
|
|
412
|
+
The HTTP request `PUT /transfers/{transferId}` is used to continue a transfer initiated via the `POST /transfers` method that has halted after party lookup and/or quotation stage.
|
|
510
413
|
|
|
414
|
+
The request body should contain either the "acceptParty" or "acceptQuote" property set to `true` as required to continue the transfer.
|
|
511
415
|
|
|
512
|
-
See the description of the `POST /transfers` HTTP method for more
|
|
513
|
-
information on modes of transfer.
|
|
416
|
+
See the description of the `POST /transfers` HTTP method for more information on modes of transfer.
|
|
514
417
|
tags:
|
|
515
418
|
- Transfers
|
|
516
419
|
requestBody:
|
|
@@ -531,11 +434,7 @@ paths:
|
|
|
531
434
|
$ref: '#/components/responses/transferTimeout'
|
|
532
435
|
get:
|
|
533
436
|
summary: Retrieves information for a specific transfer
|
|
534
|
-
description:
|
|
535
|
-
The HTTP request `GET /transfers/{transferId}` is used to get
|
|
536
|
-
information regarding a transfer created or requested earlier. The
|
|
537
|
-
`{transferId}` in the URI should contain the `transferId` that was used
|
|
538
|
-
for the creation of the transfer.
|
|
437
|
+
description: The HTTP request `GET /transfers/{transferId}` is used to get information regarding a transfer created or requested earlier. The `{transferId}` in the URI should contain the `transferId` that was used for the creation of the transfer.
|
|
539
438
|
tags:
|
|
540
439
|
- Transfers
|
|
541
440
|
parameters:
|
|
@@ -567,52 +466,16 @@ components:
|
|
|
567
466
|
- ACCOUNT_ID
|
|
568
467
|
- IBAN
|
|
569
468
|
- ALIAS
|
|
570
|
-
description:
|
|
469
|
+
description: |-
|
|
571
470
|
Below are the allowed values for the enumeration.
|
|
572
|
-
|
|
573
|
-
-
|
|
574
|
-
|
|
575
|
-
participant. The
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
- EMAIL - An email is used as reference to a participant. The format of
|
|
582
|
-
the email should be according to the informational [RFC
|
|
583
|
-
3696](https://tools.ietf.org/html/rfc3696).
|
|
584
|
-
|
|
585
|
-
- PERSONAL_ID - A personal identifier is used as reference to a
|
|
586
|
-
participant. Examples of personal identification are passport number,
|
|
587
|
-
birth certificate number, and national registration number. The
|
|
588
|
-
identifier number is added in the PartyIdentifier element. The personal
|
|
589
|
-
identifier type is added in the PartySubIdOrType element.
|
|
590
|
-
|
|
591
|
-
- BUSINESS - A specific Business (for example, an organization or a
|
|
592
|
-
company) is used as reference to a participant. The BUSINESS identifier
|
|
593
|
-
can be in any format. To make a transaction connected to a specific
|
|
594
|
-
username or bill number in a Business, the PartySubIdOrType element
|
|
595
|
-
should be used.
|
|
596
|
-
|
|
597
|
-
- DEVICE - A specific device (for example, a POS or ATM) ID connected to
|
|
598
|
-
a specific business or organization is used as reference to a Party. For
|
|
599
|
-
referencing a specific device under a specific business or organization,
|
|
600
|
-
use the PartySubIdOrType element.
|
|
601
|
-
|
|
602
|
-
- ACCOUNT_ID - A bank account number or FSP account ID should be used as
|
|
603
|
-
reference to a participant. The ACCOUNT_ID identifier can be in any
|
|
604
|
-
format, as formats can greatly differ depending on country and FSP.
|
|
605
|
-
|
|
606
|
-
- IBAN - A bank account number or FSP account ID is used as reference to
|
|
607
|
-
a participant. The IBAN identifier can consist of up to 34 alphanumeric
|
|
608
|
-
characters and should be entered without whitespace.
|
|
609
|
-
|
|
610
|
-
- ALIAS An alias is used as reference to a participant. The alias should
|
|
611
|
-
be created in the FSP as an alternative reference to an account owner.
|
|
612
|
-
Another example of an alias is a username in the FSP system. The ALIAS
|
|
613
|
-
identifier can be in any format. It is also possible to use the
|
|
614
|
-
PartySubIdOrType element for identifying an account under an Alias
|
|
615
|
-
defined by the PartyIdentifier.
|
|
471
|
+
- MSISDN - An MSISDN (Mobile Station International Subscriber Directory Number, that is, the phone number) is used as reference to a participant. The MSISDN identifier should be in international format according to the [ITU-T E.164 standard](https://www.itu.int/rec/T-REC-E.164/en). Optionally, the MSISDN may be prefixed by a single plus sign, indicating the international prefix.
|
|
472
|
+
- EMAIL - An email is used as reference to a participant. The format of the email should be according to the informational [RFC 3696](https://tools.ietf.org/html/rfc3696).
|
|
473
|
+
- PERSONAL_ID - A personal identifier is used as reference to a participant. Examples of personal identification are passport number, birth certificate number, and national registration number. The identifier number is added in the PartyIdentifier element. The personal identifier type is added in the PartySubIdOrType element.
|
|
474
|
+
- BUSINESS - A specific Business (for example, an organization or a company) is used as reference to a participant. The BUSINESS identifier can be in any format. To make a transaction connected to a specific username or bill number in a Business, the PartySubIdOrType element should be used.
|
|
475
|
+
- DEVICE - A specific device (for example, a POS or ATM) ID connected to a specific business or organization is used as reference to a Party. For referencing a specific device under a specific business or organization, use the PartySubIdOrType element.
|
|
476
|
+
- ACCOUNT_ID - A bank account number or FSP account ID should be used as reference to a participant. The ACCOUNT_ID identifier can be in any format, as formats can greatly differ depending on country and FSP.
|
|
477
|
+
- IBAN - A bank account number or FSP account ID is used as reference to a participant. The IBAN identifier can consist of up to 34 alphanumeric characters and should be entered without whitespace.
|
|
478
|
+
- ALIAS An alias is used as reference to a participant. The alias should be created in the FSP as an alternative reference to an account owner. Another example of an alias is a username in the FSP system. The ALIAS identifier can be in any format. It is also possible to use the PartySubIdOrType element for identifying an account under an Alias defined by the PartyIdentifier.
|
|
616
479
|
PartyIdentifier:
|
|
617
480
|
title: PartyIdentifier
|
|
618
481
|
type: string
|
|
@@ -625,16 +488,10 @@ components:
|
|
|
625
488
|
type: string
|
|
626
489
|
minLength: 1
|
|
627
490
|
maxLength: 128
|
|
628
|
-
description:
|
|
629
|
-
Either a sub-identifier of a PartyIdentifier, or a sub-type of the
|
|
630
|
-
PartyIdType, normally a PersonalIdentifierType.
|
|
491
|
+
description: Either a sub-identifier of a PartyIdentifier, or a sub-type of the PartyIdType, normally a PersonalIdentifierType.
|
|
631
492
|
Currency:
|
|
632
493
|
title: Currency
|
|
633
|
-
description:
|
|
634
|
-
The currency codes defined in [ISO
|
|
635
|
-
4217](https://www.iso.org/iso-4217-currency-codes.html) as three-letter
|
|
636
|
-
alphabetic codes are used as the standard naming representation for
|
|
637
|
-
currencies.
|
|
494
|
+
description: The currency codes defined in [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) as three-letter alphabetic codes are used as the standard naming representation for currencies.
|
|
638
495
|
type: string
|
|
639
496
|
minLength: 3
|
|
640
497
|
maxLength: 3
|
|
@@ -823,15 +680,8 @@ components:
|
|
|
823
680
|
CorrelationId:
|
|
824
681
|
title: CorrelationId
|
|
825
682
|
type: string
|
|
826
|
-
pattern:
|
|
827
|
-
|
|
828
|
-
description: >-
|
|
829
|
-
Identifier that correlates all messages of the same sequence. The API
|
|
830
|
-
data type UUID (Universally Unique Identifier) is a JSON String in
|
|
831
|
-
canonical format, conforming to [RFC
|
|
832
|
-
4122](https://tools.ietf.org/html/rfc4122), that is restricted by a
|
|
833
|
-
regular expression for interoperability reasons. A UUID is always 36
|
|
834
|
-
characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
|
683
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
|
684
|
+
description: Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
|
835
685
|
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
|
836
686
|
errorResponse:
|
|
837
687
|
type: object
|
|
@@ -867,14 +717,7 @@ components:
|
|
|
867
717
|
title: ErrorCode
|
|
868
718
|
type: string
|
|
869
719
|
pattern: ^[1-9]\d{3}$
|
|
870
|
-
description:
|
|
871
|
-
The API data type ErrorCode is a JSON String of four characters,
|
|
872
|
-
consisting of digits only. Negative numbers are not allowed. A leading
|
|
873
|
-
zero is not allowed. Each error code in the API is a four-digit number,
|
|
874
|
-
for example, 1234, where the first number (1 in the example) represents
|
|
875
|
-
the high-level error category, the second number (2 in the example)
|
|
876
|
-
represents the low-level error category, and the last two numbers (34 in
|
|
877
|
-
the example) represent the specific error.
|
|
720
|
+
description: The API data type ErrorCode is a JSON String of four characters, consisting of digits only. Negative numbers are not allowed. A leading zero is not allowed. Each error code in the API is a four-digit number, for example, 1234, where the first number (1 in the example) represents the high-level error category, the second number (2 in the example) represents the low-level error category, and the last two numbers (34 in the example) represent the specific error.
|
|
878
721
|
example: '5100'
|
|
879
722
|
ErrorDescription:
|
|
880
723
|
title: ErrorDescription
|
|
@@ -909,9 +752,7 @@ components:
|
|
|
909
752
|
ExtensionList:
|
|
910
753
|
title: ExtensionList
|
|
911
754
|
type: object
|
|
912
|
-
description:
|
|
913
|
-
Data model for the complex type ExtensionList. An optional list of
|
|
914
|
-
extensions, specific to deployment.
|
|
755
|
+
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
|
915
756
|
properties:
|
|
916
757
|
extension:
|
|
917
758
|
type: array
|
|
@@ -943,15 +784,11 @@ components:
|
|
|
943
784
|
$ref: '#/components/schemas/ErrorInformation'
|
|
944
785
|
transferError:
|
|
945
786
|
type: object
|
|
946
|
-
description:
|
|
947
|
-
This object represents a Mojaloop API error received at any time during
|
|
948
|
-
the transfer process
|
|
787
|
+
description: This object represents a Mojaloop API error received at any time during the transfer process
|
|
949
788
|
properties:
|
|
950
789
|
httpStatusCode:
|
|
951
790
|
type: integer
|
|
952
|
-
description:
|
|
953
|
-
The HTTP status code returned to the caller. This is the same as the
|
|
954
|
-
actual HTTP status code returned with the response.
|
|
791
|
+
description: The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response.
|
|
955
792
|
mojaloopError:
|
|
956
793
|
$ref: '#/components/schemas/mojaloopError'
|
|
957
794
|
accountsResponse:
|
|
@@ -1006,29 +843,18 @@ components:
|
|
|
1006
843
|
title: Name
|
|
1007
844
|
type: string
|
|
1008
845
|
pattern: ^(?!\s*$)[\w .,'-]{1,128}$
|
|
1009
|
-
description:
|
|
1010
|
-
The API data type Name is a JSON String, restricted by a regular
|
|
1011
|
-
expression to avoid characters which are generally not used in a name.
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
Regular Expression - The regular expression for restricting the Name
|
|
1015
|
-
type is "^(?!\s*$)[\w .,'-]{1,128}$". The restriction does not allow a
|
|
1016
|
-
string consisting of whitespace only, all Unicode characters are
|
|
1017
|
-
allowed, as well as the period (.) (apostrophe (‘), dash (-), comma (,)
|
|
1018
|
-
and space characters ( ).
|
|
846
|
+
description: |-
|
|
847
|
+
The API data type Name is a JSON String, restricted by a regular expression to avoid characters which are generally not used in a name.
|
|
1019
848
|
|
|
849
|
+
Regular Expression - The regular expression for restricting the Name type is "^(?!\s*$)[\w .,'-]{1,128}$". The restriction does not allow a string consisting of whitespace only, all Unicode characters are allowed, as well as the period (.) (apostrophe (‘), dash (-), comma (,) and space characters ( ).
|
|
1020
850
|
|
|
1021
|
-
**Note:** In some programming languages, Unicode support must be
|
|
1022
|
-
specifically enabled. For example, if Java is used, the flag
|
|
1023
|
-
UNICODE_CHARACTER_CLASS must be enabled to allow Unicode characters.
|
|
851
|
+
**Note:** In some programming languages, Unicode support must be specifically enabled. For example, if Java is used, the flag UNICODE_CHARACTER_CLASS must be enabled to allow Unicode characters.
|
|
1024
852
|
FirstName:
|
|
1025
853
|
title: FirstName
|
|
1026
854
|
type: string
|
|
1027
855
|
minLength: 1
|
|
1028
856
|
maxLength: 128
|
|
1029
|
-
pattern:
|
|
1030
|
-
^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control}
|
|
1031
|
-
.,''-]{1,128}$
|
|
857
|
+
pattern: ^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control} .,''-]{1,128}$
|
|
1032
858
|
description: First name of the Party (Name Type).
|
|
1033
859
|
example: Henrik
|
|
1034
860
|
MiddleName:
|
|
@@ -1036,9 +862,7 @@ components:
|
|
|
1036
862
|
type: string
|
|
1037
863
|
minLength: 1
|
|
1038
864
|
maxLength: 128
|
|
1039
|
-
pattern:
|
|
1040
|
-
^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control}
|
|
1041
|
-
.,''-]{1,128}$
|
|
865
|
+
pattern: ^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control} .,''-]{1,128}$
|
|
1042
866
|
description: Middle name of the Party (Name Type).
|
|
1043
867
|
example: Johannes
|
|
1044
868
|
LastName:
|
|
@@ -1046,26 +870,20 @@ components:
|
|
|
1046
870
|
type: string
|
|
1047
871
|
minLength: 1
|
|
1048
872
|
maxLength: 128
|
|
1049
|
-
pattern:
|
|
1050
|
-
^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control}
|
|
1051
|
-
.,''-]{1,128}$
|
|
873
|
+
pattern: ^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control} .,''-]{1,128}$
|
|
1052
874
|
description: Last name of the Party (Name Type).
|
|
1053
875
|
example: Karlsson
|
|
1054
876
|
DateOfBirth:
|
|
1055
877
|
title: DateofBirth (type Date)
|
|
1056
878
|
type: string
|
|
1057
|
-
pattern:
|
|
1058
|
-
^(?:[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)$
|
|
879
|
+
pattern: ^(?:[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)$
|
|
1059
880
|
description: Date of Birth of the Party.
|
|
1060
881
|
example: '1966-06-16'
|
|
1061
882
|
MerchantClassificationCode:
|
|
1062
883
|
title: MerchantClassificationCode
|
|
1063
884
|
type: string
|
|
1064
885
|
pattern: ^[\d]{1,4}$
|
|
1065
|
-
description:
|
|
1066
|
-
A limited set of pre-defined numbers. This list would be a limited set
|
|
1067
|
-
of numbers identifying a set of popular merchant types like School Fees,
|
|
1068
|
-
Pubs and Restaurants, Groceries, etc.
|
|
886
|
+
description: A limited set of pre-defined numbers. This list would be a limited set of numbers identifying a set of popular merchant types like School Fees, Pubs and Restaurants, Groceries, etc.
|
|
1069
887
|
FspId:
|
|
1070
888
|
title: FspId
|
|
1071
889
|
type: string
|
|
@@ -1114,26 +932,16 @@ components:
|
|
|
1114
932
|
enum:
|
|
1115
933
|
- SEND
|
|
1116
934
|
- RECEIVE
|
|
1117
|
-
description:
|
|
935
|
+
description: |-
|
|
1118
936
|
Below are the allowed values for the enumeration AmountType.
|
|
1119
|
-
|
|
1120
|
-
-
|
|
1121
|
-
should be withdrawn from the Payer account including any fees.
|
|
1122
|
-
|
|
1123
|
-
- RECEIVE - Amount the Payer would like the Payee to receive, that is,
|
|
1124
|
-
the amount that should be sent to the receiver exclusive of any fees.
|
|
937
|
+
- SEND - Amount the Payer would like to send, that is, the amount that should be withdrawn from the Payer account including any fees.
|
|
938
|
+
- RECEIVE - Amount the Payer would like the Payee to receive, that is, the amount that should be sent to the receiver exclusive of any fees.
|
|
1125
939
|
example: RECEIVE
|
|
1126
940
|
Amount:
|
|
1127
941
|
title: Amount
|
|
1128
942
|
type: string
|
|
1129
943
|
pattern: ^([0]|([1-9][0-9]{0,17}))([.][0-9]{0,3}[1-9])?$
|
|
1130
|
-
description:
|
|
1131
|
-
The API data type Amount is a JSON String in a canonical format that is
|
|
1132
|
-
restricted by a regular expression for interoperability reasons. This
|
|
1133
|
-
pattern does not allow any trailing zeroes at all, but allows an amount
|
|
1134
|
-
without a minor currency unit. It also only allows four digits in the
|
|
1135
|
-
minor currency unit; a negative value is not allowed. Using more than 18
|
|
1136
|
-
digits in the major currency unit is not allowed.
|
|
944
|
+
description: The API data type Amount is a JSON String in a canonical format that is restricted by a regular expression for interoperability reasons. This pattern does not allow any trailing zeroes at all, but allows an amount without a minor currency unit. It also only allows four digits in the minor currency unit; a negative value is not allowed. Using more than 18 digits in the major currency unit is not allowed.
|
|
1137
945
|
example: '123.45'
|
|
1138
946
|
transferTransactionType:
|
|
1139
947
|
title: transferTransactionType
|
|
@@ -1145,9 +953,7 @@ components:
|
|
|
1145
953
|
title: TransactionSubScenario
|
|
1146
954
|
type: string
|
|
1147
955
|
pattern: ^[A-Z_]{1,32}$
|
|
1148
|
-
description:
|
|
1149
|
-
Possible sub-scenario, defined locally within the scheme (UndefinedEnum
|
|
1150
|
-
Type).
|
|
956
|
+
description: Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).
|
|
1151
957
|
example: LOCALLY_DEFINED_SUBSCENARIO
|
|
1152
958
|
Note:
|
|
1153
959
|
title: Note
|
|
@@ -1195,9 +1001,7 @@ components:
|
|
|
1195
1001
|
properties:
|
|
1196
1002
|
homeTransactionId:
|
|
1197
1003
|
type: string
|
|
1198
|
-
description:
|
|
1199
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
1200
|
-
between the Switch and DFSP backend systems.
|
|
1004
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
1201
1005
|
bulkQuoteId:
|
|
1202
1006
|
$ref: '#/components/schemas/CorrelationId'
|
|
1203
1007
|
from:
|
|
@@ -1214,17 +1018,8 @@ components:
|
|
|
1214
1018
|
DateTime:
|
|
1215
1019
|
title: DateTime
|
|
1216
1020
|
type: string
|
|
1217
|
-
pattern:
|
|
1218
|
-
|
|
1219
|
-
description: >-
|
|
1220
|
-
The API data type DateTime is a JSON String in a lexical format that is
|
|
1221
|
-
restricted by a regular expression for interoperability reasons. The
|
|
1222
|
-
format is according to [ISO
|
|
1223
|
-
8601](https://www.iso.org/iso-8601-date-and-time-format.html), expressed
|
|
1224
|
-
in a combined date, time and time zone format. A more readable version
|
|
1225
|
-
of the format is yyyy-MM-ddTHH:mm:ss.SSS[-HH:MM]. Examples are
|
|
1226
|
-
"2016-05-24T08:38:08.699-04:00", "2016-05-24T08:38:08.699Z" (where Z
|
|
1227
|
-
indicates Zulu time zone, same as UTC).
|
|
1021
|
+
pattern: ^(?:[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)$
|
|
1022
|
+
description: The API data type DateTime is a JSON String in a lexical format that is restricted by a regular expression for interoperability reasons. The format is according to [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html), expressed in a combined date, time and time zone format. A more readable version of the format is yyyy-MM-ddTHH:mm:ss.SSS[-HH:MM]. Examples are "2016-05-24T08:38:08.699-04:00", "2016-05-24T08:38:08.699Z" (where Z indicates Zulu time zone, same as UTC).
|
|
1228
1023
|
example: '2016-05-24T08:38:08.699-04:00'
|
|
1229
1024
|
bulkTransferStatus:
|
|
1230
1025
|
type: string
|
|
@@ -1246,27 +1041,19 @@ components:
|
|
|
1246
1041
|
Latitude:
|
|
1247
1042
|
title: Latitude
|
|
1248
1043
|
type: string
|
|
1249
|
-
pattern:
|
|
1250
|
-
|
|
1251
|
-
description: >-
|
|
1252
|
-
The API data type Latitude is a JSON String in a lexical format that is
|
|
1253
|
-
restricted by a regular expression for interoperability reasons.
|
|
1044
|
+
pattern: ^(\+|-)?(?:90(?:(?:\.0{1,6})?)|(?:[0-9]|[1-8][0-9])(?:(?:\.[0-9]{1,6})?))$
|
|
1045
|
+
description: The API data type Latitude is a JSON String in a lexical format that is restricted by a regular expression for interoperability reasons.
|
|
1254
1046
|
example: '+45.4215'
|
|
1255
1047
|
Longitude:
|
|
1256
1048
|
title: Longitude
|
|
1257
1049
|
type: string
|
|
1258
|
-
pattern:
|
|
1259
|
-
|
|
1260
|
-
description: >-
|
|
1261
|
-
The API data type Longitude is a JSON String in a lexical format that is
|
|
1262
|
-
restricted by a regular expression for interoperability reasons.
|
|
1050
|
+
pattern: ^(\+|-)?(?:180(?:(?:\.0{1,6})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\.[0-9]{1,6})?))$
|
|
1051
|
+
description: The API data type Longitude is a JSON String in a lexical format that is restricted by a regular expression for interoperability reasons.
|
|
1263
1052
|
example: '+75.6972'
|
|
1264
1053
|
GeoCode:
|
|
1265
1054
|
title: GeoCode
|
|
1266
1055
|
type: object
|
|
1267
|
-
description:
|
|
1268
|
-
Data model for the complex type GeoCode. Indicates the geographic
|
|
1269
|
-
location from where the transaction was initiated.
|
|
1056
|
+
description: Data model for the complex type GeoCode. Indicates the geographic location from where the transaction was initiated.
|
|
1270
1057
|
properties:
|
|
1271
1058
|
latitude:
|
|
1272
1059
|
$ref: '#/components/schemas/Latitude'
|
|
@@ -1282,8 +1069,7 @@ components:
|
|
|
1282
1069
|
minLength: 1
|
|
1283
1070
|
maxLength: 32768
|
|
1284
1071
|
description: Information for recipient (transport layer information).
|
|
1285
|
-
example:
|
|
1286
|
-
AYIBgQAAAAAAAASwNGxldmVsb25lLmRmc3AxLm1lci45T2RTOF81MDdqUUZERmZlakgyOVc4bXFmNEpLMHlGTFGCAUBQU0svMS4wCk5vbmNlOiB1SXlweUYzY3pYSXBFdzVVc05TYWh3CkVuY3J5cHRpb246IG5vbmUKUGF5bWVudC1JZDogMTMyMzZhM2ItOGZhOC00MTYzLTg0NDctNGMzZWQzZGE5OGE3CgpDb250ZW50LUxlbmd0aDogMTM1CkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbgpTZW5kZXItSWRlbnRpZmllcjogOTI4MDYzOTEKCiJ7XCJmZWVcIjowLFwidHJhbnNmZXJDb2RlXCI6XCJpbnZvaWNlXCIsXCJkZWJpdE5hbWVcIjpcImFsaWNlIGNvb3BlclwiLFwiY3JlZGl0TmFtZVwiOlwibWVyIGNoYW50XCIsXCJkZWJpdElkZW50aWZpZXJcIjpcIjkyODA2MzkxXCJ9IgA
|
|
1072
|
+
example: AYIBgQAAAAAAAASwNGxldmVsb25lLmRmc3AxLm1lci45T2RTOF81MDdqUUZERmZlakgyOVc4bXFmNEpLMHlGTFGCAUBQU0svMS4wCk5vbmNlOiB1SXlweUYzY3pYSXBFdzVVc05TYWh3CkVuY3J5cHRpb246IG5vbmUKUGF5bWVudC1JZDogMTMyMzZhM2ItOGZhOC00MTYzLTg0NDctNGMzZWQzZGE5OGE3CgpDb250ZW50LUxlbmd0aDogMTM1CkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbgpTZW5kZXItSWRlbnRpZmllcjogOTI4MDYzOTEKCiJ7XCJmZWVcIjowLFwidHJhbnNmZXJDb2RlXCI6XCJpbnZvaWNlXCIsXCJkZWJpdE5hbWVcIjpcImFsaWNlIGNvb3BlclwiLFwiY3JlZGl0TmFtZVwiOlwibWVyIGNoYW50XCIsXCJkZWJpdElkZW50aWZpZXJcIjpcIjkyODA2MzkxXCJ9IgA
|
|
1287
1073
|
IlpCondition:
|
|
1288
1074
|
title: IlpCondition
|
|
1289
1075
|
type: string
|
|
@@ -1292,15 +1078,11 @@ components:
|
|
|
1292
1078
|
description: Condition that must be attached to the transfer by the Payer.
|
|
1293
1079
|
quoteError:
|
|
1294
1080
|
type: object
|
|
1295
|
-
description:
|
|
1296
|
-
This object represents a Mojaloop API error received at any time during
|
|
1297
|
-
the quote process
|
|
1081
|
+
description: This object represents a Mojaloop API error received at any time during the quote process
|
|
1298
1082
|
properties:
|
|
1299
1083
|
httpStatusCode:
|
|
1300
1084
|
type: integer
|
|
1301
|
-
description:
|
|
1302
|
-
The HTTP status code returned to the caller. This is the same as the
|
|
1303
|
-
actual HTTP status code returned with the response.
|
|
1085
|
+
description: The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response.
|
|
1304
1086
|
mojaloopError:
|
|
1305
1087
|
$ref: '#/components/schemas/mojaloopError'
|
|
1306
1088
|
individualQuoteResult:
|
|
@@ -1340,9 +1122,7 @@ components:
|
|
|
1340
1122
|
$ref: '#/components/schemas/CorrelationId'
|
|
1341
1123
|
homeTransactionId:
|
|
1342
1124
|
type: string
|
|
1343
|
-
description:
|
|
1344
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
1345
|
-
between the Switch and DFSP backend systems.
|
|
1125
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
1346
1126
|
expiration:
|
|
1347
1127
|
$ref: '#/components/schemas/DateTime'
|
|
1348
1128
|
extensionList:
|
|
@@ -1429,42 +1209,27 @@ components:
|
|
|
1429
1209
|
- bulkExpiration
|
|
1430
1210
|
properties:
|
|
1431
1211
|
onlyValidateParty:
|
|
1432
|
-
description:
|
|
1433
|
-
Set to true if only party validation is required. This means the
|
|
1434
|
-
quotes and transfers will not run. This is useful for only party
|
|
1435
|
-
resolution.
|
|
1212
|
+
description: Set to true if only party validation is required. This means the quotes and transfers will not run. This is useful for only party resolution.
|
|
1436
1213
|
type: boolean
|
|
1437
1214
|
autoAcceptParty:
|
|
1438
1215
|
$ref: '#/components/schemas/autoAcceptPartyOption'
|
|
1439
1216
|
autoAcceptQuote:
|
|
1440
|
-
description:
|
|
1441
|
-
Set to true if the quote response is accepted without confirmation
|
|
1442
|
-
from the payer. The fees applied by the payee will be acceptable to
|
|
1443
|
-
the payer abiding by the limits set by optional
|
|
1444
|
-
'perTransferFeeLimits' array.
|
|
1217
|
+
description: Set to true if the quote response is accepted without confirmation from the payer. The fees applied by the payee will be acceptable to the payer abiding by the limits set by optional 'perTransferFeeLimits' array.
|
|
1445
1218
|
type: object
|
|
1446
1219
|
oneOf:
|
|
1447
1220
|
- $ref: '#/components/schemas/autoAcceptQuote'
|
|
1448
1221
|
skipPartyLookup:
|
|
1449
|
-
description:
|
|
1450
|
-
Set to true if supplying an FSPID for the payee party and no party
|
|
1451
|
-
resolution is needed. This may be useful if a previous party
|
|
1452
|
-
resolution has been performed.
|
|
1222
|
+
description: Set to true if supplying an FSPID for the payee party and no party resolution is needed. This may be useful if a previous party resolution has been performed.
|
|
1453
1223
|
type: boolean
|
|
1454
1224
|
synchronous:
|
|
1455
|
-
description:
|
|
1456
|
-
Set to true if the bulkTransfer requests need be handled
|
|
1457
|
-
synchronous. Otherwise the requests will be handled asynchronously,
|
|
1458
|
-
meaning there will be callbacks whenever the processing is done
|
|
1225
|
+
description: Set to true if the bulkTransfer requests need be handled synchronous. Otherwise the requests will be handled asynchronously, meaning there will be callbacks whenever the processing is done
|
|
1459
1226
|
type: boolean
|
|
1460
1227
|
bulkExpiration:
|
|
1461
1228
|
$ref: '#/components/schemas/DateTime'
|
|
1462
1229
|
PartyIdInfo:
|
|
1463
1230
|
title: PartyIdInfo
|
|
1464
1231
|
type: object
|
|
1465
|
-
description:
|
|
1466
|
-
Data model for the complex type PartyIdInfo. An ExtensionList element
|
|
1467
|
-
has been added to this reqeust in version v1.1
|
|
1232
|
+
description: Data model for the complex type PartyIdInfo. An ExtensionList element has been added to this reqeust in version v1.1
|
|
1468
1233
|
properties:
|
|
1469
1234
|
partyIdType:
|
|
1470
1235
|
$ref: '#/components/schemas/PartyIdType'
|
|
@@ -1527,9 +1292,7 @@ components:
|
|
|
1527
1292
|
properties:
|
|
1528
1293
|
homeTransactionId:
|
|
1529
1294
|
type: string
|
|
1530
|
-
description:
|
|
1531
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
1532
|
-
between the Switch and DFSP backend systems.
|
|
1295
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
1533
1296
|
to:
|
|
1534
1297
|
$ref: '#/components/schemas/Party'
|
|
1535
1298
|
reference:
|
|
@@ -1566,9 +1329,7 @@ components:
|
|
|
1566
1329
|
properties:
|
|
1567
1330
|
bulkHomeTransactionID:
|
|
1568
1331
|
type: string
|
|
1569
|
-
description:
|
|
1570
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
1571
|
-
between the Switch and DFSP backend systems.
|
|
1332
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
1572
1333
|
bulkTransactionId:
|
|
1573
1334
|
$ref: '#/components/schemas/CorrelationId'
|
|
1574
1335
|
options:
|
|
@@ -1591,17 +1352,12 @@ components:
|
|
|
1591
1352
|
- RESERVED
|
|
1592
1353
|
- COMMITTED
|
|
1593
1354
|
- ABORTED
|
|
1594
|
-
description:
|
|
1355
|
+
description: |-
|
|
1595
1356
|
Below are the allowed values for the enumeration.
|
|
1596
|
-
|
|
1597
1357
|
- RECEIVED - Next ledger has received the transfer.
|
|
1598
|
-
|
|
1599
1358
|
- RESERVED - Next ledger has reserved the transfer.
|
|
1600
|
-
|
|
1601
1359
|
- COMMITTED - Next ledger has successfully performed the transfer.
|
|
1602
|
-
|
|
1603
|
-
- ABORTED - Next ledger has aborted the transfer due to a rejection or
|
|
1604
|
-
failure to perform the transfer.
|
|
1360
|
+
- ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.
|
|
1605
1361
|
example: RESERVED
|
|
1606
1362
|
IlpFulfilment:
|
|
1607
1363
|
title: IlpFulfilment
|
|
@@ -1638,9 +1394,7 @@ components:
|
|
|
1638
1394
|
$ref: '#/components/schemas/CorrelationId'
|
|
1639
1395
|
homeTransactionId:
|
|
1640
1396
|
type: string
|
|
1641
|
-
description:
|
|
1642
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
1643
|
-
between the Switch and DFSP backend systems.
|
|
1397
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
1644
1398
|
bulkTransferState:
|
|
1645
1399
|
$ref: '#/components/schemas/TransferState'
|
|
1646
1400
|
completedTimestamp:
|
|
@@ -1683,17 +1437,13 @@ components:
|
|
|
1683
1437
|
- true
|
|
1684
1438
|
- false
|
|
1685
1439
|
bulkTransactionContinuationAcceptParty:
|
|
1686
|
-
description:
|
|
1687
|
-
The object sent back as confirmation of payee parties when
|
|
1688
|
-
autoAcceptParty is false.
|
|
1440
|
+
description: The object sent back as confirmation of payee parties when autoAcceptParty is false.
|
|
1689
1441
|
type: object
|
|
1690
1442
|
required:
|
|
1691
1443
|
- individualTransfers
|
|
1692
1444
|
properties:
|
|
1693
1445
|
individualTransfers:
|
|
1694
|
-
description:
|
|
1695
|
-
List of individual transfers in a bulk transfer with accept party
|
|
1696
|
-
information.
|
|
1446
|
+
description: List of individual transfers in a bulk transfer with accept party information.
|
|
1697
1447
|
type: array
|
|
1698
1448
|
minItems: 1
|
|
1699
1449
|
items:
|
|
@@ -1711,9 +1461,7 @@ components:
|
|
|
1711
1461
|
- true
|
|
1712
1462
|
- false
|
|
1713
1463
|
bulkTransactionContinuationAcceptQuote:
|
|
1714
|
-
description:
|
|
1715
|
-
The object sent back as confirmation of quotes when autoAcceptQuotes is
|
|
1716
|
-
false.
|
|
1464
|
+
description: The object sent back as confirmation of quotes when autoAcceptQuotes is false.
|
|
1717
1465
|
type: object
|
|
1718
1466
|
required:
|
|
1719
1467
|
- individualTransfers
|
|
@@ -1728,15 +1476,11 @@ components:
|
|
|
1728
1476
|
- $ref: '#/components/schemas/transferContinuationAcceptQuote'
|
|
1729
1477
|
partyError:
|
|
1730
1478
|
type: object
|
|
1731
|
-
description:
|
|
1732
|
-
This object represents a Mojaloop API error received at any time during
|
|
1733
|
-
the party discovery process
|
|
1479
|
+
description: This object represents a Mojaloop API error received at any time during the party discovery process
|
|
1734
1480
|
properties:
|
|
1735
1481
|
httpStatusCode:
|
|
1736
1482
|
type: integer
|
|
1737
|
-
description:
|
|
1738
|
-
The HTTP status code returned to the caller. This is the same as the
|
|
1739
|
-
actual HTTP status code returned with the response.
|
|
1483
|
+
description: The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response.
|
|
1740
1484
|
mojaloopError:
|
|
1741
1485
|
$ref: '#/components/schemas/mojaloopError'
|
|
1742
1486
|
bulkTransactionAcceptPartyErrorResponse:
|
|
@@ -1807,9 +1551,7 @@ components:
|
|
|
1807
1551
|
properties:
|
|
1808
1552
|
homeTransactionId:
|
|
1809
1553
|
type: string
|
|
1810
|
-
description:
|
|
1811
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
1812
|
-
between the Switch and DFSP backend systems.
|
|
1554
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
1813
1555
|
bulkTransferId:
|
|
1814
1556
|
$ref: '#/components/schemas/CorrelationId'
|
|
1815
1557
|
bulkQuoteId:
|
|
@@ -1827,9 +1569,7 @@ components:
|
|
|
1827
1569
|
$ref: '#/components/schemas/ExtensionList'
|
|
1828
1570
|
individualTransferFulfilment:
|
|
1829
1571
|
type: object
|
|
1830
|
-
description:
|
|
1831
|
-
A Mojaloop API transfer fulfilment for individual transfers in a bulk
|
|
1832
|
-
transfer
|
|
1572
|
+
description: A Mojaloop API transfer fulfilment for individual transfers in a bulk transfer
|
|
1833
1573
|
properties:
|
|
1834
1574
|
fulfilment:
|
|
1835
1575
|
$ref: '#/components/schemas/IlpFulfilment'
|
|
@@ -1887,28 +1627,12 @@ components:
|
|
|
1887
1627
|
- TRANSFER
|
|
1888
1628
|
- PAYMENT
|
|
1889
1629
|
- REFUND
|
|
1890
|
-
description:
|
|
1630
|
+
description: |-
|
|
1891
1631
|
Below are the allowed values for the enumeration.
|
|
1892
|
-
|
|
1893
|
-
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
Consumer to the Business User.
|
|
1897
|
-
|
|
1898
|
-
- WITHDRAWAL - Used for performing a Cash-Out (withdrawal) transaction.
|
|
1899
|
-
In a normal scenario, electronic funds are transferred from a Consumer’s
|
|
1900
|
-
account to a Business account, and physical cash is given from the
|
|
1901
|
-
Business User to the Consumer.
|
|
1902
|
-
|
|
1903
|
-
- TRANSFER - Used for performing a P2P (Peer to Peer, or Consumer to
|
|
1904
|
-
Consumer) transaction.
|
|
1905
|
-
|
|
1906
|
-
- PAYMENT - Usually used for performing a transaction from a Consumer to
|
|
1907
|
-
a Merchant or Organization, but could also be for a B2B (Business to
|
|
1908
|
-
Business) payment. The transaction could be online for a purchase in an
|
|
1909
|
-
Internet store, in a physical store where both the Consumer and Business
|
|
1910
|
-
User are present, a bill payment, a donation, and so on.
|
|
1911
|
-
|
|
1632
|
+
- DEPOSIT - Used for performing a Cash-In (deposit) transaction. In a normal scenario, electronic funds are transferred from a Business account to a Consumer account, and physical cash is given from the Consumer to the Business User.
|
|
1633
|
+
- WITHDRAWAL - Used for performing a Cash-Out (withdrawal) transaction. In a normal scenario, electronic funds are transferred from a Consumer’s account to a Business account, and physical cash is given from the Business User to the Consumer.
|
|
1634
|
+
- TRANSFER - Used for performing a P2P (Peer to Peer, or Consumer to Consumer) transaction.
|
|
1635
|
+
- PAYMENT - Usually used for performing a transaction from a Consumer to a Merchant or Organization, but could also be for a B2B (Business to Business) payment. The transaction could be online for a purchase in an Internet store, in a physical store where both the Consumer and Business User are present, a bill payment, a donation, and so on.
|
|
1912
1636
|
- REFUND - Used for performing a refund of transaction.
|
|
1913
1637
|
example: DEPOSIT
|
|
1914
1638
|
TransactionInitiator:
|
|
@@ -1917,17 +1641,10 @@ components:
|
|
|
1917
1641
|
enum:
|
|
1918
1642
|
- PAYER
|
|
1919
1643
|
- PAYEE
|
|
1920
|
-
description:
|
|
1644
|
+
description: |-
|
|
1921
1645
|
Below are the allowed values for the enumeration.
|
|
1922
|
-
|
|
1923
|
-
-
|
|
1924
|
-
send from is either owned by the Payer or is connected to the Payer in
|
|
1925
|
-
some way.
|
|
1926
|
-
|
|
1927
|
-
- PAYEE - Recipient of the funds is initiating the transaction by
|
|
1928
|
-
sending a transaction request. The Payer must approve the transaction,
|
|
1929
|
-
either automatically by a pre-generated OTP or by pre-approval of the
|
|
1930
|
-
Payee, or by manually approving in his or her own Device.
|
|
1646
|
+
- PAYER - Sender of funds is initiating the transaction. The account to send from is either owned by the Payer or is connected to the Payer in some way.
|
|
1647
|
+
- PAYEE - Recipient of the funds is initiating the transaction by sending a transaction request. The Payer must approve the transaction, either automatically by a pre-generated OTP or by pre-approval of the Payee, or by manually approving in his or her own Device.
|
|
1931
1648
|
example: PAYEE
|
|
1932
1649
|
RefundReason:
|
|
1933
1650
|
title: RefundReason
|
|
@@ -1951,11 +1668,7 @@ components:
|
|
|
1951
1668
|
title: BalanceOfPayments
|
|
1952
1669
|
type: string
|
|
1953
1670
|
pattern: ^[1-9]\d{2}$
|
|
1954
|
-
description:
|
|
1955
|
-
(BopCode) The API data type
|
|
1956
|
-
[BopCode](https://www.imf.org/external/np/sta/bopcode/) is a JSON String
|
|
1957
|
-
of 3 characters, consisting of digits only. Negative numbers are not
|
|
1958
|
-
allowed. A leading zero is not allowed.
|
|
1671
|
+
description: (BopCode) The API data type [BopCode](https://www.imf.org/external/np/sta/bopcode/) is a JSON String of 3 characters, consisting of digits only. Negative numbers are not allowed. A leading zero is not allowed.
|
|
1959
1672
|
example: '123'
|
|
1960
1673
|
TransactionType:
|
|
1961
1674
|
title: TransactionType
|
|
@@ -2051,9 +1764,7 @@ components:
|
|
|
2051
1764
|
$ref: '#/components/schemas/Money'
|
|
2052
1765
|
expiration:
|
|
2053
1766
|
type: string
|
|
2054
|
-
description:
|
|
2055
|
-
Date and time until when the quotation is valid and can be
|
|
2056
|
-
honored when used in the subsequent transaction.
|
|
1767
|
+
description: Date and time until when the quotation is valid and can be honored when used in the subsequent transaction.
|
|
2057
1768
|
example: '2016-05-24T08:38:08.699-04:00'
|
|
2058
1769
|
geoCode:
|
|
2059
1770
|
$ref: '#/components/schemas/GeoCode'
|
|
@@ -2108,9 +1819,7 @@ components:
|
|
|
2108
1819
|
properties:
|
|
2109
1820
|
homeR2PTransactionId:
|
|
2110
1821
|
type: string
|
|
2111
|
-
description:
|
|
2112
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
2113
|
-
between the Switch and DFSP backend systems.
|
|
1822
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
2114
1823
|
from:
|
|
2115
1824
|
$ref: '#/components/schemas/transferParty'
|
|
2116
1825
|
to:
|
|
@@ -2217,11 +1926,8 @@ components:
|
|
|
2217
1926
|
transactionRequestResponse:
|
|
2218
1927
|
$ref: '#/components/schemas/TransactionRequestResponse'
|
|
2219
1928
|
lastError:
|
|
2220
|
-
description:
|
|
2221
|
-
Object representing the last error to occur during a transfer
|
|
2222
|
-
process. This may be a Mojaloop API error returned from another
|
|
2223
|
-
entity in the scheme or an object representing other types of error
|
|
2224
|
-
e.g. exceptions that may occur inside the scheme adapter.
|
|
1929
|
+
description: |
|
|
1930
|
+
Object representing the last error to occur during a transfer process. This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.
|
|
2225
1931
|
$ref: '#/components/schemas/transferError'
|
|
2226
1932
|
transferStatus:
|
|
2227
1933
|
type: string
|
|
@@ -2288,9 +1994,7 @@ components:
|
|
|
2288
1994
|
$ref: '#/components/schemas/CorrelationId'
|
|
2289
1995
|
homeTransactionId:
|
|
2290
1996
|
type: string
|
|
2291
|
-
description:
|
|
2292
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
2293
|
-
between the Switch and DFSP backend systems.
|
|
1997
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
2294
1998
|
from:
|
|
2295
1999
|
$ref: '#/components/schemas/transferParty'
|
|
2296
2000
|
to:
|
|
@@ -2331,11 +2035,8 @@ components:
|
|
|
2331
2035
|
type: object
|
|
2332
2036
|
quoteResponseSource:
|
|
2333
2037
|
type: string
|
|
2334
|
-
description:
|
|
2335
|
-
FSPID of the entity that supplied the quote response. This may not
|
|
2336
|
-
be the same as the FSPID of the entity which owns the end user
|
|
2337
|
-
account in the case of a FOREX transfer. i.e. it may be a FOREX
|
|
2338
|
-
gateway.
|
|
2038
|
+
description: |
|
|
2039
|
+
FSPID of the entity that supplied the quote response. This may not be the same as the FSPID of the entity which owns the end user account in the case of a FOREX transfer. i.e. it may be a FOREX gateway.
|
|
2339
2040
|
fulfil:
|
|
2340
2041
|
type: object
|
|
2341
2042
|
required:
|
|
@@ -2346,17 +2047,11 @@ components:
|
|
|
2346
2047
|
headers:
|
|
2347
2048
|
type: object
|
|
2348
2049
|
lastError:
|
|
2349
|
-
description:
|
|
2350
|
-
Object representing the last error to occur during a transfer
|
|
2351
|
-
process. This may be a Mojaloop API error returned from another
|
|
2352
|
-
entity in the scheme or an object representing other types of error
|
|
2353
|
-
e.g. exceptions that may occur inside the scheme adapter.
|
|
2050
|
+
description: |
|
|
2051
|
+
Object representing the last error to occur during a transfer process. This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.
|
|
2354
2052
|
$ref: '#/components/schemas/transferError'
|
|
2355
2053
|
skipPartyLookup:
|
|
2356
|
-
description:
|
|
2357
|
-
Set to true if supplying an FSPID for the payee party and no party
|
|
2358
|
-
resolution is needed. This may be useful is a previous party
|
|
2359
|
-
resolution has been performed.
|
|
2054
|
+
description: Set to true if supplying an FSPID for the payee party and no party resolution is needed. This may be useful is a previous party resolution has been performed.
|
|
2360
2055
|
type: boolean
|
|
2361
2056
|
errorTransferResponse:
|
|
2362
2057
|
allOf:
|
|
@@ -2383,9 +2078,7 @@ components:
|
|
|
2383
2078
|
properties:
|
|
2384
2079
|
homeR2PTransactionId:
|
|
2385
2080
|
type: string
|
|
2386
|
-
description:
|
|
2387
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
2388
|
-
between the Switch and DFSP backend systems.
|
|
2081
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
2389
2082
|
transactionRequestId:
|
|
2390
2083
|
$ref: '#/components/schemas/CorrelationId'
|
|
2391
2084
|
from:
|
|
@@ -2416,10 +2109,7 @@ components:
|
|
|
2416
2109
|
- title: OtpValue
|
|
2417
2110
|
type: string
|
|
2418
2111
|
pattern: ^\d{3,10}$
|
|
2419
|
-
description:
|
|
2420
|
-
The API data type OtpValue is a JSON String of 3 to 10 characters,
|
|
2421
|
-
consisting of digits only. Negative numbers are not allowed. One or
|
|
2422
|
-
more leading zeros are allowed.
|
|
2112
|
+
description: The API data type OtpValue is a JSON String of 3 to 10 characters, consisting of digits only. Negative numbers are not allowed. One or more leading zeros are allowed.
|
|
2423
2113
|
- title: QRCODE
|
|
2424
2114
|
type: string
|
|
2425
2115
|
minLength: 1
|
|
@@ -2427,33 +2117,26 @@ components:
|
|
|
2427
2117
|
description: QR code used as a One Time Password.
|
|
2428
2118
|
- title: U2FPinValue
|
|
2429
2119
|
type: object
|
|
2430
|
-
description:
|
|
2431
|
-
U2F challenge-response, where payer FSP verifies if the response
|
|
2432
|
-
provided by end-user device matches the previously registered key.
|
|
2120
|
+
description: |
|
|
2121
|
+
U2F challenge-response, where payer FSP verifies if the response provided by end-user device matches the previously registered key.
|
|
2433
2122
|
properties:
|
|
2434
2123
|
pinValue:
|
|
2435
2124
|
type: string
|
|
2436
2125
|
pattern: ^\S{1,64}$
|
|
2437
2126
|
minLength: 1
|
|
2438
2127
|
maxLength: 64
|
|
2439
|
-
description:
|
|
2440
|
-
U2F challenge-response, where payer FSP verifies if the response
|
|
2441
|
-
provided by end-user device matches the previously registered
|
|
2442
|
-
key.
|
|
2128
|
+
description: |
|
|
2129
|
+
U2F challenge-response, where payer FSP verifies if the response provided by end-user device matches the previously registered key.
|
|
2443
2130
|
counter:
|
|
2444
2131
|
title: Integer
|
|
2445
2132
|
type: string
|
|
2446
2133
|
pattern: ^[1-9]\d*$
|
|
2447
|
-
description:
|
|
2448
|
-
Sequential counter used for cloning detection. Present only for
|
|
2449
|
-
U2F authentication.
|
|
2134
|
+
description: Sequential counter used for cloning detection. Present only for U2F authentication.
|
|
2450
2135
|
required:
|
|
2451
2136
|
- pinValue
|
|
2452
2137
|
- counter
|
|
2453
2138
|
pattern: ^\d{3,10}$|^\S{1,64}$
|
|
2454
|
-
description:
|
|
2455
|
-
Contains the authentication value. The format depends on the
|
|
2456
|
-
authentication type used in the AuthenticationInfo complex type.
|
|
2139
|
+
description: Contains the authentication value. The format depends on the authentication type used in the AuthenticationInfo complex type.
|
|
2457
2140
|
AuthenticationInfo:
|
|
2458
2141
|
title: AuthenticationInfo
|
|
2459
2142
|
type: object
|
|
@@ -2505,9 +2188,7 @@ components:
|
|
|
2505
2188
|
$ref: '#/components/schemas/CorrelationId'
|
|
2506
2189
|
homeR2PTransactionId:
|
|
2507
2190
|
type: string
|
|
2508
|
-
description:
|
|
2509
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
2510
|
-
between the Switch and DFSP backend systems.
|
|
2191
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
2511
2192
|
transactionRequestId:
|
|
2512
2193
|
$ref: '#/components/schemas/CorrelationId'
|
|
2513
2194
|
from:
|
|
@@ -2539,11 +2220,8 @@ components:
|
|
|
2539
2220
|
type: object
|
|
2540
2221
|
quoteResponseSource:
|
|
2541
2222
|
type: string
|
|
2542
|
-
description:
|
|
2543
|
-
FSPID of the entity that supplied the quote response. This may not
|
|
2544
|
-
be the same as the FSPID of the entity which owns the end user
|
|
2545
|
-
account in the case of a FOREX transfer. i.e. it may be a FOREX
|
|
2546
|
-
gateway.
|
|
2223
|
+
description: |
|
|
2224
|
+
FSPID of the entity that supplied the quote response. This may not be the same as the FSPID of the entity which owns the end user account in the case of a FOREX transfer. i.e. it may be a FOREX gateway.
|
|
2547
2225
|
authorizationResponse:
|
|
2548
2226
|
type: object
|
|
2549
2227
|
required:
|
|
@@ -2563,11 +2241,8 @@ components:
|
|
|
2563
2241
|
headers:
|
|
2564
2242
|
type: object
|
|
2565
2243
|
lastError:
|
|
2566
|
-
description:
|
|
2567
|
-
Object representing the last error to occur during a transfer
|
|
2568
|
-
process. This may be a Mojaloop API error returned from another
|
|
2569
|
-
entity in the scheme or an object representing other types of error
|
|
2570
|
-
e.g. exceptions that may occur inside the scheme adapter.
|
|
2244
|
+
description: |
|
|
2245
|
+
Object representing the last error to occur during a transfer process. This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.
|
|
2571
2246
|
$ref: '#/components/schemas/transferError'
|
|
2572
2247
|
transferContinuationAcceptOTP:
|
|
2573
2248
|
type: object
|
|
@@ -2654,9 +2329,7 @@ components:
|
|
|
2654
2329
|
properties:
|
|
2655
2330
|
homeTransactionId:
|
|
2656
2331
|
type: string
|
|
2657
|
-
description:
|
|
2658
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
|
2659
|
-
between the Switch and DFSP backend systems.
|
|
2332
|
+
description: Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems.
|
|
2660
2333
|
from:
|
|
2661
2334
|
$ref: '#/components/schemas/transferParty'
|
|
2662
2335
|
to:
|
|
@@ -2678,10 +2351,7 @@ components:
|
|
|
2678
2351
|
transferRequestExtensions:
|
|
2679
2352
|
$ref: '#/components/schemas/extensionListEmptiable'
|
|
2680
2353
|
skipPartyLookup:
|
|
2681
|
-
description:
|
|
2682
|
-
Set to true if supplying an FSPID for the payee party and no party
|
|
2683
|
-
resolution is needed. This may be useful is a previous party
|
|
2684
|
-
resolution has been performed.
|
|
2354
|
+
description: Set to true if supplying an FSPID for the payee party and no party resolution is needed. This may be useful is a previous party resolution has been performed.
|
|
2685
2355
|
type: boolean
|
|
2686
2356
|
transferStatusResponse:
|
|
2687
2357
|
type: object
|
|
@@ -2862,27 +2532,21 @@ components:
|
|
|
2862
2532
|
required: true
|
|
2863
2533
|
schema:
|
|
2864
2534
|
$ref: '#/components/schemas/CorrelationId'
|
|
2865
|
-
description:
|
|
2866
|
-
Identifier of the bulk transfer to continue as returned in the response
|
|
2867
|
-
to a `POST /bulkTransfers` request.
|
|
2535
|
+
description: Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request.
|
|
2868
2536
|
bulkTransactionId:
|
|
2869
2537
|
name: bulkTransactionId
|
|
2870
2538
|
in: path
|
|
2871
2539
|
required: true
|
|
2872
2540
|
schema:
|
|
2873
2541
|
$ref: '#/components/schemas/CorrelationId'
|
|
2874
|
-
description:
|
|
2875
|
-
Identifier of the bulk transaction to continue as returned in the
|
|
2876
|
-
response to a `POST /bulkTransaction` request.
|
|
2542
|
+
description: Identifier of the bulk transaction to continue as returned in the response to a `POST /bulkTransaction` request.
|
|
2877
2543
|
bulkTransferId:
|
|
2878
2544
|
name: bulkTransferId
|
|
2879
2545
|
in: path
|
|
2880
2546
|
required: true
|
|
2881
2547
|
schema:
|
|
2882
2548
|
$ref: '#/components/schemas/CorrelationId'
|
|
2883
|
-
description:
|
|
2884
|
-
Identifier of the bulk transfer to continue as returned in the response
|
|
2885
|
-
to a `POST /bulkTransfers` request.
|
|
2549
|
+
description: Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request.
|
|
2886
2550
|
Type:
|
|
2887
2551
|
name: Type
|
|
2888
2552
|
in: path
|
|
@@ -2903,24 +2567,18 @@ components:
|
|
|
2903
2567
|
required: true
|
|
2904
2568
|
schema:
|
|
2905
2569
|
type: string
|
|
2906
|
-
description:
|
|
2907
|
-
A sub-identifier of the party identifier, or a sub-type of the party
|
|
2908
|
-
identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`.
|
|
2570
|
+
description: A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`.
|
|
2909
2571
|
transactionRequestId:
|
|
2910
2572
|
name: transactionRequestId
|
|
2911
2573
|
in: path
|
|
2912
2574
|
required: true
|
|
2913
2575
|
schema:
|
|
2914
2576
|
$ref: '#/components/schemas/CorrelationId'
|
|
2915
|
-
description:
|
|
2916
|
-
Identifier of the merchant request to pay to continue as returned in the
|
|
2917
|
-
response to a `POST /requestToPay` request.
|
|
2577
|
+
description: Identifier of the merchant request to pay to continue as returned in the response to a `POST /requestToPay` request.
|
|
2918
2578
|
transferId:
|
|
2919
2579
|
name: transferId
|
|
2920
2580
|
in: path
|
|
2921
2581
|
required: true
|
|
2922
2582
|
schema:
|
|
2923
2583
|
$ref: '#/components/schemas/CorrelationId'
|
|
2924
|
-
description:
|
|
2925
|
-
Identifier of the transfer to continue as returned in the response to a
|
|
2926
|
-
`POST /transfers` request.
|
|
2584
|
+
description: Identifier of the transfer to continue as returned in the response to a `POST /transfers` request.
|