increase 1.353.0 → 1.354.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_transfer.rb +3 -3
- data/lib/increase/models/beneficial_owner_create_params.rb +1 -1
- data/lib/increase/models/beneficial_owner_update_params.rb +1 -1
- data/lib/increase/models/card_payment.rb +3 -0
- data/lib/increase/models/declined_transaction.rb +3 -0
- data/lib/increase/models/digital_wallet_token.rb +15 -0
- data/lib/increase/models/entity.rb +35 -7
- data/lib/increase/models/entity_beneficial_owner.rb +1 -1
- data/lib/increase/models/entity_create_params.rb +1 -1
- data/lib/increase/models/export.rb +19 -19
- data/lib/increase/models/export_create_params.rb +15 -15
- data/lib/increase/models/export_list_params.rb +19 -19
- data/lib/increase/models/inbound_wire_transfer.rb +10 -1
- data/lib/increase/models/real_time_decision.rb +3 -0
- data/lib/increase/models/real_time_decision_action_params.rb +3 -0
- data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -0
- data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
- data/lib/increase/models/transaction.rb +10 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_transfer.rbi +3 -3
- data/rbi/increase/models/beneficial_owner_create_params.rbi +1 -1
- data/rbi/increase/models/beneficial_owner_update_params.rbi +1 -1
- data/rbi/increase/models/card_payment.rbi +7 -0
- data/rbi/increase/models/declined_transaction.rbi +7 -0
- data/rbi/increase/models/digital_wallet_token.rbi +35 -0
- data/rbi/increase/models/entity.rbi +71 -6
- data/rbi/increase/models/entity_beneficial_owner.rbi +1 -1
- data/rbi/increase/models/entity_create_params.rbi +1 -1
- data/rbi/increase/models/export.rbi +32 -32
- data/rbi/increase/models/export_create_params.rbi +29 -29
- data/rbi/increase/models/export_list_params.rbi +37 -37
- data/rbi/increase/models/inbound_wire_transfer.rbi +8 -0
- data/rbi/increase/models/real_time_decision.rbi +7 -0
- data/rbi/increase/models/real_time_decision_action_params.rbi +7 -0
- data/rbi/increase/models/simulations/digital_wallet_token_request_create_response.rbi +21 -0
- data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
- data/rbi/increase/models/transaction.rbi +8 -0
- data/sig/increase/models/ach_transfer.rbs +4 -4
- data/sig/increase/models/beneficial_owner_create_params.rbs +1 -1
- data/sig/increase/models/beneficial_owner_update_params.rbs +1 -1
- data/sig/increase/models/card_payment.rbs +4 -0
- data/sig/increase/models/declined_transaction.rbs +4 -0
- data/sig/increase/models/digital_wallet_token.rbs +31 -2
- data/sig/increase/models/entity.rbs +25 -6
- data/sig/increase/models/entity_beneficial_owner.rbs +1 -1
- data/sig/increase/models/entity_create_params.rbs +1 -1
- data/sig/increase/models/export.rbs +28 -28
- data/sig/increase/models/export_create_params.rbs +22 -22
- data/sig/increase/models/export_list_params.rbs +28 -28
- data/sig/increase/models/inbound_wire_transfer.rbs +5 -0
- data/sig/increase/models/real_time_decision.rbs +4 -0
- data/sig/increase/models/real_time_decision_action_params.rbs +4 -0
- data/sig/increase/models/simulations/digital_wallet_token_request_create_response.rbs +12 -0
- data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
- data/sig/increase/models/transaction.rbs +5 -0
- metadata +2 -2
|
@@ -22,6 +22,7 @@ module Increase
|
|
|
22
22
|
end_to_end_identification: String?,
|
|
23
23
|
input_message_accountability_data: String?,
|
|
24
24
|
instructing_agent_routing_number: String?,
|
|
25
|
+
instruction_for_creditor_agent: String?,
|
|
25
26
|
instruction_identification: String?,
|
|
26
27
|
purpose: String?,
|
|
27
28
|
reversal: Increase::InboundWireTransfer::Reversal?,
|
|
@@ -73,6 +74,8 @@ module Increase
|
|
|
73
74
|
|
|
74
75
|
attr_accessor instructing_agent_routing_number: String?
|
|
75
76
|
|
|
77
|
+
attr_accessor instruction_for_creditor_agent: String?
|
|
78
|
+
|
|
76
79
|
attr_accessor instruction_identification: String?
|
|
77
80
|
|
|
78
81
|
attr_accessor purpose: String?
|
|
@@ -110,6 +113,7 @@ module Increase
|
|
|
110
113
|
end_to_end_identification: String?,
|
|
111
114
|
input_message_accountability_data: String?,
|
|
112
115
|
instructing_agent_routing_number: String?,
|
|
116
|
+
instruction_for_creditor_agent: String?,
|
|
113
117
|
instruction_identification: String?,
|
|
114
118
|
purpose: String?,
|
|
115
119
|
reversal: Increase::InboundWireTransfer::Reversal?,
|
|
@@ -141,6 +145,7 @@ module Increase
|
|
|
141
145
|
end_to_end_identification: String?,
|
|
142
146
|
input_message_accountability_data: String?,
|
|
143
147
|
instructing_agent_routing_number: String?,
|
|
148
|
+
instruction_for_creditor_agent: String?,
|
|
144
149
|
instruction_identification: String?,
|
|
145
150
|
purpose: String?,
|
|
146
151
|
reversal: Increase::InboundWireTransfer::Reversal?,
|
|
@@ -1100,6 +1100,7 @@ module Increase
|
|
|
1100
1100
|
| :exceeds_approval_limit
|
|
1101
1101
|
| :card_temporarily_disabled
|
|
1102
1102
|
| :suspected_fraud
|
|
1103
|
+
| :additional_customer_authentication_required
|
|
1103
1104
|
| :other
|
|
1104
1105
|
|
|
1105
1106
|
module Reason
|
|
@@ -1120,6 +1121,9 @@ module Increase
|
|
|
1120
1121
|
# The transaction is suspected to be fraudulent. The merchant may attempt to process the transaction again.
|
|
1121
1122
|
SUSPECTED_FRAUD: :suspected_fraud
|
|
1122
1123
|
|
|
1124
|
+
# Additional customer authentication is required to complete the transaction, such as 3DS.
|
|
1125
|
+
ADDITIONAL_CUSTOMER_AUTHENTICATION_REQUIRED: :additional_customer_authentication_required
|
|
1126
|
+
|
|
1123
1127
|
# The transaction was declined for another reason. The merchant may attempt to process the transaction again. This should be used sparingly.
|
|
1124
1128
|
OTHER: :other
|
|
1125
1129
|
|
|
@@ -314,6 +314,7 @@ module Increase
|
|
|
314
314
|
| :exceeds_approval_limit
|
|
315
315
|
| :card_temporarily_disabled
|
|
316
316
|
| :suspected_fraud
|
|
317
|
+
| :additional_customer_authentication_required
|
|
317
318
|
| :other
|
|
318
319
|
|
|
319
320
|
module Reason
|
|
@@ -334,6 +335,9 @@ module Increase
|
|
|
334
335
|
# The transaction is suspected to be fraudulent. The merchant may attempt to process the transaction again.
|
|
335
336
|
SUSPECTED_FRAUD: :suspected_fraud
|
|
336
337
|
|
|
338
|
+
# Additional customer authentication is required to complete the transaction, such as 3DS.
|
|
339
|
+
ADDITIONAL_CUSTOMER_AUTHENTICATION_REQUIRED: :additional_customer_authentication_required
|
|
340
|
+
|
|
337
341
|
# The transaction was declined for another reason. The merchant may attempt to process the transaction again. This should be used sparingly.
|
|
338
342
|
OTHER: :other
|
|
339
343
|
|
|
@@ -34,6 +34,9 @@ module Increase
|
|
|
34
34
|
| :webhook_declined
|
|
35
35
|
| :incorrect_card_verification_code
|
|
36
36
|
| :declined_by_token_requestor
|
|
37
|
+
| :group_locked
|
|
38
|
+
| :account_closed
|
|
39
|
+
| :entity_not_active
|
|
37
40
|
|
|
38
41
|
module DeclineReason
|
|
39
42
|
extend Increase::Internal::Type::Enum
|
|
@@ -56,6 +59,15 @@ module Increase
|
|
|
56
59
|
# The tokenization attempt was declined by the token requestor.
|
|
57
60
|
DECLINED_BY_TOKEN_REQUESTOR: :declined_by_token_requestor
|
|
58
61
|
|
|
62
|
+
# The group was locked.
|
|
63
|
+
GROUP_LOCKED: :group_locked
|
|
64
|
+
|
|
65
|
+
# The account has been closed.
|
|
66
|
+
ACCOUNT_CLOSED: :account_closed
|
|
67
|
+
|
|
68
|
+
# The account's entity was not active.
|
|
69
|
+
ENTITY_NOT_ACTIVE: :entity_not_active
|
|
70
|
+
|
|
59
71
|
def self?.values: -> ::Array[Increase::Models::Simulations::DigitalWalletTokenRequestCreateResponse::decline_reason]
|
|
60
72
|
end
|
|
61
73
|
|
|
@@ -50,6 +50,7 @@ module Increase
|
|
|
50
50
|
| :entity_identity
|
|
51
51
|
| :beneficial_owner_identity
|
|
52
52
|
| :beneficial_owner_address
|
|
53
|
+
| :beneficial_owner_tax_identifier
|
|
53
54
|
|
|
54
55
|
module Category
|
|
55
56
|
extend Increase::Internal::Type::Enum
|
|
@@ -69,6 +70,9 @@ module Increase
|
|
|
69
70
|
# A beneficial owner's address could not be validated. Update the address with the [update a beneficial owner API](/documentation/api/beneficial-owners#update-a-beneficial-owner).
|
|
70
71
|
BENEFICIAL_OWNER_ADDRESS: :beneficial_owner_address
|
|
71
72
|
|
|
73
|
+
# A beneficial owner's full tax identifier is required. A non-US person can submit a passport or driver's license. Make changes via the [update a beneficial owner API](/documentation/api/beneficial-owners#update-a-beneficial-owner).
|
|
74
|
+
BENEFICIAL_OWNER_TAX_IDENTIFIER: :beneficial_owner_tax_identifier
|
|
75
|
+
|
|
72
76
|
def self?.values: -> ::Array[Increase::Models::Simulations::EntityUpdateValidationParams::Issue::category]
|
|
73
77
|
end
|
|
74
78
|
end
|
|
@@ -6682,6 +6682,7 @@ module Increase
|
|
|
6682
6682
|
end_to_end_identification: String?,
|
|
6683
6683
|
input_message_accountability_data: String?,
|
|
6684
6684
|
instructing_agent_routing_number: String?,
|
|
6685
|
+
instruction_for_creditor_agent: String?,
|
|
6685
6686
|
instruction_identification: String?,
|
|
6686
6687
|
purpose: String?,
|
|
6687
6688
|
transfer_id: String,
|
|
@@ -6716,6 +6717,8 @@ module Increase
|
|
|
6716
6717
|
|
|
6717
6718
|
attr_accessor instructing_agent_routing_number: String?
|
|
6718
6719
|
|
|
6720
|
+
attr_accessor instruction_for_creditor_agent: String?
|
|
6721
|
+
|
|
6719
6722
|
attr_accessor instruction_identification: String?
|
|
6720
6723
|
|
|
6721
6724
|
attr_accessor purpose: String?
|
|
@@ -6740,6 +6743,7 @@ module Increase
|
|
|
6740
6743
|
end_to_end_identification: String?,
|
|
6741
6744
|
input_message_accountability_data: String?,
|
|
6742
6745
|
instructing_agent_routing_number: String?,
|
|
6746
|
+
instruction_for_creditor_agent: String?,
|
|
6743
6747
|
instruction_identification: String?,
|
|
6744
6748
|
purpose: String?,
|
|
6745
6749
|
transfer_id: String,
|
|
@@ -6761,6 +6765,7 @@ module Increase
|
|
|
6761
6765
|
end_to_end_identification: String?,
|
|
6762
6766
|
input_message_accountability_data: String?,
|
|
6763
6767
|
instructing_agent_routing_number: String?,
|
|
6768
|
+
instruction_for_creditor_agent: String?,
|
|
6764
6769
|
instruction_identification: String?,
|
|
6765
6770
|
purpose: String?,
|
|
6766
6771
|
transfer_id: String,
|
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.354.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-09-
|
|
11
|
+
date: 2026-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|