@mojaloop/api-snippets 14.2.0 → 14.2.1
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/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +218 -194
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/json-schemas.json +854 -0
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/openapi.d.ts +707 -351
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.d.ts +456 -0
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js +1 -0
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/types.d.ts +1 -0
- package/package.json +2 -2
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +11 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/paths/quotes.yaml +1 -1
|
@@ -978,7 +978,7 @@ paths:
|
|
|
978
978
|
type: boolean
|
|
979
979
|
'400':
|
|
980
980
|
description: Malformed or missing required body, headers or parameters
|
|
981
|
-
content: &
|
|
981
|
+
content: &ref_137
|
|
982
982
|
application/json:
|
|
983
983
|
schema:
|
|
984
984
|
allOf: &ref_14
|
|
@@ -1797,7 +1797,7 @@ paths:
|
|
|
1797
1797
|
- name: bulkTransactionId
|
|
1798
1798
|
in: path
|
|
1799
1799
|
required: true
|
|
1800
|
-
schema: &
|
|
1800
|
+
schema: &ref_153
|
|
1801
1801
|
title: CorrelationId
|
|
1802
1802
|
type: string
|
|
1803
1803
|
pattern: >-
|
|
@@ -1922,7 +1922,7 @@ paths:
|
|
|
1922
1922
|
description: Bulk transaction information successfully amended
|
|
1923
1923
|
'400':
|
|
1924
1924
|
description: Malformed or missing required body, headers or parameters
|
|
1925
|
-
content: &
|
|
1925
|
+
content: &ref_138
|
|
1926
1926
|
application/json:
|
|
1927
1927
|
schema:
|
|
1928
1928
|
oneOf:
|
|
@@ -2154,7 +2154,7 @@ paths:
|
|
|
2154
2154
|
responses:
|
|
2155
2155
|
'200':
|
|
2156
2156
|
description: Bulk transfer completed successfully
|
|
2157
|
-
content: &
|
|
2157
|
+
content: &ref_139
|
|
2158
2158
|
application/json:
|
|
2159
2159
|
schema:
|
|
2160
2160
|
type: object
|
|
@@ -2180,7 +2180,7 @@ paths:
|
|
|
2180
2180
|
- name: bulkTransferId
|
|
2181
2181
|
in: path
|
|
2182
2182
|
required: true
|
|
2183
|
-
schema: &
|
|
2183
|
+
schema: &ref_154
|
|
2184
2184
|
title: CorrelationId
|
|
2185
2185
|
type: string
|
|
2186
2186
|
pattern: >-
|
|
@@ -2413,7 +2413,7 @@ paths:
|
|
|
2413
2413
|
responses:
|
|
2414
2414
|
'200':
|
|
2415
2415
|
description: Bulk quote completed successfully
|
|
2416
|
-
content: &
|
|
2416
|
+
content: &ref_140
|
|
2417
2417
|
application/json:
|
|
2418
2418
|
schema:
|
|
2419
2419
|
type: object
|
|
@@ -2535,7 +2535,7 @@ paths:
|
|
|
2535
2535
|
response.
|
|
2536
2536
|
'400':
|
|
2537
2537
|
description: Malformed or missing required body, headers or parameters
|
|
2538
|
-
content: &
|
|
2538
|
+
content: &ref_141
|
|
2539
2539
|
application/json:
|
|
2540
2540
|
schema:
|
|
2541
2541
|
allOf: &ref_47
|
|
@@ -2551,13 +2551,13 @@ paths:
|
|
|
2551
2551
|
properties: *ref_46
|
|
2552
2552
|
'500':
|
|
2553
2553
|
description: An error occurred processing the bulk quote
|
|
2554
|
-
content: &
|
|
2554
|
+
content: &ref_142
|
|
2555
2555
|
application/json:
|
|
2556
2556
|
schema:
|
|
2557
2557
|
allOf: *ref_47
|
|
2558
2558
|
'504':
|
|
2559
2559
|
description: Timeout occurred processing the bulk quote
|
|
2560
|
-
content: &
|
|
2560
|
+
content: &ref_143
|
|
2561
2561
|
application/json:
|
|
2562
2562
|
schema:
|
|
2563
2563
|
allOf: *ref_47
|
|
@@ -2575,7 +2575,7 @@ paths:
|
|
|
2575
2575
|
- name: bulkQuoteId
|
|
2576
2576
|
in: path
|
|
2577
2577
|
required: true
|
|
2578
|
-
schema: &
|
|
2578
|
+
schema: &ref_155
|
|
2579
2579
|
title: CorrelationId
|
|
2580
2580
|
type: string
|
|
2581
2581
|
pattern: >-
|
|
@@ -2761,7 +2761,7 @@ paths:
|
|
|
2761
2761
|
responses:
|
|
2762
2762
|
'200':
|
|
2763
2763
|
description: Request to Pay completed successfully
|
|
2764
|
-
content: &
|
|
2764
|
+
content: &ref_144
|
|
2765
2765
|
application/json:
|
|
2766
2766
|
schema:
|
|
2767
2767
|
type: object
|
|
@@ -3064,7 +3064,7 @@ paths:
|
|
|
3064
3064
|
responses:
|
|
3065
3065
|
'200':
|
|
3066
3066
|
description: Transfer completed successfully
|
|
3067
|
-
content: &
|
|
3067
|
+
content: &ref_145
|
|
3068
3068
|
application/json:
|
|
3069
3069
|
schema:
|
|
3070
3070
|
type: object
|
|
@@ -3202,7 +3202,7 @@ paths:
|
|
|
3202
3202
|
properties: *ref_26
|
|
3203
3203
|
'400':
|
|
3204
3204
|
description: Malformed or missing required body, headers or parameters
|
|
3205
|
-
content: &
|
|
3205
|
+
content: &ref_146
|
|
3206
3206
|
application/json:
|
|
3207
3207
|
schema:
|
|
3208
3208
|
allOf: *ref_14
|
|
@@ -3252,7 +3252,7 @@ paths:
|
|
|
3252
3252
|
- name: requestToPayTransactionId
|
|
3253
3253
|
in: path
|
|
3254
3254
|
required: true
|
|
3255
|
-
schema: &
|
|
3255
|
+
schema: &ref_156
|
|
3256
3256
|
title: CorrelationId
|
|
3257
3257
|
type: string
|
|
3258
3258
|
pattern: >-
|
|
@@ -3392,7 +3392,7 @@ paths:
|
|
|
3392
3392
|
responses:
|
|
3393
3393
|
'200':
|
|
3394
3394
|
description: Accounts creation completed
|
|
3395
|
-
content: &
|
|
3395
|
+
content: &ref_147
|
|
3396
3396
|
application/json:
|
|
3397
3397
|
schema:
|
|
3398
3398
|
type: object
|
|
@@ -3547,7 +3547,7 @@ paths:
|
|
|
3547
3547
|
content: *ref_55
|
|
3548
3548
|
'504':
|
|
3549
3549
|
description: Timeout occurred creating accounts
|
|
3550
|
-
content: &
|
|
3550
|
+
content: &ref_148
|
|
3551
3551
|
application/json:
|
|
3552
3552
|
schema:
|
|
3553
3553
|
allOf: *ref_56
|
|
@@ -3639,7 +3639,7 @@ paths:
|
|
|
3639
3639
|
- name: SubId
|
|
3640
3640
|
in: path
|
|
3641
3641
|
required: true
|
|
3642
|
-
schema: &
|
|
3642
|
+
schema: &ref_157
|
|
3643
3643
|
type: string
|
|
3644
3644
|
description: >-
|
|
3645
3645
|
A sub-identifier of the party identifier, or a sub-type of the party
|
|
@@ -3673,153 +3673,172 @@ paths:
|
|
|
3673
3673
|
content:
|
|
3674
3674
|
application/json:
|
|
3675
3675
|
schema:
|
|
3676
|
-
title:
|
|
3676
|
+
title: simpleQuotesPostRequest
|
|
3677
3677
|
type: object
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
title: CorrelationId
|
|
3682
|
-
type: string
|
|
3683
|
-
pattern: >-
|
|
3684
|
-
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
|
3685
|
-
description: >-
|
|
3686
|
-
Identifier that correlates all messages of the same
|
|
3687
|
-
sequence. The API data type UUID (Universally Unique
|
|
3688
|
-
Identifier) is a JSON String in canonical format, conforming
|
|
3689
|
-
to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is
|
|
3690
|
-
restricted by a regular expression for interoperability
|
|
3691
|
-
reasons. A UUID is always 36 characters long, 32 hexadecimal
|
|
3692
|
-
symbols and 4 dashes (‘-‘).
|
|
3693
|
-
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
|
3694
|
-
transactionId:
|
|
3695
|
-
title: CorrelationId
|
|
3696
|
-
type: string
|
|
3697
|
-
pattern: >-
|
|
3698
|
-
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
|
3699
|
-
description: >-
|
|
3700
|
-
Identifier that correlates all messages of the same
|
|
3701
|
-
sequence. The API data type UUID (Universally Unique
|
|
3702
|
-
Identifier) is a JSON String in canonical format, conforming
|
|
3703
|
-
to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is
|
|
3704
|
-
restricted by a regular expression for interoperability
|
|
3705
|
-
reasons. A UUID is always 36 characters long, 32 hexadecimal
|
|
3706
|
-
symbols and 4 dashes (‘-‘).
|
|
3707
|
-
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
|
3708
|
-
transactionRequestId:
|
|
3709
|
-
title: CorrelationId
|
|
3678
|
+
properties: &ref_125
|
|
3679
|
+
fspId:
|
|
3680
|
+
title: FspId
|
|
3710
3681
|
type: string
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
description:
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
Identifier) is a JSON String in canonical format, conforming
|
|
3717
|
-
to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is
|
|
3718
|
-
restricted by a regular expression for interoperability
|
|
3719
|
-
reasons. A UUID is always 36 characters long, 32 hexadecimal
|
|
3720
|
-
symbols and 4 dashes (‘-‘).
|
|
3721
|
-
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
|
3722
|
-
payee:
|
|
3723
|
-
title: Party
|
|
3724
|
-
type: object
|
|
3725
|
-
description: Data model for the complex type Party.
|
|
3726
|
-
properties: *ref_24
|
|
3727
|
-
required: *ref_25
|
|
3728
|
-
payer:
|
|
3729
|
-
title: Party
|
|
3682
|
+
minLength: 1
|
|
3683
|
+
maxLength: 32
|
|
3684
|
+
description: FSP identifier.
|
|
3685
|
+
quotesPostRequest:
|
|
3686
|
+
title: QuotesPostRequest
|
|
3730
3687
|
type: object
|
|
3731
|
-
description:
|
|
3732
|
-
properties:
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3688
|
+
description: The object sent in the POST /quotes request.
|
|
3689
|
+
properties: &ref_123
|
|
3690
|
+
quoteId:
|
|
3691
|
+
title: CorrelationId
|
|
3692
|
+
type: string
|
|
3693
|
+
pattern: >-
|
|
3694
|
+
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
|
3695
|
+
description: >-
|
|
3696
|
+
Identifier that correlates all messages of the same
|
|
3697
|
+
sequence. The API data type UUID (Universally Unique
|
|
3698
|
+
Identifier) is a JSON String in canonical format,
|
|
3699
|
+
conforming to [RFC
|
|
3700
|
+
4122](https://tools.ietf.org/html/rfc4122), that is
|
|
3701
|
+
restricted by a regular expression for interoperability
|
|
3702
|
+
reasons. A UUID is always 36 characters long, 32
|
|
3703
|
+
hexadecimal symbols and 4 dashes (‘-‘).
|
|
3704
|
+
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
|
3705
|
+
transactionId:
|
|
3706
|
+
title: CorrelationId
|
|
3707
|
+
type: string
|
|
3708
|
+
pattern: >-
|
|
3709
|
+
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
|
3710
|
+
description: >-
|
|
3711
|
+
Identifier that correlates all messages of the same
|
|
3712
|
+
sequence. The API data type UUID (Universally Unique
|
|
3713
|
+
Identifier) is a JSON String in canonical format,
|
|
3714
|
+
conforming to [RFC
|
|
3715
|
+
4122](https://tools.ietf.org/html/rfc4122), that is
|
|
3716
|
+
restricted by a regular expression for interoperability
|
|
3717
|
+
reasons. A UUID is always 36 characters long, 32
|
|
3718
|
+
hexadecimal symbols and 4 dashes (‘-‘).
|
|
3719
|
+
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
|
3720
|
+
transactionRequestId:
|
|
3721
|
+
title: CorrelationId
|
|
3722
|
+
type: string
|
|
3723
|
+
pattern: >-
|
|
3724
|
+
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
|
3725
|
+
description: >-
|
|
3726
|
+
Identifier that correlates all messages of the same
|
|
3727
|
+
sequence. The API data type UUID (Universally Unique
|
|
3728
|
+
Identifier) is a JSON String in canonical format,
|
|
3729
|
+
conforming to [RFC
|
|
3730
|
+
4122](https://tools.ietf.org/html/rfc4122), that is
|
|
3731
|
+
restricted by a regular expression for interoperability
|
|
3732
|
+
reasons. A UUID is always 36 characters long, 32
|
|
3733
|
+
hexadecimal symbols and 4 dashes (‘-‘).
|
|
3734
|
+
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
|
3735
|
+
payee:
|
|
3736
|
+
title: Party
|
|
3737
|
+
type: object
|
|
3738
|
+
description: Data model for the complex type Party.
|
|
3739
|
+
properties: *ref_24
|
|
3740
|
+
required: *ref_25
|
|
3741
|
+
payer:
|
|
3742
|
+
title: Party
|
|
3743
|
+
type: object
|
|
3744
|
+
description: Data model for the complex type Party.
|
|
3745
|
+
properties: *ref_24
|
|
3746
|
+
required: *ref_25
|
|
3747
|
+
amountType:
|
|
3748
|
+
title: AmountType
|
|
3749
|
+
type: string
|
|
3750
|
+
enum: *ref_3
|
|
3751
|
+
description: >-
|
|
3752
|
+
Below are the allowed values for the enumeration
|
|
3753
|
+
AmountType.
|
|
3740
3754
|
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3755
|
+
- SEND - Amount the Payer would like to send, that is,
|
|
3756
|
+
the amount that should be withdrawn from the Payer
|
|
3757
|
+
account including any fees.
|
|
3744
3758
|
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3759
|
+
- RECEIVE - Amount the Payer would like the Payee to
|
|
3760
|
+
receive, that is, the amount that should be sent to the
|
|
3761
|
+
receiver exclusive of any fees.
|
|
3762
|
+
example: RECEIVE
|
|
3763
|
+
amount:
|
|
3764
|
+
title: Money
|
|
3765
|
+
type: object
|
|
3766
|
+
description: Data model for the complex type Money.
|
|
3767
|
+
properties: *ref_6
|
|
3768
|
+
required: *ref_7
|
|
3769
|
+
fees:
|
|
3770
|
+
title: Money
|
|
3771
|
+
type: object
|
|
3772
|
+
description: Data model for the complex type Money.
|
|
3773
|
+
properties: *ref_6
|
|
3774
|
+
required: *ref_7
|
|
3775
|
+
transactionType:
|
|
3776
|
+
type: string
|
|
3777
|
+
enum: *ref_5
|
|
3778
|
+
description: Type of transaction.
|
|
3779
|
+
geoCode:
|
|
3780
|
+
title: GeoCode
|
|
3781
|
+
type: object
|
|
3782
|
+
description: >-
|
|
3783
|
+
Data model for the complex type GeoCode. Indicates the
|
|
3784
|
+
geographic location from where the transaction was
|
|
3785
|
+
initiated.
|
|
3786
|
+
properties: *ref_63
|
|
3787
|
+
required: *ref_64
|
|
3788
|
+
note:
|
|
3789
|
+
title: Note
|
|
3790
|
+
type: string
|
|
3791
|
+
minLength: 1
|
|
3792
|
+
maxLength: 128
|
|
3793
|
+
description: Memo assigned to transaction.
|
|
3794
|
+
example: Note sent to Payee.
|
|
3795
|
+
expiration:
|
|
3796
|
+
title: DateTime
|
|
3797
|
+
type: string
|
|
3798
|
+
pattern: >-
|
|
3799
|
+
^(?:[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)$
|
|
3800
|
+
description: >-
|
|
3801
|
+
The API data type DateTime is a JSON String in a lexical
|
|
3802
|
+
format that is restricted by a regular expression for
|
|
3803
|
+
interoperability reasons. The format is according to
|
|
3804
|
+
[ISO
|
|
3805
|
+
8601](https://www.iso.org/iso-8601-date-and-time-format.html),
|
|
3806
|
+
expressed in a combined date, time and time zone format.
|
|
3807
|
+
A more readable version of the format is
|
|
3808
|
+
yyyy-MM-ddTHH:mm:ss.SSS[-HH:MM]. Examples are
|
|
3809
|
+
"2016-05-24T08:38:08.699-04:00",
|
|
3810
|
+
"2016-05-24T08:38:08.699Z" (where Z indicates Zulu time
|
|
3811
|
+
zone, same as UTC).
|
|
3812
|
+
example: '2016-05-24T08:38:08.699-04:00'
|
|
3813
|
+
extensionList:
|
|
3814
|
+
title: ExtensionList
|
|
3815
|
+
type: object
|
|
3816
|
+
description: >-
|
|
3817
|
+
Data model for the complex type ExtensionList. An
|
|
3818
|
+
optional list of extensions, specific to deployment.
|
|
3819
|
+
properties: *ref_10
|
|
3820
|
+
required: *ref_11
|
|
3821
|
+
required: &ref_124
|
|
3822
|
+
- quoteId
|
|
3823
|
+
- transactionId
|
|
3824
|
+
- payee
|
|
3825
|
+
- payer
|
|
3826
|
+
- amountType
|
|
3827
|
+
- amount
|
|
3828
|
+
- transactionType
|
|
3829
|
+
required: &ref_126
|
|
3830
|
+
- fspId
|
|
3831
|
+
- quotesPostRequest
|
|
3813
3832
|
required: true
|
|
3814
3833
|
responses:
|
|
3815
3834
|
'200':
|
|
3816
3835
|
description: sync response from POST /quotes
|
|
3817
|
-
content: &
|
|
3836
|
+
content: &ref_149
|
|
3818
3837
|
application/json:
|
|
3819
3838
|
schema:
|
|
3820
3839
|
title: QuotesPostResponse
|
|
3821
3840
|
type: object
|
|
3822
|
-
properties: &
|
|
3841
|
+
properties: &ref_127
|
|
3823
3842
|
quotes:
|
|
3824
3843
|
title: QuotesIDPutResponse
|
|
3825
3844
|
type: object
|
|
@@ -3909,15 +3928,15 @@ paths:
|
|
|
3909
3928
|
currentState:
|
|
3910
3929
|
type: string
|
|
3911
3930
|
enum: *ref_65
|
|
3912
|
-
required: &
|
|
3931
|
+
required: &ref_128
|
|
3913
3932
|
- quotes
|
|
3914
3933
|
- currentState
|
|
3915
3934
|
'500':
|
|
3916
3935
|
description: An error occurred processing the quotes request
|
|
3917
|
-
content: &
|
|
3936
|
+
content: &ref_150
|
|
3918
3937
|
application/json:
|
|
3919
3938
|
schema:
|
|
3920
|
-
allOf: &
|
|
3939
|
+
allOf: &ref_129
|
|
3921
3940
|
- type: object
|
|
3922
3941
|
properties: *ref_22
|
|
3923
3942
|
- type: object
|
|
@@ -3935,7 +3954,7 @@ paths:
|
|
|
3935
3954
|
schema:
|
|
3936
3955
|
title: SimpleTransfersPostRequest
|
|
3937
3956
|
type: object
|
|
3938
|
-
properties: &
|
|
3957
|
+
properties: &ref_132
|
|
3939
3958
|
fspId:
|
|
3940
3959
|
title: FspId
|
|
3941
3960
|
type: string
|
|
@@ -3946,7 +3965,7 @@ paths:
|
|
|
3946
3965
|
title: TransfersPostRequest
|
|
3947
3966
|
type: object
|
|
3948
3967
|
description: The object sent in the POST /transfers request.
|
|
3949
|
-
properties: &
|
|
3968
|
+
properties: &ref_130
|
|
3950
3969
|
transferId:
|
|
3951
3970
|
title: CorrelationId
|
|
3952
3971
|
type: string
|
|
@@ -4023,7 +4042,7 @@ paths:
|
|
|
4023
4042
|
optional list of extensions, specific to deployment.
|
|
4024
4043
|
properties: *ref_10
|
|
4025
4044
|
required: *ref_11
|
|
4026
|
-
required: &
|
|
4045
|
+
required: &ref_131
|
|
4027
4046
|
- transferId
|
|
4028
4047
|
- payeeFsp
|
|
4029
4048
|
- payerFsp
|
|
@@ -4031,19 +4050,19 @@ paths:
|
|
|
4031
4050
|
- ilpPacket
|
|
4032
4051
|
- condition
|
|
4033
4052
|
- expiration
|
|
4034
|
-
required: &
|
|
4053
|
+
required: &ref_133
|
|
4035
4054
|
- fspId
|
|
4036
4055
|
- transfersPostRequest
|
|
4037
4056
|
required: true
|
|
4038
4057
|
responses:
|
|
4039
4058
|
'200':
|
|
4040
4059
|
description: sync response from POST /simpleTransfers
|
|
4041
|
-
content: &
|
|
4060
|
+
content: &ref_151
|
|
4042
4061
|
application/json:
|
|
4043
4062
|
schema:
|
|
4044
4063
|
title: SimpleTransfersPostResponse
|
|
4045
4064
|
type: object
|
|
4046
|
-
properties: &
|
|
4065
|
+
properties: &ref_134
|
|
4047
4066
|
transfer:
|
|
4048
4067
|
properties:
|
|
4049
4068
|
body:
|
|
@@ -4060,15 +4079,15 @@ paths:
|
|
|
4060
4079
|
currentState:
|
|
4061
4080
|
type: string
|
|
4062
4081
|
enum: *ref_65
|
|
4063
|
-
required: &
|
|
4082
|
+
required: &ref_135
|
|
4064
4083
|
- transfer
|
|
4065
4084
|
- currentState
|
|
4066
4085
|
'500':
|
|
4067
4086
|
description: An error occurred processing the simple transfers request
|
|
4068
|
-
content: &
|
|
4087
|
+
content: &ref_152
|
|
4069
4088
|
application/json:
|
|
4070
4089
|
schema:
|
|
4071
|
-
allOf: &
|
|
4090
|
+
allOf: &ref_136
|
|
4072
4091
|
- type: object
|
|
4073
4092
|
properties: *ref_22
|
|
4074
4093
|
- type: object
|
|
@@ -4711,38 +4730,43 @@ components:
|
|
|
4711
4730
|
description: The object sent in the POST /quotes request.
|
|
4712
4731
|
properties: *ref_123
|
|
4713
4732
|
required: *ref_124
|
|
4714
|
-
|
|
4715
|
-
title:
|
|
4733
|
+
simpleQuotesPostRequest:
|
|
4734
|
+
title: simpleQuotesPostRequest
|
|
4716
4735
|
type: object
|
|
4717
4736
|
properties: *ref_125
|
|
4718
4737
|
required: *ref_126
|
|
4738
|
+
quotesPostResponse:
|
|
4739
|
+
title: QuotesPostResponse
|
|
4740
|
+
type: object
|
|
4741
|
+
properties: *ref_127
|
|
4742
|
+
required: *ref_128
|
|
4719
4743
|
errorQuotesResponse:
|
|
4720
|
-
allOf: *
|
|
4744
|
+
allOf: *ref_129
|
|
4721
4745
|
TransfersPostRequest:
|
|
4722
4746
|
title: TransfersPostRequest
|
|
4723
4747
|
type: object
|
|
4724
4748
|
description: The object sent in the POST /transfers request.
|
|
4725
|
-
properties: *
|
|
4726
|
-
required: *
|
|
4749
|
+
properties: *ref_130
|
|
4750
|
+
required: *ref_131
|
|
4727
4751
|
simpleTransfersPostRequest:
|
|
4728
4752
|
title: SimpleTransfersPostRequest
|
|
4729
4753
|
type: object
|
|
4730
|
-
properties: *
|
|
4731
|
-
required: *
|
|
4754
|
+
properties: *ref_132
|
|
4755
|
+
required: *ref_133
|
|
4732
4756
|
simpleTransfersPostResponse:
|
|
4733
4757
|
title: SimpleTransfersPostResponse
|
|
4734
4758
|
type: object
|
|
4735
|
-
properties: *
|
|
4736
|
-
required: *
|
|
4759
|
+
properties: *ref_134
|
|
4760
|
+
required: *ref_135
|
|
4737
4761
|
errorSimpleTransfersResponse:
|
|
4738
|
-
allOf: *
|
|
4762
|
+
allOf: *ref_136
|
|
4739
4763
|
responses:
|
|
4740
4764
|
transferSuccess:
|
|
4741
4765
|
description: Transfer completed successfully
|
|
4742
4766
|
content: *ref_15
|
|
4743
4767
|
transferBadRequest:
|
|
4744
4768
|
description: Malformed or missing required body, headers or parameters
|
|
4745
|
-
content: *
|
|
4769
|
+
content: *ref_137
|
|
4746
4770
|
transferServerError:
|
|
4747
4771
|
description: An error occurred processing the transfer
|
|
4748
4772
|
content: *ref_16
|
|
@@ -4759,40 +4783,40 @@ components:
|
|
|
4759
4783
|
content: *ref_43
|
|
4760
4784
|
bulkTransactionPutBadRequest:
|
|
4761
4785
|
description: Malformed or missing required body, headers or parameters
|
|
4762
|
-
content: *
|
|
4786
|
+
content: *ref_138
|
|
4763
4787
|
bulkTransferSuccess:
|
|
4764
4788
|
description: Bulk transfer completed successfully
|
|
4765
|
-
content: *
|
|
4789
|
+
content: *ref_139
|
|
4766
4790
|
bulkQuoteSuccess:
|
|
4767
4791
|
description: Bulk quote completed successfully
|
|
4768
|
-
content: *
|
|
4792
|
+
content: *ref_140
|
|
4769
4793
|
bulkQuoteBadRequest:
|
|
4770
4794
|
description: Malformed or missing required body, headers or parameters
|
|
4771
|
-
content: *
|
|
4795
|
+
content: *ref_141
|
|
4772
4796
|
bulkQuoteServerError:
|
|
4773
4797
|
description: An error occurred processing the bulk quote
|
|
4774
|
-
content: *
|
|
4798
|
+
content: *ref_142
|
|
4775
4799
|
bulkQuoteTimeout:
|
|
4776
4800
|
description: Timeout occurred processing the bulk quote
|
|
4777
|
-
content: *
|
|
4801
|
+
content: *ref_143
|
|
4778
4802
|
requestToPaySuccess:
|
|
4779
4803
|
description: Request to Pay completed successfully
|
|
4780
|
-
content: *
|
|
4804
|
+
content: *ref_144
|
|
4781
4805
|
requestToPayTransferSuccess:
|
|
4782
4806
|
description: Transfer completed successfully
|
|
4783
|
-
content: *
|
|
4807
|
+
content: *ref_145
|
|
4784
4808
|
requestToPayTransferBadRequest:
|
|
4785
4809
|
description: Malformed or missing required body, headers or parameters
|
|
4786
|
-
content: *
|
|
4810
|
+
content: *ref_146
|
|
4787
4811
|
accountsCreationCompleted:
|
|
4788
4812
|
description: Accounts creation completed
|
|
4789
|
-
content: *
|
|
4813
|
+
content: *ref_147
|
|
4790
4814
|
accountsCreationError:
|
|
4791
4815
|
description: An error occurred creating accounts
|
|
4792
4816
|
content: *ref_55
|
|
4793
4817
|
accountsCreationTimeout:
|
|
4794
4818
|
description: Timeout occurred creating accounts
|
|
4795
|
-
content: *
|
|
4819
|
+
content: *ref_148
|
|
4796
4820
|
partiesByIdSuccess:
|
|
4797
4821
|
description: PartiesByIdSuccess
|
|
4798
4822
|
content: *ref_61
|
|
@@ -4801,16 +4825,16 @@ components:
|
|
|
4801
4825
|
content: *ref_62
|
|
4802
4826
|
quotesPostSuccess:
|
|
4803
4827
|
description: sync response from POST /quotes
|
|
4804
|
-
content: *
|
|
4828
|
+
content: *ref_149
|
|
4805
4829
|
quotesServerError:
|
|
4806
4830
|
description: An error occurred processing the quotes request
|
|
4807
|
-
content: *
|
|
4831
|
+
content: *ref_150
|
|
4808
4832
|
simpleTransfersPostSuccess:
|
|
4809
4833
|
description: sync response from POST /simpleTransfers
|
|
4810
|
-
content: *
|
|
4834
|
+
content: *ref_151
|
|
4811
4835
|
simpleTransfersServerError:
|
|
4812
4836
|
description: An error occurred processing the simple transfers request
|
|
4813
|
-
content: *
|
|
4837
|
+
content: *ref_152
|
|
4814
4838
|
parameters:
|
|
4815
4839
|
transferId:
|
|
4816
4840
|
name: transferId
|
|
@@ -4824,7 +4848,7 @@ components:
|
|
|
4824
4848
|
name: bulkTransactionId
|
|
4825
4849
|
in: path
|
|
4826
4850
|
required: true
|
|
4827
|
-
schema: *
|
|
4851
|
+
schema: *ref_153
|
|
4828
4852
|
description: >-
|
|
4829
4853
|
Identifier of the bulk transaction to continue as returned in the
|
|
4830
4854
|
response to a `POST /bulkTransaction` request.
|
|
@@ -4832,7 +4856,7 @@ components:
|
|
|
4832
4856
|
name: bulkTransferId
|
|
4833
4857
|
in: path
|
|
4834
4858
|
required: true
|
|
4835
|
-
schema: *
|
|
4859
|
+
schema: *ref_154
|
|
4836
4860
|
description: >-
|
|
4837
4861
|
Identifier of the bulk transfer to continue as returned in the response
|
|
4838
4862
|
to a `POST /bulkTransfers` request.
|
|
@@ -4840,7 +4864,7 @@ components:
|
|
|
4840
4864
|
name: bulkQuoteId
|
|
4841
4865
|
in: path
|
|
4842
4866
|
required: true
|
|
4843
|
-
schema: *
|
|
4867
|
+
schema: *ref_155
|
|
4844
4868
|
description: >-
|
|
4845
4869
|
Identifier of the bulk transfer to continue as returned in the response
|
|
4846
4870
|
to a `POST /bulkTransfers` request.
|
|
@@ -4848,7 +4872,7 @@ components:
|
|
|
4848
4872
|
name: requestToPayTransactionId
|
|
4849
4873
|
in: path
|
|
4850
4874
|
required: true
|
|
4851
|
-
schema: *
|
|
4875
|
+
schema: *ref_156
|
|
4852
4876
|
description: >-
|
|
4853
4877
|
Identifier of the merchant request to pay transfer to continue as
|
|
4854
4878
|
returned in the response to a `POST /requestToPayTransfer` request.
|
|
@@ -4868,7 +4892,7 @@ components:
|
|
|
4868
4892
|
name: SubId
|
|
4869
4893
|
in: path
|
|
4870
4894
|
required: true
|
|
4871
|
-
schema: *
|
|
4895
|
+
schema: *ref_157
|
|
4872
4896
|
description: >-
|
|
4873
4897
|
A sub-identifier of the party identifier, or a sub-type of the party
|
|
4874
4898
|
identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`.
|