increase 1.262.0 → 1.264.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +26 -0
- data/README.md +1 -1
- data/lib/increase/models/declined_transaction.rb +9 -9
- data/lib/increase/models/fednow_transfer_create_params.rb +1 -9
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +9 -9
- data/lib/increase/models/real_time_payments_transfer.rb +22 -22
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +29 -16
- data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +9 -9
- data/lib/increase/models/transaction.rb +29 -29
- data/lib/increase/resources/fednow_transfers.rb +1 -3
- data/lib/increase/resources/real_time_payments_transfers.rb +9 -5
- data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +3 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/declined_transaction.rbi +11 -11
- data/rbi/increase/models/fednow_transfer_create_params.rbi +0 -8
- data/rbi/increase/models/inbound_real_time_payments_transfer.rbi +11 -11
- data/rbi/increase/models/real_time_payments_transfer.rbi +27 -27
- data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +34 -18
- data/rbi/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rbi +11 -11
- data/rbi/increase/models/transaction.rbi +34 -34
- data/rbi/increase/resources/fednow_transfers.rbi +0 -3
- data/rbi/increase/resources/real_time_payments_transfers.rbi +11 -8
- data/rbi/increase/resources/simulations/inbound_real_time_payments_transfers.rbi +3 -3
- data/sig/increase/models/declined_transaction.rbs +8 -8
- data/sig/increase/models/fednow_transfer_create_params.rbs +0 -5
- data/sig/increase/models/inbound_real_time_payments_transfer.rbs +8 -8
- data/sig/increase/models/real_time_payments_transfer.rbs +17 -17
- data/sig/increase/models/real_time_payments_transfer_create_params.rbs +19 -5
- data/sig/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rbs +8 -8
- data/sig/increase/models/transaction.rbs +25 -25
- data/sig/increase/resources/fednow_transfers.rbs +0 -1
- data/sig/increase/resources/real_time_payments_transfers.rbs +3 -1
- data/sig/increase/resources/simulations/inbound_real_time_payments_transfers.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54dc21cff635986520728f6e3eadf20be822845f0c263f5e187a6c25b95a89dc
|
|
4
|
+
data.tar.gz: 0521d5f8cd2b39e5a9682759afd5bc8efabdb2eaa026b87180d6a4c68fcf961e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9166c8826860f9f0544628a696f5c49956e01c23c206af73b5cdb35de3eeaf454086ffd8974960b327644516baf555119ef1c3165afcd321203147ffe7928e8a
|
|
7
|
+
data.tar.gz: f22617f79ae21e5a60b829c492aeff542679f31bc259295d267215e9826018d920eff4cdadca888dae16f8d42e82956b5922ca9c96e1399cbceb366c7f116b3f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.264.0 (2026-03-20)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.263.0...v1.264.0](https://github.com/Increase/increase-ruby/compare/v1.263.0...v1.264.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([1b0b973](https://github.com/Increase/increase-ruby/commit/1b0b973d66f33f39fbec9b2962eddb1be5ccb116))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **tests:** bump steady to v0.19.4 ([46fcc3d](https://github.com/Increase/increase-ruby/commit/46fcc3d0fcb5d3b38169562440048df229c5d28c))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Refactors
|
|
18
|
+
|
|
19
|
+
* **tests:** switch from prism to steady ([6e7cad0](https://github.com/Increase/increase-ruby/commit/6e7cad0a92bb8b02d632b0a9afe4439ca4c9fa82))
|
|
20
|
+
|
|
21
|
+
## 1.263.0 (2026-03-19)
|
|
22
|
+
|
|
23
|
+
Full Changelog: [v1.262.0...v1.263.0](https://github.com/Increase/increase-ruby/compare/v1.262.0...v1.263.0)
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **api:** api update ([3d3c01e](https://github.com/Increase/increase-ruby/commit/3d3c01ed92f3bf1c934d1c5607e3195828e48249))
|
|
28
|
+
|
|
3
29
|
## 1.262.0 (2026-03-19)
|
|
4
30
|
|
|
5
31
|
Full Changelog: [v1.261.0...v1.262.0](https://github.com/Increase/increase-ruby/compare/v1.261.0...v1.262.0)
|
data/README.md
CHANGED
|
@@ -2188,12 +2188,6 @@ module Increase
|
|
|
2188
2188
|
required :reason,
|
|
2189
2189
|
enum: -> { Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Reason }
|
|
2190
2190
|
|
|
2191
|
-
# @!attribute remittance_information
|
|
2192
|
-
# Additional information included with the transfer.
|
|
2193
|
-
#
|
|
2194
|
-
# @return [String, nil]
|
|
2195
|
-
required :remittance_information, String, nil?: true
|
|
2196
|
-
|
|
2197
2191
|
# @!attribute transaction_identification
|
|
2198
2192
|
# The Real-Time Payments network identification of the declined transfer.
|
|
2199
2193
|
#
|
|
@@ -2206,7 +2200,13 @@ module Increase
|
|
|
2206
2200
|
# @return [String]
|
|
2207
2201
|
required :transfer_id, String
|
|
2208
2202
|
|
|
2209
|
-
# @!
|
|
2203
|
+
# @!attribute unstructured_remittance_information
|
|
2204
|
+
# Additional information included with the transfer.
|
|
2205
|
+
#
|
|
2206
|
+
# @return [String, nil]
|
|
2207
|
+
required :unstructured_remittance_information, String, nil?: true
|
|
2208
|
+
|
|
2209
|
+
# @!method initialize(amount:, creditor_name:, currency:, debtor_account_number:, debtor_name:, debtor_routing_number:, reason:, transaction_identification:, transfer_id:, unstructured_remittance_information:)
|
|
2210
2210
|
# Some parameter documentations has been truncated, see
|
|
2211
2211
|
# {Increase::Models::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline}
|
|
2212
2212
|
# for more details.
|
|
@@ -2229,11 +2229,11 @@ module Increase
|
|
|
2229
2229
|
#
|
|
2230
2230
|
# @param reason [Symbol, Increase::Models::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Reason] Why the transfer was declined.
|
|
2231
2231
|
#
|
|
2232
|
-
# @param remittance_information [String, nil] Additional information included with the transfer.
|
|
2233
|
-
#
|
|
2234
2232
|
# @param transaction_identification [String] The Real-Time Payments network identification of the declined transfer.
|
|
2235
2233
|
#
|
|
2236
2234
|
# @param transfer_id [String] The identifier of the Real-Time Payments Transfer that led to this Transaction.
|
|
2235
|
+
#
|
|
2236
|
+
# @param unstructured_remittance_information [String, nil] Additional information included with the transfer.
|
|
2237
2237
|
|
|
2238
2238
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the declined
|
|
2239
2239
|
# transfer's currency. This will always be "USD" for a Real-Time Payments
|
|
@@ -7,12 +7,6 @@ module Increase
|
|
|
7
7
|
extend Increase::Internal::Type::RequestParameters::Converter
|
|
8
8
|
include Increase::Internal::Type::RequestParameters
|
|
9
9
|
|
|
10
|
-
# @!attribute account_id
|
|
11
|
-
# The identifier for the account that will send the transfer.
|
|
12
|
-
#
|
|
13
|
-
# @return [String]
|
|
14
|
-
required :account_id, String
|
|
15
|
-
|
|
16
10
|
# @!attribute amount
|
|
17
11
|
# The amount, in minor units, to send to the creditor.
|
|
18
12
|
#
|
|
@@ -80,12 +74,10 @@ module Increase
|
|
|
80
74
|
# @return [String, nil]
|
|
81
75
|
optional :routing_number, String
|
|
82
76
|
|
|
83
|
-
# @!method initialize(
|
|
77
|
+
# @!method initialize(amount:, creditor_name:, debtor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, creditor_address: nil, debtor_address: nil, external_account_id: nil, require_approval: nil, routing_number: nil, request_options: {})
|
|
84
78
|
# Some parameter documentations has been truncated, see
|
|
85
79
|
# {Increase::Models::FednowTransferCreateParams} for more details.
|
|
86
80
|
#
|
|
87
|
-
# @param account_id [String] The identifier for the account that will send the transfer.
|
|
88
|
-
#
|
|
89
81
|
# @param amount [Integer] The amount, in minor units, to send to the creditor.
|
|
90
82
|
#
|
|
91
83
|
# @param creditor_name [String] The creditor's name.
|
|
@@ -78,12 +78,6 @@ module Increase
|
|
|
78
78
|
# @return [Increase::Models::InboundRealTimePaymentsTransfer::Decline, nil]
|
|
79
79
|
required :decline, -> { Increase::InboundRealTimePaymentsTransfer::Decline }, nil?: true
|
|
80
80
|
|
|
81
|
-
# @!attribute remittance_information
|
|
82
|
-
# Additional information included with the transfer.
|
|
83
|
-
#
|
|
84
|
-
# @return [String, nil]
|
|
85
|
-
required :remittance_information, String, nil?: true
|
|
86
|
-
|
|
87
81
|
# @!attribute status
|
|
88
82
|
# The lifecycle status of the transfer.
|
|
89
83
|
#
|
|
@@ -103,7 +97,13 @@ module Increase
|
|
|
103
97
|
# @return [Symbol, Increase::Models::InboundRealTimePaymentsTransfer::Type]
|
|
104
98
|
required :type, enum: -> { Increase::InboundRealTimePaymentsTransfer::Type }
|
|
105
99
|
|
|
106
|
-
# @!
|
|
100
|
+
# @!attribute unstructured_remittance_information
|
|
101
|
+
# Additional information included with the transfer.
|
|
102
|
+
#
|
|
103
|
+
# @return [String, nil]
|
|
104
|
+
required :unstructured_remittance_information, String, nil?: true
|
|
105
|
+
|
|
106
|
+
# @!method initialize(id:, account_id:, account_number_id:, amount:, confirmation:, created_at:, creditor_name:, currency:, debtor_account_number:, debtor_name:, debtor_routing_number:, decline:, status:, transaction_identification:, type:, unstructured_remittance_information:)
|
|
107
107
|
# Some parameter documentations has been truncated, see
|
|
108
108
|
# {Increase::Models::InboundRealTimePaymentsTransfer} for more details.
|
|
109
109
|
#
|
|
@@ -134,13 +134,13 @@ module Increase
|
|
|
134
134
|
#
|
|
135
135
|
# @param decline [Increase::Models::InboundRealTimePaymentsTransfer::Decline, nil] If your transfer is declined, this will contain details of the decline.
|
|
136
136
|
#
|
|
137
|
-
# @param remittance_information [String, nil] Additional information included with the transfer.
|
|
138
|
-
#
|
|
139
137
|
# @param status [Symbol, Increase::Models::InboundRealTimePaymentsTransfer::Status] The lifecycle status of the transfer.
|
|
140
138
|
#
|
|
141
139
|
# @param transaction_identification [String] The Real-Time Payments network identification of the transfer.
|
|
142
140
|
#
|
|
143
141
|
# @param type [Symbol, Increase::Models::InboundRealTimePaymentsTransfer::Type] A constant representing the object's type. For this resource it will always be `
|
|
142
|
+
#
|
|
143
|
+
# @param unstructured_remittance_information [String, nil] Additional information included with the transfer.
|
|
144
144
|
|
|
145
145
|
# @see Increase::Models::InboundRealTimePaymentsTransfer#confirmation
|
|
146
146
|
class Confirmation < Increase::Internal::Type::BaseModel
|
|
@@ -16,6 +16,12 @@ module Increase
|
|
|
16
16
|
# @return [String]
|
|
17
17
|
required :account_id, String
|
|
18
18
|
|
|
19
|
+
# @!attribute account_number
|
|
20
|
+
# The destination account number.
|
|
21
|
+
#
|
|
22
|
+
# @return [String]
|
|
23
|
+
required :account_number, String
|
|
24
|
+
|
|
19
25
|
# @!attribute acknowledgement
|
|
20
26
|
# If the transfer is acknowledged by the recipient bank, this will contain
|
|
21
27
|
# supplemental details.
|
|
@@ -77,19 +83,6 @@ module Increase
|
|
|
77
83
|
# @return [String, nil]
|
|
78
84
|
required :debtor_name, String, nil?: true
|
|
79
85
|
|
|
80
|
-
# @!attribute destination_account_number
|
|
81
|
-
# The destination account number.
|
|
82
|
-
#
|
|
83
|
-
# @return [String]
|
|
84
|
-
required :destination_account_number, String
|
|
85
|
-
|
|
86
|
-
# @!attribute destination_routing_number
|
|
87
|
-
# The destination American Bankers' Association (ABA) Routing Transit Number
|
|
88
|
-
# (RTN).
|
|
89
|
-
#
|
|
90
|
-
# @return [String]
|
|
91
|
-
required :destination_routing_number, String
|
|
92
|
-
|
|
93
86
|
# @!attribute external_account_id
|
|
94
87
|
# The identifier of the External Account the transfer was made to, if any.
|
|
95
88
|
#
|
|
@@ -120,11 +113,12 @@ module Increase
|
|
|
120
113
|
# @return [Increase::Models::RealTimePaymentsTransfer::Rejection, nil]
|
|
121
114
|
required :rejection, -> { Increase::RealTimePaymentsTransfer::Rejection }, nil?: true
|
|
122
115
|
|
|
123
|
-
# @!attribute
|
|
124
|
-
#
|
|
116
|
+
# @!attribute routing_number
|
|
117
|
+
# The destination American Bankers' Association (ABA) Routing Transit Number
|
|
118
|
+
# (RTN).
|
|
125
119
|
#
|
|
126
120
|
# @return [String]
|
|
127
|
-
required :
|
|
121
|
+
required :routing_number, String
|
|
128
122
|
|
|
129
123
|
# @!attribute source_account_number_id
|
|
130
124
|
# The Account Number the recipient will see as having sent the transfer.
|
|
@@ -172,7 +166,13 @@ module Increase
|
|
|
172
166
|
# @return [String, nil]
|
|
173
167
|
required :ultimate_debtor_name, String, nil?: true
|
|
174
168
|
|
|
175
|
-
# @!
|
|
169
|
+
# @!attribute unstructured_remittance_information
|
|
170
|
+
# Unstructured information that will show on the recipient's bank statement.
|
|
171
|
+
#
|
|
172
|
+
# @return [String]
|
|
173
|
+
required :unstructured_remittance_information, String
|
|
174
|
+
|
|
175
|
+
# @!method initialize(id:, account_id:, account_number:, acknowledgement:, amount:, approval:, cancellation:, created_at:, created_by:, creditor_name:, currency:, debtor_name:, external_account_id:, idempotency_key:, pending_transaction_id:, rejection:, routing_number:, source_account_number_id:, status:, submission:, transaction_id:, type:, ultimate_creditor_name:, ultimate_debtor_name:, unstructured_remittance_information:)
|
|
176
176
|
# Some parameter documentations has been truncated, see
|
|
177
177
|
# {Increase::Models::RealTimePaymentsTransfer} for more details.
|
|
178
178
|
#
|
|
@@ -183,6 +183,8 @@ module Increase
|
|
|
183
183
|
#
|
|
184
184
|
# @param account_id [String] The Account from which the transfer was sent.
|
|
185
185
|
#
|
|
186
|
+
# @param account_number [String] The destination account number.
|
|
187
|
+
#
|
|
186
188
|
# @param acknowledgement [Increase::Models::RealTimePaymentsTransfer::Acknowledgement, nil] If the transfer is acknowledged by the recipient bank, this will contain supplem
|
|
187
189
|
#
|
|
188
190
|
# @param amount [Integer] The transfer amount in USD cents.
|
|
@@ -201,10 +203,6 @@ module Increase
|
|
|
201
203
|
#
|
|
202
204
|
# @param debtor_name [String, nil] The name of the transfer's sender. If not provided, defaults to the name of the
|
|
203
205
|
#
|
|
204
|
-
# @param destination_account_number [String] The destination account number.
|
|
205
|
-
#
|
|
206
|
-
# @param destination_routing_number [String] The destination American Bankers' Association (ABA) Routing Transit Number (RTN)
|
|
207
|
-
#
|
|
208
206
|
# @param external_account_id [String, nil] The identifier of the External Account the transfer was made to, if any.
|
|
209
207
|
#
|
|
210
208
|
# @param idempotency_key [String, nil] The idempotency key you chose for this object. This value is unique across Incre
|
|
@@ -213,7 +211,7 @@ module Increase
|
|
|
213
211
|
#
|
|
214
212
|
# @param rejection [Increase::Models::RealTimePaymentsTransfer::Rejection, nil] If the transfer is rejected by Real-Time Payments or the destination financial i
|
|
215
213
|
#
|
|
216
|
-
# @param
|
|
214
|
+
# @param routing_number [String] The destination American Bankers' Association (ABA) Routing Transit Number (RTN)
|
|
217
215
|
#
|
|
218
216
|
# @param source_account_number_id [String] The Account Number the recipient will see as having sent the transfer.
|
|
219
217
|
#
|
|
@@ -228,6 +226,8 @@ module Increase
|
|
|
228
226
|
# @param ultimate_creditor_name [String, nil] The name of the ultimate recipient of the transfer. Set this if the creditor is
|
|
229
227
|
#
|
|
230
228
|
# @param ultimate_debtor_name [String, nil] The name of the ultimate sender of the transfer. Set this if the funds are being
|
|
229
|
+
#
|
|
230
|
+
# @param unstructured_remittance_information [String] Unstructured information that will show on the recipient's bank statement.
|
|
231
231
|
|
|
232
232
|
# @see Increase::Models::RealTimePaymentsTransfer#acknowledgement
|
|
233
233
|
class Acknowledgement < Increase::Internal::Type::BaseModel
|
|
@@ -20,18 +20,24 @@ module Increase
|
|
|
20
20
|
# @return [String]
|
|
21
21
|
required :creditor_name, String
|
|
22
22
|
|
|
23
|
-
# @!attribute remittance_information
|
|
24
|
-
# Unstructured information that will show on the recipient's bank statement.
|
|
25
|
-
#
|
|
26
|
-
# @return [String]
|
|
27
|
-
required :remittance_information, String
|
|
28
|
-
|
|
29
23
|
# @!attribute source_account_number_id
|
|
30
24
|
# The identifier of the Account Number from which to send the transfer.
|
|
31
25
|
#
|
|
32
26
|
# @return [String]
|
|
33
27
|
required :source_account_number_id, String
|
|
34
28
|
|
|
29
|
+
# @!attribute unstructured_remittance_information
|
|
30
|
+
# Unstructured information that will show on the recipient's bank statement.
|
|
31
|
+
#
|
|
32
|
+
# @return [String]
|
|
33
|
+
required :unstructured_remittance_information, String
|
|
34
|
+
|
|
35
|
+
# @!attribute account_number
|
|
36
|
+
# The destination account number.
|
|
37
|
+
#
|
|
38
|
+
# @return [String, nil]
|
|
39
|
+
optional :account_number, String
|
|
40
|
+
|
|
35
41
|
# @!attribute debtor_name
|
|
36
42
|
# The name of the transfer's sender. If not provided, defaults to the name of the
|
|
37
43
|
# account's entity.
|
|
@@ -40,22 +46,18 @@ module Increase
|
|
|
40
46
|
optional :debtor_name, String
|
|
41
47
|
|
|
42
48
|
# @!attribute destination_account_number
|
|
43
|
-
# The destination account number.
|
|
44
49
|
#
|
|
45
50
|
# @return [String, nil]
|
|
46
51
|
optional :destination_account_number, String
|
|
47
52
|
|
|
48
53
|
# @!attribute destination_routing_number
|
|
49
|
-
# The destination American Bankers' Association (ABA) Routing Transit Number
|
|
50
|
-
# (RTN).
|
|
51
54
|
#
|
|
52
55
|
# @return [String, nil]
|
|
53
56
|
optional :destination_routing_number, String
|
|
54
57
|
|
|
55
58
|
# @!attribute external_account_id
|
|
56
59
|
# The ID of an External Account to initiate a transfer to. If this parameter is
|
|
57
|
-
# provided, `
|
|
58
|
-
# absent.
|
|
60
|
+
# provided, `account_number` and `routing_number` must be absent.
|
|
59
61
|
#
|
|
60
62
|
# @return [String, nil]
|
|
61
63
|
optional :external_account_id, String
|
|
@@ -66,6 +68,13 @@ module Increase
|
|
|
66
68
|
# @return [Boolean, nil]
|
|
67
69
|
optional :require_approval, Increase::Internal::Type::Boolean
|
|
68
70
|
|
|
71
|
+
# @!attribute routing_number
|
|
72
|
+
# The destination American Bankers' Association (ABA) Routing Transit Number
|
|
73
|
+
# (RTN).
|
|
74
|
+
#
|
|
75
|
+
# @return [String, nil]
|
|
76
|
+
optional :routing_number, String
|
|
77
|
+
|
|
69
78
|
# @!attribute ultimate_creditor_name
|
|
70
79
|
# The name of the ultimate recipient of the transfer. Set this if the creditor is
|
|
71
80
|
# an intermediary receiving the payment for someone else.
|
|
@@ -80,7 +89,7 @@ module Increase
|
|
|
80
89
|
# @return [String, nil]
|
|
81
90
|
optional :ultimate_debtor_name, String
|
|
82
91
|
|
|
83
|
-
# @!method initialize(amount:, creditor_name:,
|
|
92
|
+
# @!method initialize(amount:, creditor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, debtor_name: nil, destination_account_number: nil, destination_routing_number: nil, external_account_id: nil, require_approval: nil, routing_number: nil, ultimate_creditor_name: nil, ultimate_debtor_name: nil, request_options: {})
|
|
84
93
|
# Some parameter documentations has been truncated, see
|
|
85
94
|
# {Increase::Models::RealTimePaymentsTransferCreateParams} for more details.
|
|
86
95
|
#
|
|
@@ -88,20 +97,24 @@ module Increase
|
|
|
88
97
|
#
|
|
89
98
|
# @param creditor_name [String] The name of the transfer's recipient.
|
|
90
99
|
#
|
|
91
|
-
# @param remittance_information [String] Unstructured information that will show on the recipient's bank statement.
|
|
92
|
-
#
|
|
93
100
|
# @param source_account_number_id [String] The identifier of the Account Number from which to send the transfer.
|
|
94
101
|
#
|
|
102
|
+
# @param unstructured_remittance_information [String] Unstructured information that will show on the recipient's bank statement.
|
|
103
|
+
#
|
|
104
|
+
# @param account_number [String] The destination account number.
|
|
105
|
+
#
|
|
95
106
|
# @param debtor_name [String] The name of the transfer's sender. If not provided, defaults to the name of the
|
|
96
107
|
#
|
|
97
|
-
# @param destination_account_number [String]
|
|
108
|
+
# @param destination_account_number [String]
|
|
98
109
|
#
|
|
99
|
-
# @param destination_routing_number [String]
|
|
110
|
+
# @param destination_routing_number [String]
|
|
100
111
|
#
|
|
101
112
|
# @param external_account_id [String] The ID of an External Account to initiate a transfer to. If this parameter is pr
|
|
102
113
|
#
|
|
103
114
|
# @param require_approval [Boolean] Whether the transfer requires explicit approval via the dashboard or API.
|
|
104
115
|
#
|
|
116
|
+
# @param routing_number [String] The destination American Bankers' Association (ABA) Routing Transit Number (RTN)
|
|
117
|
+
#
|
|
105
118
|
# @param ultimate_creditor_name [String] The name of the ultimate recipient of the transfer. Set this if the creditor is
|
|
106
119
|
#
|
|
107
120
|
# @param ultimate_debtor_name [String] The name of the ultimate sender of the transfer. Set this if the funds are being
|
|
@@ -39,19 +39,19 @@ module Increase
|
|
|
39
39
|
# @return [String, nil]
|
|
40
40
|
optional :debtor_routing_number, String
|
|
41
41
|
|
|
42
|
-
# @!attribute remittance_information
|
|
43
|
-
# Additional information included with the transfer.
|
|
44
|
-
#
|
|
45
|
-
# @return [String, nil]
|
|
46
|
-
optional :remittance_information, String
|
|
47
|
-
|
|
48
42
|
# @!attribute request_for_payment_id
|
|
49
43
|
# The identifier of a pending Request for Payment that this transfer will fulfill.
|
|
50
44
|
#
|
|
51
45
|
# @return [String, nil]
|
|
52
46
|
optional :request_for_payment_id, String
|
|
53
47
|
|
|
54
|
-
# @!
|
|
48
|
+
# @!attribute unstructured_remittance_information
|
|
49
|
+
# Additional information included with the transfer.
|
|
50
|
+
#
|
|
51
|
+
# @return [String, nil]
|
|
52
|
+
optional :unstructured_remittance_information, String
|
|
53
|
+
|
|
54
|
+
# @!method initialize(account_number_id:, amount:, debtor_account_number: nil, debtor_name: nil, debtor_routing_number: nil, request_for_payment_id: nil, unstructured_remittance_information: nil, request_options: {})
|
|
55
55
|
# Some parameter documentations has been truncated, see
|
|
56
56
|
# {Increase::Models::Simulations::InboundRealTimePaymentsTransferCreateParams} for
|
|
57
57
|
# more details.
|
|
@@ -66,10 +66,10 @@ module Increase
|
|
|
66
66
|
#
|
|
67
67
|
# @param debtor_routing_number [String] The routing number of the account that sent the transfer.
|
|
68
68
|
#
|
|
69
|
-
# @param remittance_information [String] Additional information included with the transfer.
|
|
70
|
-
#
|
|
71
69
|
# @param request_for_payment_id [String] The identifier of a pending Request for Payment that this transfer will fulfill.
|
|
72
70
|
#
|
|
71
|
+
# @param unstructured_remittance_information [String] Additional information included with the transfer.
|
|
72
|
+
#
|
|
73
73
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
74
74
|
end
|
|
75
75
|
end
|
|
@@ -6353,12 +6353,6 @@ module Increase
|
|
|
6353
6353
|
# @return [String]
|
|
6354
6354
|
required :debtor_routing_number, String
|
|
6355
6355
|
|
|
6356
|
-
# @!attribute remittance_information
|
|
6357
|
-
# Additional information included with the transfer.
|
|
6358
|
-
#
|
|
6359
|
-
# @return [String, nil]
|
|
6360
|
-
required :remittance_information, String, nil?: true
|
|
6361
|
-
|
|
6362
6356
|
# @!attribute transaction_identification
|
|
6363
6357
|
# The Real-Time Payments network identification of the transfer.
|
|
6364
6358
|
#
|
|
@@ -6371,7 +6365,13 @@ module Increase
|
|
|
6371
6365
|
# @return [String]
|
|
6372
6366
|
required :transfer_id, String
|
|
6373
6367
|
|
|
6374
|
-
# @!
|
|
6368
|
+
# @!attribute unstructured_remittance_information
|
|
6369
|
+
# Additional information included with the transfer.
|
|
6370
|
+
#
|
|
6371
|
+
# @return [String, nil]
|
|
6372
|
+
required :unstructured_remittance_information, String, nil?: true
|
|
6373
|
+
|
|
6374
|
+
# @!method initialize(amount:, creditor_name:, currency:, debtor_account_number:, debtor_name:, debtor_routing_number:, transaction_identification:, transfer_id:, unstructured_remittance_information:)
|
|
6375
6375
|
# Some parameter documentations has been truncated, see
|
|
6376
6376
|
# {Increase::Models::Transaction::Source::InboundRealTimePaymentsTransferConfirmation}
|
|
6377
6377
|
# for more details.
|
|
@@ -6394,11 +6394,11 @@ module Increase
|
|
|
6394
6394
|
#
|
|
6395
6395
|
# @param debtor_routing_number [String] The routing number of the account that sent the transfer.
|
|
6396
6396
|
#
|
|
6397
|
-
# @param remittance_information [String, nil] Additional information included with the transfer.
|
|
6398
|
-
#
|
|
6399
6397
|
# @param transaction_identification [String] The Real-Time Payments network identification of the transfer.
|
|
6400
6398
|
#
|
|
6401
6399
|
# @param transfer_id [String] The identifier of the Real-Time Payments Transfer that led to this Transaction.
|
|
6400
|
+
#
|
|
6401
|
+
# @param unstructured_remittance_information [String, nil] Additional information included with the transfer.
|
|
6402
6402
|
|
|
6403
6403
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's
|
|
6404
6404
|
# currency. This will always be "USD" for a Real-Time Payments transfer.
|
|
@@ -6909,29 +6909,23 @@ module Increase
|
|
|
6909
6909
|
|
|
6910
6910
|
# @see Increase::Models::Transaction::Source#real_time_payments_transfer_acknowledgement
|
|
6911
6911
|
class RealTimePaymentsTransferAcknowledgement < Increase::Internal::Type::BaseModel
|
|
6912
|
+
# @!attribute account_number
|
|
6913
|
+
# The destination account number.
|
|
6914
|
+
#
|
|
6915
|
+
# @return [String]
|
|
6916
|
+
required :account_number, String
|
|
6917
|
+
|
|
6912
6918
|
# @!attribute amount
|
|
6913
6919
|
# The transfer amount in USD cents.
|
|
6914
6920
|
#
|
|
6915
6921
|
# @return [Integer]
|
|
6916
6922
|
required :amount, Integer
|
|
6917
6923
|
|
|
6918
|
-
# @!attribute
|
|
6919
|
-
# The destination account number.
|
|
6920
|
-
#
|
|
6921
|
-
# @return [String]
|
|
6922
|
-
required :destination_account_number, String
|
|
6923
|
-
|
|
6924
|
-
# @!attribute destination_routing_number
|
|
6924
|
+
# @!attribute routing_number
|
|
6925
6925
|
# The American Bankers' Association (ABA) Routing Transit Number (RTN).
|
|
6926
6926
|
#
|
|
6927
6927
|
# @return [String]
|
|
6928
|
-
required :
|
|
6929
|
-
|
|
6930
|
-
# @!attribute remittance_information
|
|
6931
|
-
# Unstructured information that will show on the recipient's bank statement.
|
|
6932
|
-
#
|
|
6933
|
-
# @return [String]
|
|
6934
|
-
required :remittance_information, String
|
|
6928
|
+
required :routing_number, String
|
|
6935
6929
|
|
|
6936
6930
|
# @!attribute transfer_id
|
|
6937
6931
|
# The identifier of the Real-Time Payments Transfer that led to this Transaction.
|
|
@@ -6939,22 +6933,28 @@ module Increase
|
|
|
6939
6933
|
# @return [String]
|
|
6940
6934
|
required :transfer_id, String
|
|
6941
6935
|
|
|
6942
|
-
# @!
|
|
6936
|
+
# @!attribute unstructured_remittance_information
|
|
6937
|
+
# Unstructured information that will show on the recipient's bank statement.
|
|
6938
|
+
#
|
|
6939
|
+
# @return [String]
|
|
6940
|
+
required :unstructured_remittance_information, String
|
|
6941
|
+
|
|
6942
|
+
# @!method initialize(account_number:, amount:, routing_number:, transfer_id:, unstructured_remittance_information:)
|
|
6943
6943
|
# A Real-Time Payments Transfer Acknowledgement object. This field will be present
|
|
6944
6944
|
# in the JSON response if and only if `category` is equal to
|
|
6945
6945
|
# `real_time_payments_transfer_acknowledgement`. A Real-Time Payments Transfer
|
|
6946
6946
|
# Acknowledgement is created when a Real-Time Payments Transfer sent from Increase
|
|
6947
6947
|
# is acknowledged by the receiving bank.
|
|
6948
6948
|
#
|
|
6949
|
-
# @param
|
|
6950
|
-
#
|
|
6951
|
-
# @param destination_account_number [String] The destination account number.
|
|
6949
|
+
# @param account_number [String] The destination account number.
|
|
6952
6950
|
#
|
|
6953
|
-
# @param
|
|
6951
|
+
# @param amount [Integer] The transfer amount in USD cents.
|
|
6954
6952
|
#
|
|
6955
|
-
# @param
|
|
6953
|
+
# @param routing_number [String] The American Bankers' Association (ABA) Routing Transit Number (RTN).
|
|
6956
6954
|
#
|
|
6957
6955
|
# @param transfer_id [String] The identifier of the Real-Time Payments Transfer that led to this Transaction.
|
|
6956
|
+
#
|
|
6957
|
+
# @param unstructured_remittance_information [String] Unstructured information that will show on the recipient's bank statement.
|
|
6958
6958
|
end
|
|
6959
6959
|
|
|
6960
6960
|
# @see Increase::Models::Transaction::Source#sample_funds
|
|
@@ -8,9 +8,7 @@ module Increase
|
|
|
8
8
|
#
|
|
9
9
|
# Create a FedNow Transfer
|
|
10
10
|
#
|
|
11
|
-
# @overload create(
|
|
12
|
-
#
|
|
13
|
-
# @param account_id [String] The identifier for the account that will send the transfer.
|
|
11
|
+
# @overload create(amount:, creditor_name:, debtor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, creditor_address: nil, debtor_address: nil, external_account_id: nil, require_approval: nil, routing_number: nil, request_options: {})
|
|
14
12
|
#
|
|
15
13
|
# @param amount [Integer] The amount, in minor units, to send to the creditor.
|
|
16
14
|
#
|
|
@@ -8,26 +8,30 @@ module Increase
|
|
|
8
8
|
#
|
|
9
9
|
# Create a Real-Time Payments Transfer
|
|
10
10
|
#
|
|
11
|
-
# @overload create(amount:, creditor_name:,
|
|
11
|
+
# @overload create(amount:, creditor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, debtor_name: nil, destination_account_number: nil, destination_routing_number: nil, external_account_id: nil, require_approval: nil, routing_number: nil, ultimate_creditor_name: nil, ultimate_debtor_name: nil, request_options: {})
|
|
12
12
|
#
|
|
13
13
|
# @param amount [Integer] The transfer amount in USD cents. For Real-Time Payments transfers, must be posi
|
|
14
14
|
#
|
|
15
15
|
# @param creditor_name [String] The name of the transfer's recipient.
|
|
16
16
|
#
|
|
17
|
-
# @param remittance_information [String] Unstructured information that will show on the recipient's bank statement.
|
|
18
|
-
#
|
|
19
17
|
# @param source_account_number_id [String] The identifier of the Account Number from which to send the transfer.
|
|
20
18
|
#
|
|
19
|
+
# @param unstructured_remittance_information [String] Unstructured information that will show on the recipient's bank statement.
|
|
20
|
+
#
|
|
21
|
+
# @param account_number [String] The destination account number.
|
|
22
|
+
#
|
|
21
23
|
# @param debtor_name [String] The name of the transfer's sender. If not provided, defaults to the name of the
|
|
22
24
|
#
|
|
23
|
-
# @param destination_account_number [String]
|
|
25
|
+
# @param destination_account_number [String]
|
|
24
26
|
#
|
|
25
|
-
# @param destination_routing_number [String]
|
|
27
|
+
# @param destination_routing_number [String]
|
|
26
28
|
#
|
|
27
29
|
# @param external_account_id [String] The ID of an External Account to initiate a transfer to. If this parameter is pr
|
|
28
30
|
#
|
|
29
31
|
# @param require_approval [Boolean] Whether the transfer requires explicit approval via the dashboard or API.
|
|
30
32
|
#
|
|
33
|
+
# @param routing_number [String] The destination American Bankers' Association (ABA) Routing Transit Number (RTN)
|
|
34
|
+
#
|
|
31
35
|
# @param ultimate_creditor_name [String] The name of the ultimate recipient of the transfer. Set this if the creditor is
|
|
32
36
|
#
|
|
33
37
|
# @param ultimate_debtor_name [String] The name of the ultimate sender of the transfer. Set this if the funds are being
|
|
@@ -12,7 +12,7 @@ module Increase
|
|
|
12
12
|
# [Inbound Real-Time Payments Transfer](#inbound-real-time-payments-transfers) to
|
|
13
13
|
# your account. Real-Time Payments are a beta feature.
|
|
14
14
|
#
|
|
15
|
-
# @overload create(account_number_id:, amount:, debtor_account_number: nil, debtor_name: nil, debtor_routing_number: nil,
|
|
15
|
+
# @overload create(account_number_id:, amount:, debtor_account_number: nil, debtor_name: nil, debtor_routing_number: nil, request_for_payment_id: nil, unstructured_remittance_information: nil, request_options: {})
|
|
16
16
|
#
|
|
17
17
|
# @param account_number_id [String] The identifier of the Account Number the inbound Real-Time Payments Transfer is
|
|
18
18
|
#
|
|
@@ -24,10 +24,10 @@ module Increase
|
|
|
24
24
|
#
|
|
25
25
|
# @param debtor_routing_number [String] The routing number of the account that sent the transfer.
|
|
26
26
|
#
|
|
27
|
-
# @param remittance_information [String] Additional information included with the transfer.
|
|
28
|
-
#
|
|
29
27
|
# @param request_for_payment_id [String] The identifier of a pending Request for Payment that this transfer will fulfill.
|
|
30
28
|
#
|
|
29
|
+
# @param unstructured_remittance_information [String] Additional information included with the transfer.
|
|
30
|
+
#
|
|
31
31
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
32
32
|
#
|
|
33
33
|
# @return [Increase::Models::InboundRealTimePaymentsTransfer]
|
data/lib/increase/version.rb
CHANGED