increase 1.341.0 → 1.343.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/README.md +1 -1
- data/lib/increase/models/ach_prenotification.rb +1 -1
- data/lib/increase/models/ach_transfer.rb +21 -2
- data/lib/increase/models/check_transfer.rb +4 -2
- data/lib/increase/models/event.rb +8 -0
- data/lib/increase/models/event_list_params.rb +8 -0
- data/lib/increase/models/event_subscription.rb +8 -0
- data/lib/increase/models/event_subscription_create_params.rb +8 -0
- data/lib/increase/models/file.rb +3 -1
- data/lib/increase/models/inbound_wire_transfer.rb +18 -1
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +15 -2
- data/lib/increase/models/simulations/card_settlement_create_params.rb +16 -14
- data/lib/increase/models/simulations/program_create_params.rb +0 -3
- data/lib/increase/models/swift_transfer.rb +12 -1
- data/lib/increase/models/swift_transfer_create_params.rb +12 -1
- data/lib/increase/models/transaction.rb +21 -2
- data/lib/increase/models/unwrap_webhook_event.rb +8 -0
- data/lib/increase/resources/simulations/ach_transfers.rb +6 -1
- data/lib/increase/resources/simulations/card_settlements.rb +7 -6
- data/lib/increase/resources/swift_transfers.rb +5 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_prenotification.rbi +1 -1
- data/rbi/increase/models/ach_transfer.rbi +19 -1
- data/rbi/increase/models/check_transfer.rbi +4 -2
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +14 -0
- data/rbi/increase/models/event_subscription.rbi +14 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
- data/rbi/increase/models/file.rbi +3 -1
- data/rbi/increase/models/inbound_wire_transfer.rbi +16 -0
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +16 -1
- data/rbi/increase/models/simulations/card_settlement_create_params.rbi +17 -12
- data/rbi/increase/models/simulations/program_create_params.rbi +0 -7
- data/rbi/increase/models/swift_transfer.rbi +10 -0
- data/rbi/increase/models/swift_transfer_create_params.rbi +13 -0
- data/rbi/increase/models/transaction.rbi +19 -1
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/rbi/increase/resources/simulations/ach_transfers.rbi +5 -0
- data/rbi/increase/resources/simulations/card_settlements.rbi +6 -5
- data/rbi/increase/resources/swift_transfers.rbi +4 -0
- data/sig/increase/models/ach_prenotification.rbs +1 -1
- data/sig/increase/models/ach_transfer.rbs +6 -1
- data/sig/increase/models/event.rbs +8 -0
- data/sig/increase/models/event_list_params.rbs +8 -0
- data/sig/increase/models/event_subscription.rbs +8 -0
- data/sig/increase/models/event_subscription_create_params.rbs +8 -0
- data/sig/increase/models/inbound_wire_transfer.rbs +10 -0
- data/sig/increase/models/simulations/ach_transfer_return_params.rbs +8 -1
- data/sig/increase/models/simulations/card_settlement_create_params.rbs +7 -5
- data/sig/increase/models/simulations/program_create_params.rbs +1 -8
- data/sig/increase/models/swift_transfer.rbs +5 -0
- data/sig/increase/models/swift_transfer_create_params.rbs +7 -0
- data/sig/increase/models/transaction.rbs +6 -1
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- data/sig/increase/resources/simulations/ach_transfers.rbs +1 -0
- data/sig/increase/resources/simulations/card_settlements.rbs +1 -1
- data/sig/increase/resources/swift_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -12,10 +12,12 @@ module Increase
|
|
|
12
12
|
:creditor_address_line2 => String?,
|
|
13
13
|
:creditor_address_line3 => String?,
|
|
14
14
|
creditor_name: String?,
|
|
15
|
+
debtor_account_number: String?,
|
|
15
16
|
:debtor_address_line1 => String?,
|
|
16
17
|
:debtor_address_line2 => String?,
|
|
17
18
|
:debtor_address_line3 => String?,
|
|
18
19
|
debtor_name: String?,
|
|
20
|
+
debtor_routing_number: String?,
|
|
19
21
|
description: String,
|
|
20
22
|
end_to_end_identification: String?,
|
|
21
23
|
input_message_accountability_data: String?,
|
|
@@ -51,6 +53,8 @@ module Increase
|
|
|
51
53
|
|
|
52
54
|
attr_accessor creditor_name: String?
|
|
53
55
|
|
|
56
|
+
attr_accessor debtor_account_number: String?
|
|
57
|
+
|
|
54
58
|
attr_accessor debtor_address_line1: String?
|
|
55
59
|
|
|
56
60
|
attr_accessor debtor_address_line2: String?
|
|
@@ -59,6 +63,8 @@ module Increase
|
|
|
59
63
|
|
|
60
64
|
attr_accessor debtor_name: String?
|
|
61
65
|
|
|
66
|
+
attr_accessor debtor_routing_number: String?
|
|
67
|
+
|
|
62
68
|
attr_accessor description: String
|
|
63
69
|
|
|
64
70
|
attr_accessor end_to_end_identification: String?
|
|
@@ -94,10 +100,12 @@ module Increase
|
|
|
94
100
|
creditor_address_line2: String?,
|
|
95
101
|
creditor_address_line3: String?,
|
|
96
102
|
creditor_name: String?,
|
|
103
|
+
debtor_account_number: String?,
|
|
97
104
|
debtor_address_line1: String?,
|
|
98
105
|
debtor_address_line2: String?,
|
|
99
106
|
debtor_address_line3: String?,
|
|
100
107
|
debtor_name: String?,
|
|
108
|
+
debtor_routing_number: String?,
|
|
101
109
|
description: String,
|
|
102
110
|
end_to_end_identification: String?,
|
|
103
111
|
input_message_accountability_data: String?,
|
|
@@ -123,10 +131,12 @@ module Increase
|
|
|
123
131
|
:creditor_address_line2 => String?,
|
|
124
132
|
:creditor_address_line3 => String?,
|
|
125
133
|
creditor_name: String?,
|
|
134
|
+
debtor_account_number: String?,
|
|
126
135
|
:debtor_address_line1 => String?,
|
|
127
136
|
:debtor_address_line2 => String?,
|
|
128
137
|
:debtor_address_line3 => String?,
|
|
129
138
|
debtor_name: String?,
|
|
139
|
+
debtor_routing_number: String?,
|
|
130
140
|
description: String,
|
|
131
141
|
end_to_end_identification: String?,
|
|
132
142
|
input_message_accountability_data: String?,
|
|
@@ -4,6 +4,7 @@ module Increase
|
|
|
4
4
|
type ach_transfer_return_params =
|
|
5
5
|
{
|
|
6
6
|
ach_transfer_id: String,
|
|
7
|
+
addenda_information: String,
|
|
7
8
|
reason: Increase::Models::Simulations::ACHTransferReturnParams::reason
|
|
8
9
|
}
|
|
9
10
|
& Increase::Internal::Type::request_parameters
|
|
@@ -14,6 +15,10 @@ module Increase
|
|
|
14
15
|
|
|
15
16
|
attr_accessor ach_transfer_id: String
|
|
16
17
|
|
|
18
|
+
attr_reader addenda_information: String?
|
|
19
|
+
|
|
20
|
+
def addenda_information=: (String) -> String
|
|
21
|
+
|
|
17
22
|
attr_reader reason: Increase::Models::Simulations::ACHTransferReturnParams::reason?
|
|
18
23
|
|
|
19
24
|
def reason=: (
|
|
@@ -22,12 +27,14 @@ module Increase
|
|
|
22
27
|
|
|
23
28
|
def initialize: (
|
|
24
29
|
ach_transfer_id: String,
|
|
30
|
+
?addenda_information: String,
|
|
25
31
|
?reason: Increase::Models::Simulations::ACHTransferReturnParams::reason,
|
|
26
32
|
?request_options: Increase::request_opts
|
|
27
33
|
) -> void
|
|
28
34
|
|
|
29
35
|
def to_hash: -> {
|
|
30
36
|
ach_transfer_id: String,
|
|
37
|
+
addenda_information: String,
|
|
31
38
|
reason: Increase::Models::Simulations::ACHTransferReturnParams::reason,
|
|
32
39
|
request_options: Increase::RequestOptions
|
|
33
40
|
}
|
|
@@ -155,7 +162,7 @@ module Increase
|
|
|
155
162
|
# Code R13. The routing number is invalid.
|
|
156
163
|
INVALID_ACH_ROUTING_NUMBER: :invalid_ach_routing_number
|
|
157
164
|
|
|
158
|
-
# Code R17. The receiving bank
|
|
165
|
+
# Code R17. This return code has multiple meanings. The receiving bank was either unable to process a field in the transfer, or believes the transfer was initiated under questionable circumstances (such as fraud), or identified an improperly-initiated reversing entry.
|
|
159
166
|
FILE_RECORD_EDIT_CRITERIA: :file_record_edit_criteria
|
|
160
167
|
|
|
161
168
|
# Code R45. A rare return reason. The individual name field was invalid.
|
|
@@ -2,7 +2,7 @@ module Increase
|
|
|
2
2
|
module Models
|
|
3
3
|
module Simulations
|
|
4
4
|
type card_settlement_create_params =
|
|
5
|
-
{ card_id: String,
|
|
5
|
+
{ card_id: String, amount: Integer, pending_transaction_id: String }
|
|
6
6
|
& Increase::Internal::Type::request_parameters
|
|
7
7
|
|
|
8
8
|
class CardSettlementCreateParams < Increase::Internal::Type::BaseModel
|
|
@@ -11,23 +11,25 @@ module Increase
|
|
|
11
11
|
|
|
12
12
|
attr_accessor card_id: String
|
|
13
13
|
|
|
14
|
-
attr_accessor pending_transaction_id: String
|
|
15
|
-
|
|
16
14
|
attr_reader amount: Integer?
|
|
17
15
|
|
|
18
16
|
def amount=: (Integer) -> Integer
|
|
19
17
|
|
|
18
|
+
attr_reader pending_transaction_id: String?
|
|
19
|
+
|
|
20
|
+
def pending_transaction_id=: (String) -> String
|
|
21
|
+
|
|
20
22
|
def initialize: (
|
|
21
23
|
card_id: String,
|
|
22
|
-
pending_transaction_id: String,
|
|
23
24
|
?amount: Integer,
|
|
25
|
+
?pending_transaction_id: String,
|
|
24
26
|
?request_options: Increase::request_opts
|
|
25
27
|
) -> void
|
|
26
28
|
|
|
27
29
|
def to_hash: -> {
|
|
28
30
|
card_id: String,
|
|
29
|
-
pending_transaction_id: String,
|
|
30
31
|
amount: Integer,
|
|
32
|
+
pending_transaction_id: String,
|
|
31
33
|
request_options: Increase::RequestOptions
|
|
32
34
|
}
|
|
33
35
|
end
|
|
@@ -46,11 +46,7 @@ module Increase
|
|
|
46
46
|
request_options: Increase::RequestOptions
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
type bank =
|
|
50
|
-
:core_bank
|
|
51
|
-
| :first_internet_bank
|
|
52
|
-
| :grasshopper_bank
|
|
53
|
-
| :twin_city_bank
|
|
49
|
+
type bank = :core_bank | :first_internet_bank | :grasshopper_bank
|
|
54
50
|
|
|
55
51
|
module Bank
|
|
56
52
|
extend Increase::Internal::Type::Enum
|
|
@@ -64,9 +60,6 @@ module Increase
|
|
|
64
60
|
# Grasshopper Bank
|
|
65
61
|
GRASSHOPPER_BANK: :grasshopper_bank
|
|
66
62
|
|
|
67
|
-
# Twin City Bank
|
|
68
|
-
TWIN_CITY_BANK: :twin_city_bank
|
|
69
|
-
|
|
70
63
|
def self?.values: -> ::Array[Increase::Models::Simulations::ProgramCreateParams::bank]
|
|
71
64
|
end
|
|
72
65
|
end
|
|
@@ -16,6 +16,7 @@ module Increase
|
|
|
16
16
|
idempotency_key: String?,
|
|
17
17
|
instructed_amount: Integer,
|
|
18
18
|
instructed_currency: Increase::Models::SwiftTransfer::instructed_currency,
|
|
19
|
+
intermediary_bank_identification_code: String?,
|
|
19
20
|
pending_transaction_id: String?,
|
|
20
21
|
routing_number: String?,
|
|
21
22
|
source_account_number_id: String,
|
|
@@ -55,6 +56,8 @@ module Increase
|
|
|
55
56
|
|
|
56
57
|
attr_accessor instructed_currency: Increase::Models::SwiftTransfer::instructed_currency
|
|
57
58
|
|
|
59
|
+
attr_accessor intermediary_bank_identification_code: String?
|
|
60
|
+
|
|
58
61
|
attr_accessor pending_transaction_id: String?
|
|
59
62
|
|
|
60
63
|
attr_accessor routing_number: String?
|
|
@@ -86,6 +89,7 @@ module Increase
|
|
|
86
89
|
idempotency_key: String?,
|
|
87
90
|
instructed_amount: Integer,
|
|
88
91
|
instructed_currency: Increase::Models::SwiftTransfer::instructed_currency,
|
|
92
|
+
intermediary_bank_identification_code: String?,
|
|
89
93
|
pending_transaction_id: String?,
|
|
90
94
|
routing_number: String?,
|
|
91
95
|
source_account_number_id: String,
|
|
@@ -111,6 +115,7 @@ module Increase
|
|
|
111
115
|
idempotency_key: String?,
|
|
112
116
|
instructed_amount: Integer,
|
|
113
117
|
instructed_currency: Increase::Models::SwiftTransfer::instructed_currency,
|
|
118
|
+
intermediary_bank_identification_code: String?,
|
|
114
119
|
pending_transaction_id: String?,
|
|
115
120
|
routing_number: String?,
|
|
116
121
|
source_account_number_id: String,
|
|
@@ -13,6 +13,7 @@ module Increase
|
|
|
13
13
|
instructed_currency: Increase::Models::SwiftTransferCreateParams::instructed_currency,
|
|
14
14
|
source_account_number_id: String,
|
|
15
15
|
unstructured_remittance_information: String,
|
|
16
|
+
intermediary_bank_identification_code: String,
|
|
16
17
|
require_approval: bool,
|
|
17
18
|
routing_number: String
|
|
18
19
|
}
|
|
@@ -44,6 +45,10 @@ module Increase
|
|
|
44
45
|
|
|
45
46
|
attr_accessor unstructured_remittance_information: String
|
|
46
47
|
|
|
48
|
+
attr_reader intermediary_bank_identification_code: String?
|
|
49
|
+
|
|
50
|
+
def intermediary_bank_identification_code=: (String) -> String
|
|
51
|
+
|
|
47
52
|
attr_reader require_approval: bool?
|
|
48
53
|
|
|
49
54
|
def require_approval=: (bool) -> bool
|
|
@@ -64,6 +69,7 @@ module Increase
|
|
|
64
69
|
instructed_currency: Increase::Models::SwiftTransferCreateParams::instructed_currency,
|
|
65
70
|
source_account_number_id: String,
|
|
66
71
|
unstructured_remittance_information: String,
|
|
72
|
+
?intermediary_bank_identification_code: String,
|
|
67
73
|
?require_approval: bool,
|
|
68
74
|
?routing_number: String,
|
|
69
75
|
?request_options: Increase::request_opts
|
|
@@ -81,6 +87,7 @@ module Increase
|
|
|
81
87
|
instructed_currency: Increase::Models::SwiftTransferCreateParams::instructed_currency,
|
|
82
88
|
source_account_number_id: String,
|
|
83
89
|
unstructured_remittance_information: String,
|
|
90
|
+
intermediary_bank_identification_code: String,
|
|
84
91
|
require_approval: bool,
|
|
85
92
|
routing_number: String,
|
|
86
93
|
request_options: Increase::RequestOptions
|
|
@@ -584,6 +584,7 @@ module Increase
|
|
|
584
584
|
|
|
585
585
|
type ach_transfer_return =
|
|
586
586
|
{
|
|
587
|
+
addenda_information: String?,
|
|
587
588
|
created_at: Time,
|
|
588
589
|
raw_return_reason_code: String,
|
|
589
590
|
return_reason_code: Increase::Models::Transaction::Source::ACHTransferReturn::return_reason_code,
|
|
@@ -593,6 +594,8 @@ module Increase
|
|
|
593
594
|
}
|
|
594
595
|
|
|
595
596
|
class ACHTransferReturn < Increase::Internal::Type::BaseModel
|
|
597
|
+
attr_accessor addenda_information: String?
|
|
598
|
+
|
|
596
599
|
attr_accessor created_at: Time
|
|
597
600
|
|
|
598
601
|
attr_accessor raw_return_reason_code: String
|
|
@@ -606,6 +609,7 @@ module Increase
|
|
|
606
609
|
attr_accessor transfer_id: String
|
|
607
610
|
|
|
608
611
|
def initialize: (
|
|
612
|
+
addenda_information: String?,
|
|
609
613
|
created_at: Time,
|
|
610
614
|
raw_return_reason_code: String,
|
|
611
615
|
return_reason_code: Increase::Models::Transaction::Source::ACHTransferReturn::return_reason_code,
|
|
@@ -615,6 +619,7 @@ module Increase
|
|
|
615
619
|
) -> void
|
|
616
620
|
|
|
617
621
|
def to_hash: -> {
|
|
622
|
+
addenda_information: String?,
|
|
618
623
|
created_at: Time,
|
|
619
624
|
raw_return_reason_code: String,
|
|
620
625
|
return_reason_code: Increase::Models::Transaction::Source::ACHTransferReturn::return_reason_code,
|
|
@@ -746,7 +751,7 @@ module Increase
|
|
|
746
751
|
# Code R13. The routing number is invalid.
|
|
747
752
|
INVALID_ACH_ROUTING_NUMBER: :invalid_ach_routing_number
|
|
748
753
|
|
|
749
|
-
# Code R17. The receiving bank
|
|
754
|
+
# Code R17. This return code has multiple meanings. The receiving bank was either unable to process a field in the transfer, or believes the transfer was initiated under questionable circumstances (such as fraud), or identified an improperly-initiated reversing entry.
|
|
750
755
|
FILE_RECORD_EDIT_CRITERIA: :file_record_edit_criteria
|
|
751
756
|
|
|
752
757
|
# Code R45. A rare return reason. The individual name field was invalid.
|
|
@@ -103,6 +103,8 @@ module Increase
|
|
|
103
103
|
| :"inbound_fednow_transfer.updated"
|
|
104
104
|
| :"inbound_mail_item.created"
|
|
105
105
|
| :"inbound_mail_item.updated"
|
|
106
|
+
| :"inbound_real_time_payments_request_for_payment.created"
|
|
107
|
+
| :"inbound_real_time_payments_request_for_payment.updated"
|
|
106
108
|
| :"inbound_real_time_payments_transfer.created"
|
|
107
109
|
| :"inbound_real_time_payments_transfer.updated"
|
|
108
110
|
| :"inbound_wire_drawdown_request.created"
|
|
@@ -342,6 +344,12 @@ module Increase
|
|
|
342
344
|
# Occurs whenever an Inbound Mail Item is updated.
|
|
343
345
|
INBOUND_MAIL_ITEM_UPDATED: :"inbound_mail_item.updated"
|
|
344
346
|
|
|
347
|
+
# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
|
|
348
|
+
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED: :"inbound_real_time_payments_request_for_payment.created"
|
|
349
|
+
|
|
350
|
+
# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
|
|
351
|
+
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED: :"inbound_real_time_payments_request_for_payment.updated"
|
|
352
|
+
|
|
345
353
|
# Occurs whenever an Inbound Real-Time Payments Transfer is created.
|
|
346
354
|
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED: :"inbound_real_time_payments_transfer.created"
|
|
347
355
|
|
|
@@ -13,6 +13,7 @@ module Increase
|
|
|
13
13
|
instructed_currency: Increase::Models::SwiftTransferCreateParams::instructed_currency,
|
|
14
14
|
source_account_number_id: String,
|
|
15
15
|
unstructured_remittance_information: String,
|
|
16
|
+
?intermediary_bank_identification_code: String,
|
|
16
17
|
?require_approval: bool,
|
|
17
18
|
?routing_number: String,
|
|
18
19
|
?request_options: Increase::request_opts
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: increase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.343.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|