increase 1.338.0 → 1.340.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/account_create_params.rb +4 -3
- data/lib/increase/models/ach_transfer.rb +19 -18
- data/lib/increase/models/ach_transfer_create_params.rb +48 -36
- data/lib/increase/models/ach_transfer_list_params.rb +1 -1
- data/lib/increase/models/beneficial_owner_create_params.rb +5 -3
- data/lib/increase/models/beneficial_owner_update_params.rb +2 -1
- data/lib/increase/models/card_push_transfer.rb +3 -3
- data/lib/increase/models/card_push_transfer_list_params.rb +3 -3
- data/lib/increase/models/check_transfer.rb +8 -2
- data/lib/increase/models/check_transfer_list_params.rb +3 -0
- data/lib/increase/models/entity.rb +8 -6
- data/lib/increase/models/entity_create_params.rb +19 -10
- data/lib/increase/models/entity_supplemental_document.rb +1 -1
- data/lib/increase/models/entity_update_params.rb +5 -4
- data/lib/increase/models/fednow_transfer.rb +3 -3
- data/lib/increase/models/fednow_transfer_list_params.rb +3 -3
- data/lib/increase/models/inbound_mail_item.rb +3 -1
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +1 -1
- data/lib/increase/models/lockbox_address.rb +5 -1
- data/lib/increase/models/lockbox_recipient_create_params.rb +3 -2
- data/lib/increase/models/pending_transaction.rb +5 -2
- data/lib/increase/models/pending_transaction_list_params.rb +1 -1
- data/lib/increase/models/physical_card.rb +5 -2
- data/lib/increase/models/real_time_payments_transfer.rb +3 -3
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +3 -3
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +3 -2
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +6 -4
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -2
- data/lib/increase/models/swift_transfer.rb +3 -3
- data/lib/increase/models/swift_transfer_list_params.rb +3 -3
- data/lib/increase/models/transaction.rb +7 -4
- data/lib/increase/models/wire_transfer.rb +3 -3
- data/lib/increase/models/wire_transfer_list_params.rb +3 -3
- data/lib/increase/resources/accounts.rb +1 -1
- data/lib/increase/resources/ach_transfers.rb +10 -10
- data/lib/increase/resources/beneficial_owners.rb +1 -1
- data/lib/increase/resources/inbound_mail_items.rb +3 -1
- data/lib/increase/resources/lockbox_addresses.rb +4 -1
- data/lib/increase/resources/lockbox_recipients.rb +1 -1
- data/lib/increase/resources/simulations/card_authorizations.rb +4 -1
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +1 -1
- data/lib/increase/resources/simulations/inbound_mail_items.rb +6 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +6 -4
- data/rbi/increase/models/ach_transfer.rbi +22 -19
- data/rbi/increase/models/ach_transfer_create_params.rbi +67 -45
- data/rbi/increase/models/ach_transfer_list_params.rbi +1 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +8 -4
- data/rbi/increase/models/beneficial_owner_update_params.rbi +4 -2
- data/rbi/increase/models/card_push_transfer.rbi +7 -7
- data/rbi/increase/models/card_push_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/check_transfer.rbi +16 -2
- data/rbi/increase/models/check_transfer_list_params.rbi +7 -0
- data/rbi/increase/models/entity.rbi +9 -6
- data/rbi/increase/models/entity_create_params.rbi +34 -17
- data/rbi/increase/models/entity_supplemental_document.rbi +1 -1
- data/rbi/increase/models/entity_update_params.rbi +8 -6
- data/rbi/increase/models/fednow_transfer.rbi +7 -7
- data/rbi/increase/models/fednow_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/inbound_mail_item.rbi +3 -1
- data/rbi/increase/models/inbound_real_time_payments_transfer.rbi +1 -1
- data/rbi/increase/models/lockbox_address.rbi +5 -1
- data/rbi/increase/models/lockbox_recipient_create_params.rbi +4 -2
- data/rbi/increase/models/pending_transaction.rbi +9 -3
- data/rbi/increase/models/pending_transaction_list_params.rbi +1 -1
- data/rbi/increase/models/physical_card.rbi +9 -2
- data/rbi/increase/models/real_time_payments_transfer.rbi +7 -7
- data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/simulations/inbound_ach_transfer_create_params.rbi +4 -2
- data/rbi/increase/models/simulations/inbound_mail_item_create_params.rbi +8 -4
- data/rbi/increase/models/simulations/physical_card_create_params.rbi +9 -2
- data/rbi/increase/models/swift_transfer.rbi +7 -7
- data/rbi/increase/models/swift_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/transaction.rbi +10 -5
- data/rbi/increase/models/wire_transfer.rbi +4 -4
- data/rbi/increase/models/wire_transfer_list_params.rbi +7 -7
- data/rbi/increase/resources/accounts.rbi +3 -2
- data/rbi/increase/resources/ach_transfers.rbi +29 -19
- data/rbi/increase/resources/beneficial_owners.rbi +2 -1
- data/rbi/increase/resources/inbound_mail_items.rbi +3 -1
- data/rbi/increase/resources/lockbox_addresses.rbi +4 -1
- data/rbi/increase/resources/lockbox_recipients.rbi +2 -1
- data/rbi/increase/resources/simulations/card_authorizations.rbi +4 -1
- data/rbi/increase/resources/simulations/inbound_ach_transfers.rbi +2 -1
- data/rbi/increase/resources/simulations/inbound_mail_items.rbi +8 -3
- data/sig/increase/models/ach_transfer.rbs +2 -2
- data/sig/increase/models/ach_transfer_create_params.rbs +1 -1
- data/sig/increase/models/ach_transfer_list_params.rbs +1 -1
- data/sig/increase/models/card_push_transfer.rbs +4 -4
- data/sig/increase/models/card_push_transfer_list_params.rbs +4 -4
- data/sig/increase/models/check_transfer.rbs +10 -2
- data/sig/increase/models/check_transfer_list_params.rbs +4 -0
- data/sig/increase/models/fednow_transfer.rbs +5 -5
- data/sig/increase/models/fednow_transfer_list_params.rbs +5 -5
- data/sig/increase/models/inbound_real_time_payments_transfer.rbs +1 -1
- data/sig/increase/models/pending_transaction.rbs +1 -1
- data/sig/increase/models/pending_transaction_list_params.rbs +1 -1
- data/sig/increase/models/physical_card.rbs +6 -2
- data/sig/increase/models/real_time_payments_transfer.rbs +4 -4
- data/sig/increase/models/real_time_payments_transfer_list_params.rbs +4 -4
- data/sig/increase/models/simulations/physical_card_create_params.rbs +6 -2
- data/sig/increase/models/swift_transfer.rbs +4 -4
- data/sig/increase/models/swift_transfer_list_params.rbs +4 -4
- data/sig/increase/models/wire_transfer.rbs +4 -4
- data/sig/increase/models/wire_transfer_list_params.rbs +4 -4
- metadata +2 -3
- data/CHANGELOG.md +0 -4541
|
@@ -159,7 +159,8 @@ module Increase
|
|
|
159
159
|
|
|
160
160
|
# @!attribute legal_identifier
|
|
161
161
|
# The legal identifier of the corporation. This is usually the Employer
|
|
162
|
-
# Identification Number (EIN).
|
|
162
|
+
# Identification Number (EIN). This replaces the deprecated `tax_identifier`
|
|
163
|
+
# field.
|
|
163
164
|
#
|
|
164
165
|
# @return [Increase::Models::EntityCreateParams::Corporation::LegalIdentifier]
|
|
165
166
|
required :legal_identifier, -> { Increase::EntityCreateParams::Corporation::LegalIdentifier }
|
|
@@ -456,7 +457,8 @@ module Increase
|
|
|
456
457
|
# An identification number that can be used to verify the individual's identity,
|
|
457
458
|
# such as a social security number. For Social Security Numbers and Individual
|
|
458
459
|
# Taxpayer Identification Numbers, submit nine digits with no dashes or other
|
|
459
|
-
# separators.
|
|
460
|
+
# separators. When testing in sandbox, use one of our
|
|
461
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
460
462
|
#
|
|
461
463
|
# @return [String]
|
|
462
464
|
required :number, String
|
|
@@ -674,8 +676,10 @@ module Increase
|
|
|
674
676
|
# @see Increase::Models::EntityCreateParams::Corporation#legal_identifier
|
|
675
677
|
class LegalIdentifier < Increase::Internal::Type::BaseModel
|
|
676
678
|
# @!attribute value
|
|
677
|
-
# The legal identifier. For US Employer Identification Numbers, submit nine
|
|
678
|
-
# with no dashes or other separators.
|
|
679
|
+
# The legal identifier itself. For US Employer Identification Numbers, submit nine
|
|
680
|
+
# digits with no dashes or other separators. When testing in sandbox, use one of
|
|
681
|
+
# our
|
|
682
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
679
683
|
#
|
|
680
684
|
# @return [String]
|
|
681
685
|
required :value, String
|
|
@@ -693,9 +697,10 @@ module Increase
|
|
|
693
697
|
# details.
|
|
694
698
|
#
|
|
695
699
|
# The legal identifier of the corporation. This is usually the Employer
|
|
696
|
-
# Identification Number (EIN).
|
|
700
|
+
# Identification Number (EIN). This replaces the deprecated `tax_identifier`
|
|
701
|
+
# field.
|
|
697
702
|
#
|
|
698
|
-
# @param value [String] The legal identifier. For US Employer Identification Numbers, submit nine
|
|
703
|
+
# @param value [String] The legal identifier itself. For US Employer Identification Numbers, submit nine
|
|
699
704
|
#
|
|
700
705
|
# @param category [Symbol, Increase::Models::EntityCreateParams::Corporation::LegalIdentifier::Category] The category of the legal identifier. If not provided, the default is `us_employ
|
|
701
706
|
|
|
@@ -1025,7 +1030,8 @@ module Increase
|
|
|
1025
1030
|
# An identification number that can be used to verify the individual's identity,
|
|
1026
1031
|
# such as a social security number. For Social Security Numbers and Individual
|
|
1027
1032
|
# Taxpayer Identification Numbers, submit nine digits with no dashes or other
|
|
1028
|
-
# separators.
|
|
1033
|
+
# separators. When testing in sandbox, use one of our
|
|
1034
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
1029
1035
|
#
|
|
1030
1036
|
# @return [String]
|
|
1031
1037
|
required :number, String
|
|
@@ -1352,7 +1358,8 @@ module Increase
|
|
|
1352
1358
|
# An identification number that can be used to verify the individual's identity,
|
|
1353
1359
|
# such as a social security number. For Social Security Numbers and Individual
|
|
1354
1360
|
# Taxpayer Identification Numbers, submit nine digits with no dashes or other
|
|
1355
|
-
# separators.
|
|
1361
|
+
# separators. When testing in sandbox, use one of our
|
|
1362
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
1356
1363
|
#
|
|
1357
1364
|
# @return [String]
|
|
1358
1365
|
required :number, String
|
|
@@ -1996,7 +2003,8 @@ module Increase
|
|
|
1996
2003
|
# An identification number that can be used to verify the individual's identity,
|
|
1997
2004
|
# such as a social security number. For Social Security Numbers and Individual
|
|
1998
2005
|
# Taxpayer Identification Numbers, submit nine digits with no dashes or other
|
|
1999
|
-
# separators.
|
|
2006
|
+
# separators. When testing in sandbox, use one of our
|
|
2007
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
2000
2008
|
#
|
|
2001
2009
|
# @return [String]
|
|
2002
2010
|
required :number, String
|
|
@@ -2323,7 +2331,8 @@ module Increase
|
|
|
2323
2331
|
# An identification number that can be used to verify the individual's identity,
|
|
2324
2332
|
# such as a social security number. For Social Security Numbers and Individual
|
|
2325
2333
|
# Taxpayer Identification Numbers, submit nine digits with no dashes or other
|
|
2326
|
-
# separators.
|
|
2334
|
+
# separators. When testing in sandbox, use one of our
|
|
2335
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
2327
2336
|
#
|
|
2328
2337
|
# @return [String]
|
|
2329
2338
|
required :number, String
|
|
@@ -43,7 +43,7 @@ module Increase
|
|
|
43
43
|
# {Increase::Models::EntitySupplementalDocument} for more details.
|
|
44
44
|
#
|
|
45
45
|
# Supplemental Documents are uploaded files connected to an Entity during
|
|
46
|
-
# onboarding.
|
|
46
|
+
# onboarding. Not all programs require supplemental documents.
|
|
47
47
|
#
|
|
48
48
|
# @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Supplem
|
|
49
49
|
#
|
|
@@ -230,8 +230,8 @@ module Increase
|
|
|
230
230
|
# @see Increase::Models::EntityUpdateParams::Corporation#legal_identifier
|
|
231
231
|
class LegalIdentifier < Increase::Internal::Type::BaseModel
|
|
232
232
|
# @!attribute value
|
|
233
|
-
# The
|
|
234
|
-
#
|
|
233
|
+
# The legal identifier itself. For US Employer Identification Numbers, submit nine
|
|
234
|
+
# digits with no dashes or other separators.
|
|
235
235
|
#
|
|
236
236
|
# @return [String]
|
|
237
237
|
required :value, String
|
|
@@ -250,7 +250,7 @@ module Increase
|
|
|
250
250
|
# The legal identifier of the corporation. This is usually the Employer
|
|
251
251
|
# Identification Number (EIN).
|
|
252
252
|
#
|
|
253
|
-
# @param value [String] The
|
|
253
|
+
# @param value [String] The legal identifier itself. For US Employer Identification Numbers, submit nine
|
|
254
254
|
#
|
|
255
255
|
# @param category [Symbol, Increase::Models::EntityUpdateParams::Corporation::LegalIdentifier::Category] The category of the legal identifier.
|
|
256
256
|
|
|
@@ -467,7 +467,8 @@ module Increase
|
|
|
467
467
|
# An identification number that can be used to verify the individual's identity,
|
|
468
468
|
# such as a social security number. For Social Security Numbers and Individual
|
|
469
469
|
# Taxpayer Identification Numbers, submit nine digits with no dashes or other
|
|
470
|
-
# separators.
|
|
470
|
+
# separators. When testing in sandbox, use one of our
|
|
471
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
471
472
|
#
|
|
472
473
|
# @return [String]
|
|
473
474
|
required :number, String
|
|
@@ -518,6 +518,9 @@ module Increase
|
|
|
518
518
|
module Status
|
|
519
519
|
extend Increase::Internal::Type::Enum
|
|
520
520
|
|
|
521
|
+
# The transfer is queued to be submitted to FedNow.
|
|
522
|
+
PENDING_SUBMITTING = :pending_submitting
|
|
523
|
+
|
|
521
524
|
# The transfer is pending review by Increase.
|
|
522
525
|
PENDING_REVIEWING = :pending_reviewing
|
|
523
526
|
|
|
@@ -533,9 +536,6 @@ module Increase
|
|
|
533
536
|
# The transfer is pending approval.
|
|
534
537
|
PENDING_APPROVAL = :pending_approval
|
|
535
538
|
|
|
536
|
-
# The transfer is queued to be submitted to FedNow.
|
|
537
|
-
PENDING_SUBMITTING = :pending_submitting
|
|
538
|
-
|
|
539
539
|
# The transfer has been submitted and is pending a response from FedNow.
|
|
540
540
|
PENDING_RESPONSE = :pending_response
|
|
541
541
|
|
|
@@ -134,6 +134,9 @@ module Increase
|
|
|
134
134
|
module In
|
|
135
135
|
extend Increase::Internal::Type::Enum
|
|
136
136
|
|
|
137
|
+
# The transfer is queued to be submitted to FedNow.
|
|
138
|
+
PENDING_SUBMITTING = :pending_submitting
|
|
139
|
+
|
|
137
140
|
# The transfer is pending review by Increase.
|
|
138
141
|
PENDING_REVIEWING = :pending_reviewing
|
|
139
142
|
|
|
@@ -149,9 +152,6 @@ module Increase
|
|
|
149
152
|
# The transfer is pending approval.
|
|
150
153
|
PENDING_APPROVAL = :pending_approval
|
|
151
154
|
|
|
152
|
-
# The transfer is queued to be submitted to FedNow.
|
|
153
|
-
PENDING_SUBMITTING = :pending_submitting
|
|
154
|
-
|
|
155
155
|
# The transfer has been submitted and is pending a response from FedNow.
|
|
156
156
|
PENDING_RESPONSE = :pending_response
|
|
157
157
|
|
|
@@ -72,7 +72,9 @@ module Increase
|
|
|
72
72
|
# {Increase::Models::InboundMailItem} for more details.
|
|
73
73
|
#
|
|
74
74
|
# Inbound Mail Items represent pieces of physical mail delivered to a Lockbox
|
|
75
|
-
# Address.
|
|
75
|
+
# Address. Increase automatically deposits checks mailed to a Lockbox Recipient
|
|
76
|
+
# into the recipient's Account. Checks that are not matched to a Lockbox Recipient
|
|
77
|
+
# must be deposited or ignored using the Action an Inbound Mail Item endpoint.
|
|
76
78
|
#
|
|
77
79
|
# @param id [String] The Inbound Mail Item identifier.
|
|
78
80
|
#
|
|
@@ -245,7 +245,7 @@ module Increase
|
|
|
245
245
|
# The transfer is pending confirmation.
|
|
246
246
|
PENDING_CONFIRMING = :pending_confirming
|
|
247
247
|
|
|
248
|
-
# The transfer was not responded to in time.
|
|
248
|
+
# The transfer was not responded to in time. This is rare and represents an error at Increase.
|
|
249
249
|
TIMED_OUT = :timed_out
|
|
250
250
|
|
|
251
251
|
# The transfer has been received successfully and is confirmed.
|
|
@@ -56,7 +56,11 @@ module Increase
|
|
|
56
56
|
# {Increase::Models::LockboxAddress} for more details.
|
|
57
57
|
#
|
|
58
58
|
# Lockbox Addresses are physical locations that can receive mail containing paper
|
|
59
|
-
# checks.
|
|
59
|
+
# checks. A Lockbox Address is not itself linked to an Account; Lockbox Recipients
|
|
60
|
+
# determine where checks received at the address are deposited. Lockbox Addresses
|
|
61
|
+
# are created with a `pending` status and a null `address`. Increase generates the
|
|
62
|
+
# mailing address shortly after creation, at which point the status becomes
|
|
63
|
+
# `active`.
|
|
60
64
|
#
|
|
61
65
|
# @param id [String] The Lockbox Address identifier.
|
|
62
66
|
#
|
|
@@ -14,7 +14,8 @@ module Increase
|
|
|
14
14
|
required :account_id, String
|
|
15
15
|
|
|
16
16
|
# @!attribute lockbox_address_id
|
|
17
|
-
# The Lockbox Address where this Lockbox Recipient may receive mail.
|
|
17
|
+
# The Lockbox Address where this Lockbox Recipient may receive mail. The Lockbox
|
|
18
|
+
# Address must have a `status` of `active`.
|
|
18
19
|
#
|
|
19
20
|
# @return [String]
|
|
20
21
|
required :lockbox_address_id, String
|
|
@@ -37,7 +38,7 @@ module Increase
|
|
|
37
38
|
#
|
|
38
39
|
# @param account_id [String] The Account that checks sent to this Lockbox Recipient should be deposited into.
|
|
39
40
|
#
|
|
40
|
-
# @param lockbox_address_id [String] The Lockbox Address where this Lockbox Recipient may receive mail.
|
|
41
|
+
# @param lockbox_address_id [String] The Lockbox Address where this Lockbox Recipient may receive mail. The Lockbox A
|
|
41
42
|
#
|
|
42
43
|
# @param description [String] The description you choose for the Lockbox Recipient.
|
|
43
44
|
#
|
|
@@ -18,7 +18,10 @@ module Increase
|
|
|
18
18
|
|
|
19
19
|
# @!attribute amount
|
|
20
20
|
# The Pending Transaction amount in the minor unit of its currency. For dollars,
|
|
21
|
-
# for example, this is cents.
|
|
21
|
+
# for example, this is cents. This amount does not change after the Pending
|
|
22
|
+
# Transaction is created. If a card authorization settles for a different amount,
|
|
23
|
+
# the settled amount is available on the resulting Transaction and on the Card
|
|
24
|
+
# Payment's `state.settled_amount`.
|
|
22
25
|
#
|
|
23
26
|
# @return [Integer]
|
|
24
27
|
required :amount, Integer
|
|
@@ -2638,7 +2641,7 @@ module Increase
|
|
|
2638
2641
|
# The Pending Transaction is still awaiting confirmation.
|
|
2639
2642
|
PENDING = :pending
|
|
2640
2643
|
|
|
2641
|
-
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc.
|
|
2644
|
+
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc. The Pending Transaction's `amount` is not updated if the associated Transaction settles for a different amount.
|
|
2642
2645
|
COMPLETE = :complete
|
|
2643
2646
|
|
|
2644
2647
|
# @!method self.values
|
|
@@ -209,7 +209,7 @@ module Increase
|
|
|
209
209
|
# The Pending Transaction is still awaiting confirmation.
|
|
210
210
|
PENDING = :pending
|
|
211
211
|
|
|
212
|
-
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc.
|
|
212
|
+
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc. The Pending Transaction's `amount` is not updated if the associated Transaction settles for a different amount.
|
|
213
213
|
COMPLETE = :complete
|
|
214
214
|
|
|
215
215
|
# @!method self.values
|
|
@@ -431,10 +431,13 @@ module Increase
|
|
|
431
431
|
# The physical card has been delivered. Note that some couriers track delivery status based on driver location data rather than an explicit scan. While uncommon, a single physical card may have more than one delivered event.
|
|
432
432
|
DELIVERED = :delivered
|
|
433
433
|
|
|
434
|
-
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be
|
|
434
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be rerouted to the return address.
|
|
435
435
|
DELIVERY_ISSUE = :delivery_issue
|
|
436
436
|
|
|
437
|
-
#
|
|
437
|
+
# The physical card has been rerouted to the return address.
|
|
438
|
+
RETURNING_TO_SENDER = :returning_to_sender
|
|
439
|
+
|
|
440
|
+
# The physical card has been delivered to the return address.
|
|
438
441
|
RETURNED_TO_SENDER = :returned_to_sender
|
|
439
442
|
|
|
440
443
|
# @!method self.values
|
|
@@ -538,6 +538,9 @@ module Increase
|
|
|
538
538
|
# The transfer has been canceled.
|
|
539
539
|
CANCELED = :canceled
|
|
540
540
|
|
|
541
|
+
# The transfer is queued to be submitted to Real-Time Payments.
|
|
542
|
+
PENDING_SUBMISSION = :pending_submission
|
|
543
|
+
|
|
541
544
|
# The transfer is pending review by Increase.
|
|
542
545
|
PENDING_REVIEWING = :pending_reviewing
|
|
543
546
|
|
|
@@ -547,9 +550,6 @@ module Increase
|
|
|
547
550
|
# The transfer was rejected by the network or the recipient's bank.
|
|
548
551
|
REJECTED = :rejected
|
|
549
552
|
|
|
550
|
-
# The transfer is queued to be submitted to Real-Time Payments.
|
|
551
|
-
PENDING_SUBMISSION = :pending_submission
|
|
552
|
-
|
|
553
553
|
# The transfer has been submitted and is pending a response from Real-Time Payments.
|
|
554
554
|
SUBMITTED = :submitted
|
|
555
555
|
|
|
@@ -142,6 +142,9 @@ module Increase
|
|
|
142
142
|
# The transfer has been canceled.
|
|
143
143
|
CANCELED = :canceled
|
|
144
144
|
|
|
145
|
+
# The transfer is queued to be submitted to Real-Time Payments.
|
|
146
|
+
PENDING_SUBMISSION = :pending_submission
|
|
147
|
+
|
|
145
148
|
# The transfer is pending review by Increase.
|
|
146
149
|
PENDING_REVIEWING = :pending_reviewing
|
|
147
150
|
|
|
@@ -151,9 +154,6 @@ module Increase
|
|
|
151
154
|
# The transfer was rejected by the network or the recipient's bank.
|
|
152
155
|
REJECTED = :rejected
|
|
153
156
|
|
|
154
|
-
# The transfer is queued to be submitted to Real-Time Payments.
|
|
155
|
-
PENDING_SUBMISSION = :pending_submission
|
|
156
|
-
|
|
157
157
|
# The transfer has been submitted and is pending a response from Real-Time Payments.
|
|
158
158
|
SUBMITTED = :submitted
|
|
159
159
|
|
|
@@ -53,7 +53,8 @@ module Increase
|
|
|
53
53
|
optional :company_id, String
|
|
54
54
|
|
|
55
55
|
# @!attribute company_name
|
|
56
|
-
# The name of the sender.
|
|
56
|
+
# The name of the sender. This corresponds to the `originator_company_name` field
|
|
57
|
+
# on the resulting Inbound ACH Transfer.
|
|
57
58
|
#
|
|
58
59
|
# @return [String, nil]
|
|
59
60
|
optional :company_name, String
|
|
@@ -103,7 +104,7 @@ module Increase
|
|
|
103
104
|
#
|
|
104
105
|
# @param company_id [String] The sender's company ID.
|
|
105
106
|
#
|
|
106
|
-
# @param company_name [String] The name of the sender.
|
|
107
|
+
# @param company_name [String] The name of the sender. This corresponds to the `originator_company_name` field
|
|
107
108
|
#
|
|
108
109
|
# @param receiver_id_number [String] The ID of the receiver of the transfer.
|
|
109
110
|
#
|
|
@@ -22,13 +22,15 @@ module Increase
|
|
|
22
22
|
optional :contents_file_id, String
|
|
23
23
|
|
|
24
24
|
# @!attribute lockbox_address_id
|
|
25
|
-
# The identifier of the Lockbox Address to simulate inbound mail to.
|
|
25
|
+
# The identifier of the Lockbox Address to simulate inbound mail to. Exactly one
|
|
26
|
+
# lockbox identifier parameter must be provided.
|
|
26
27
|
#
|
|
27
28
|
# @return [String, nil]
|
|
28
29
|
optional :lockbox_address_id, String
|
|
29
30
|
|
|
30
31
|
# @!attribute lockbox_recipient_id
|
|
31
|
-
# The identifier of the Lockbox Recipient to simulate inbound mail to.
|
|
32
|
+
# The identifier of the Lockbox Recipient to simulate inbound mail to. Exactly one
|
|
33
|
+
# lockbox identifier parameter must be provided.
|
|
32
34
|
#
|
|
33
35
|
# @return [String, nil]
|
|
34
36
|
optional :lockbox_recipient_id, String
|
|
@@ -41,9 +43,9 @@ module Increase
|
|
|
41
43
|
#
|
|
42
44
|
# @param contents_file_id [String] The file containing the PDF contents. If not present, a default check image file
|
|
43
45
|
#
|
|
44
|
-
# @param lockbox_address_id [String] The identifier of the Lockbox Address to simulate inbound mail to.
|
|
46
|
+
# @param lockbox_address_id [String] The identifier of the Lockbox Address to simulate inbound mail to. Exactly one l
|
|
45
47
|
#
|
|
46
|
-
# @param lockbox_recipient_id [String] The identifier of the Lockbox Recipient to simulate inbound mail to.
|
|
48
|
+
# @param lockbox_recipient_id [String] The identifier of the Lockbox Recipient to simulate inbound mail to. Exactly one
|
|
47
49
|
#
|
|
48
50
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
49
51
|
end
|
|
@@ -76,10 +76,13 @@ module Increase
|
|
|
76
76
|
# The physical card has been delivered. Note that some couriers track delivery status based on driver location data rather than an explicit scan. While uncommon, a single physical card may have more than one delivered event.
|
|
77
77
|
DELIVERED = :delivered
|
|
78
78
|
|
|
79
|
-
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be
|
|
79
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be rerouted to the return address.
|
|
80
80
|
DELIVERY_ISSUE = :delivery_issue
|
|
81
81
|
|
|
82
|
-
#
|
|
82
|
+
# The physical card has been rerouted to the return address.
|
|
83
|
+
RETURNING_TO_SENDER = :returning_to_sender
|
|
84
|
+
|
|
85
|
+
# The physical card has been delivered to the return address.
|
|
83
86
|
RETURNED_TO_SENDER = :returned_to_sender
|
|
84
87
|
|
|
85
88
|
# @!method self.values
|
|
@@ -439,15 +439,15 @@ module Increase
|
|
|
439
439
|
# The transfer has been canceled.
|
|
440
440
|
CANCELED = :canceled
|
|
441
441
|
|
|
442
|
+
# The transfer is pending initiation.
|
|
443
|
+
PENDING_INITIATING = :pending_initiating
|
|
444
|
+
|
|
442
445
|
# The transfer is pending review by Increase.
|
|
443
446
|
PENDING_REVIEWING = :pending_reviewing
|
|
444
447
|
|
|
445
448
|
# The transfer requires attention from an Increase operator.
|
|
446
449
|
REQUIRES_ATTENTION = :requires_attention
|
|
447
450
|
|
|
448
|
-
# The transfer is pending initiation.
|
|
449
|
-
PENDING_INITIATING = :pending_initiating
|
|
450
|
-
|
|
451
451
|
# The transfer has been initiated.
|
|
452
452
|
INITIATED = :initiated
|
|
453
453
|
|
|
@@ -132,15 +132,15 @@ module Increase
|
|
|
132
132
|
# The transfer has been canceled.
|
|
133
133
|
CANCELED = :canceled
|
|
134
134
|
|
|
135
|
+
# The transfer is pending initiation.
|
|
136
|
+
PENDING_INITIATING = :pending_initiating
|
|
137
|
+
|
|
135
138
|
# The transfer is pending review by Increase.
|
|
136
139
|
PENDING_REVIEWING = :pending_reviewing
|
|
137
140
|
|
|
138
141
|
# The transfer requires attention from an Increase operator.
|
|
139
142
|
REQUIRES_ATTENTION = :requires_attention
|
|
140
143
|
|
|
141
|
-
# The transfer is pending initiation.
|
|
142
|
-
PENDING_INITIATING = :pending_initiating
|
|
143
|
-
|
|
144
144
|
# The transfer has been initiated.
|
|
145
145
|
INITIATED = :initiated
|
|
146
146
|
|
|
@@ -202,7 +202,8 @@ module Increase
|
|
|
202
202
|
# Return is created when an ACH Transfer is returned by the receiving bank. It
|
|
203
203
|
# offsets the ACH Transfer Intention. ACH Transfer Returns usually occur within
|
|
204
204
|
# the first two business days after the transfer is initiated, but can occur much
|
|
205
|
-
# later.
|
|
205
|
+
# later. The return appears as a new posted Transaction; no Pending Transaction is
|
|
206
|
+
# created.
|
|
206
207
|
#
|
|
207
208
|
# @return [Increase::Models::Transaction::Source::ACHTransferReturn, nil]
|
|
208
209
|
optional :ach_transfer_return, -> { Increase::Transaction::Source::ACHTransferReturn }, nil?: true
|
|
@@ -977,7 +978,8 @@ module Increase
|
|
|
977
978
|
required :transaction_id, String
|
|
978
979
|
|
|
979
980
|
# @!attribute transfer_id
|
|
980
|
-
# The identifier of the ACH Transfer associated with this return.
|
|
981
|
+
# The identifier of the ACH Transfer associated with this return. This matches the
|
|
982
|
+
# original Transaction's `source.ach_transfer_intention.transfer_id`.
|
|
981
983
|
#
|
|
982
984
|
# @return [String]
|
|
983
985
|
required :transfer_id, String
|
|
@@ -991,7 +993,8 @@ module Increase
|
|
|
991
993
|
# Return is created when an ACH Transfer is returned by the receiving bank. It
|
|
992
994
|
# offsets the ACH Transfer Intention. ACH Transfer Returns usually occur within
|
|
993
995
|
# the first two business days after the transfer is initiated, but can occur much
|
|
994
|
-
# later.
|
|
996
|
+
# later. The return appears as a new posted Transaction; no Pending Transaction is
|
|
997
|
+
# created.
|
|
995
998
|
#
|
|
996
999
|
# @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
|
|
997
1000
|
#
|
|
@@ -1003,7 +1006,7 @@ module Increase
|
|
|
1003
1006
|
#
|
|
1004
1007
|
# @param transaction_id [String] The identifier of the Transaction associated with this return.
|
|
1005
1008
|
#
|
|
1006
|
-
# @param transfer_id [String] The identifier of the ACH Transfer associated with this return.
|
|
1009
|
+
# @param transfer_id [String] The identifier of the ACH Transfer associated with this return. This matches the
|
|
1007
1010
|
|
|
1008
1011
|
# Why the ACH Transfer was returned. This reason code is sent by the receiving
|
|
1009
1012
|
# bank back to Increase.
|
|
@@ -777,6 +777,9 @@ module Increase
|
|
|
777
777
|
# The transfer has been canceled.
|
|
778
778
|
CANCELED = :canceled
|
|
779
779
|
|
|
780
|
+
# The transfer is pending creation.
|
|
781
|
+
PENDING_CREATING = :pending_creating
|
|
782
|
+
|
|
780
783
|
# The transfer is pending review by Increase.
|
|
781
784
|
PENDING_REVIEWING = :pending_reviewing
|
|
782
785
|
|
|
@@ -786,9 +789,6 @@ module Increase
|
|
|
786
789
|
# The transfer requires attention from an Increase operator.
|
|
787
790
|
REQUIRES_ATTENTION = :requires_attention
|
|
788
791
|
|
|
789
|
-
# The transfer is pending creation.
|
|
790
|
-
PENDING_CREATING = :pending_creating
|
|
791
|
-
|
|
792
792
|
# The transfer has been reversed.
|
|
793
793
|
REVERSED = :reversed
|
|
794
794
|
|
|
@@ -138,6 +138,9 @@ module Increase
|
|
|
138
138
|
# The transfer has been canceled.
|
|
139
139
|
CANCELED = :canceled
|
|
140
140
|
|
|
141
|
+
# The transfer is pending creation.
|
|
142
|
+
PENDING_CREATING = :pending_creating
|
|
143
|
+
|
|
141
144
|
# The transfer is pending review by Increase.
|
|
142
145
|
PENDING_REVIEWING = :pending_reviewing
|
|
143
146
|
|
|
@@ -147,9 +150,6 @@ module Increase
|
|
|
147
150
|
# The transfer requires attention from an Increase operator.
|
|
148
151
|
REQUIRES_ATTENTION = :requires_attention
|
|
149
152
|
|
|
150
|
-
# The transfer is pending creation.
|
|
151
|
-
PENDING_CREATING = :pending_creating
|
|
152
|
-
|
|
153
153
|
# The transfer has been reversed.
|
|
154
154
|
REVERSED = :reversed
|
|
155
155
|
|
|
@@ -20,7 +20,7 @@ module Increase
|
|
|
20
20
|
#
|
|
21
21
|
# @param loan [Increase::Models::AccountCreateParams::Loan] The loan details for the account.
|
|
22
22
|
#
|
|
23
|
-
# @param program_id [String] The identifier for the Program that this Account falls under. Required if
|
|
23
|
+
# @param program_id [String] The identifier for the Program that this Account falls under. Required if your G
|
|
24
24
|
#
|
|
25
25
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
26
26
|
#
|
|
@@ -16,25 +16,25 @@ module Increase
|
|
|
16
16
|
#
|
|
17
17
|
# @param statement_descriptor [String] A description you choose to give the transfer. This will be saved with the trans
|
|
18
18
|
#
|
|
19
|
-
# @param account_number [String] The account number
|
|
19
|
+
# @param account_number [String] The receiver's account number. For credit transfers (positive `amount`) this is
|
|
20
20
|
#
|
|
21
|
-
# @param addenda [Increase::Models::ACHTransferCreateParams::Addenda] Additional information
|
|
21
|
+
# @param addenda [Increase::Models::ACHTransferCreateParams::Addenda] Additional information passed through to the receiving bank with the transfer. M
|
|
22
22
|
#
|
|
23
|
-
# @param company_descriptive_date [String]
|
|
23
|
+
# @param company_descriptive_date [String] A description of the transfer date (typically `YYMMDD`), sent in the company bat
|
|
24
24
|
#
|
|
25
|
-
# @param company_discretionary_data [String]
|
|
25
|
+
# @param company_discretionary_data [String] Custom data sent in the company batch header. This value is informational and do
|
|
26
26
|
#
|
|
27
|
-
# @param company_entry_description [String] A description
|
|
27
|
+
# @param company_entry_description [String] A short description sent in the company batch header. Most receivers do not surf
|
|
28
28
|
#
|
|
29
|
-
# @param company_name [String] The name by which the recipient knows you
|
|
29
|
+
# @param company_name [String] The name by which the recipient knows you, sent in the company batch header. We
|
|
30
30
|
#
|
|
31
|
-
# @param destination_account_holder [Symbol, Increase::Models::ACHTransferCreateParams::DestinationAccountHolder] The type of entity that owns the account
|
|
31
|
+
# @param destination_account_holder [Symbol, Increase::Models::ACHTransferCreateParams::DestinationAccountHolder] The type of entity that owns the receiver's account.
|
|
32
32
|
#
|
|
33
33
|
# @param external_account_id [String] The ID of an External Account to initiate a transfer to. If this parameter is pr
|
|
34
34
|
#
|
|
35
|
-
# @param funding [Symbol, Increase::Models::ACHTransferCreateParams::Funding] The type of the
|
|
35
|
+
# @param funding [Symbol, Increase::Models::ACHTransferCreateParams::Funding] The type of the receiver's bank account.
|
|
36
36
|
#
|
|
37
|
-
# @param individual_id [String] Your identifier for the transfer recipient.
|
|
37
|
+
# @param individual_id [String] Your internal identifier for the transfer recipient. This value is informational
|
|
38
38
|
#
|
|
39
39
|
# @param individual_name [String] The name of the transfer recipient. This value is informational and not verified
|
|
40
40
|
#
|
|
@@ -42,7 +42,7 @@ module Increase
|
|
|
42
42
|
#
|
|
43
43
|
# @param require_approval [Boolean] Whether the transfer requires explicit approval via the dashboard or API.
|
|
44
44
|
#
|
|
45
|
-
# @param routing_number [String] The American Bankers' Association (ABA) Routing Transit Number (RTN)
|
|
45
|
+
# @param routing_number [String] The American Bankers' Association (ABA) Routing Transit Number (RTN) of the rece
|
|
46
46
|
#
|
|
47
47
|
# @param standard_entry_class_code [Symbol, Increase::Models::ACHTransferCreateParams::StandardEntryClassCode] The [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-co
|
|
48
48
|
#
|
|
@@ -10,7 +10,7 @@ module Increase
|
|
|
10
10
|
#
|
|
11
11
|
# @overload create(entity_id:, individual:, prongs:, company_title: nil, request_options: {})
|
|
12
12
|
#
|
|
13
|
-
# @param entity_id [String] The identifier of the Entity to associate with the new Beneficial Owner.
|
|
13
|
+
# @param entity_id [String] The identifier of the Entity to associate with the new Beneficial Owner. Only `c
|
|
14
14
|
#
|
|
15
15
|
# @param individual [Increase::Models::BeneficialOwnerCreateParams::Individual] Personal details for the beneficial owner.
|
|
16
16
|
#
|
|
@@ -58,7 +58,9 @@ module Increase
|
|
|
58
58
|
)
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
-
#
|
|
61
|
+
# Deposits or ignores each check contained in a pending Inbound Mail Item.
|
|
62
|
+
# Depositing a check creates a [Check Deposit](#check-deposits) into the Account
|
|
63
|
+
# you specify.
|
|
62
64
|
#
|
|
63
65
|
# @overload action(inbound_mail_item_id, checks:, request_options: {})
|
|
64
66
|
#
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
module Increase
|
|
4
4
|
module Resources
|
|
5
5
|
class LockboxAddresses
|
|
6
|
-
#
|
|
6
|
+
# The Lockbox Address starts with a `pending` status and a null `address`. Shortly
|
|
7
|
+
# after creation, Increase generates the mailing address and the status becomes
|
|
8
|
+
# `active`. You can only create Lockbox Recipients for an `active` Lockbox
|
|
9
|
+
# Address.
|
|
7
10
|
#
|
|
8
11
|
# @overload create(description: nil, request_options: {})
|
|
9
12
|
#
|
|
@@ -12,7 +12,7 @@ module Increase
|
|
|
12
12
|
#
|
|
13
13
|
# @param account_id [String] The Account that checks sent to this Lockbox Recipient should be deposited into.
|
|
14
14
|
#
|
|
15
|
-
# @param lockbox_address_id [String] The Lockbox Address where this Lockbox Recipient may receive mail.
|
|
15
|
+
# @param lockbox_address_id [String] The Lockbox Address where this Lockbox Recipient may receive mail. The Lockbox A
|
|
16
16
|
#
|
|
17
17
|
# @param description [String] The description you choose for the Lockbox Recipient.
|
|
18
18
|
#
|
|
@@ -13,7 +13,10 @@ module Increase
|
|
|
13
13
|
# `card_authorization` or a [Declined Transaction](#declined-transactions) of type
|
|
14
14
|
# `card_decline`. You can pass either a Card id or a
|
|
15
15
|
# [Digital Wallet Token](#digital-wallet-tokens) id to simulate the two different
|
|
16
|
-
# ways purchases can be made.
|
|
16
|
+
# ways purchases can be made. The response will contain either a
|
|
17
|
+
# `pending_transaction` or a `declined_transaction`; the other attribute will be
|
|
18
|
+
# null. If the authorization is declined, the reason is available on the Declined
|
|
19
|
+
# Transaction at `source.card_decline.reason`.
|
|
17
20
|
#
|
|
18
21
|
# @overload create(amount:, authenticated_card_payment_id: nil, card_id: nil, decline_reason: nil, digital_wallet_token_id: nil, event_subscription_id: nil, merchant_acceptor_id: nil, merchant_category_code: nil, merchant_city: nil, merchant_country: nil, merchant_descriptor: nil, merchant_state: nil, network_details: nil, network_risk_score: nil, physical_card_id: nil, processing_category: nil, terminal_id: nil, request_options: {})
|
|
19
22
|
#
|
|
@@ -35,7 +35,7 @@ module Increase
|
|
|
35
35
|
#
|
|
36
36
|
# @param company_id [String] The sender's company ID.
|
|
37
37
|
#
|
|
38
|
-
# @param company_name [String] The name of the sender.
|
|
38
|
+
# @param company_name [String] The name of the sender. This corresponds to the `originator_company_name` field
|
|
39
39
|
#
|
|
40
40
|
# @param receiver_id_number [String] The ID of the receiver of the transfer.
|
|
41
41
|
#
|