increase 1.203.0 → 1.205.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 +16 -0
- data/README.md +1 -1
- data/lib/increase/models/account_transfer.rb +25 -25
- data/lib/increase/models/ach_prenotification.rb +8 -8
- data/lib/increase/models/ach_transfer.rb +36 -36
- data/lib/increase/models/card_dispute.rb +79 -79
- data/lib/increase/models/card_payment.rb +82 -82
- data/lib/increase/models/card_push_transfer.rb +25 -25
- data/lib/increase/models/card_validation.rb +25 -25
- data/lib/increase/models/check_transfer.rb +25 -25
- data/lib/increase/models/declined_transaction.rb +53 -53
- data/lib/increase/models/fednow_transfer.rb +25 -25
- data/lib/increase/models/pending_transaction.rb +85 -85
- data/lib/increase/models/real_time_payments_transfer.rb +25 -25
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +8 -8
- data/lib/increase/models/swift_transfer.rb +25 -25
- data/lib/increase/models/transaction.rb +181 -181
- data/lib/increase/models/wire_transfer.rb +28 -28
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_transfer.rbi +40 -40
- data/rbi/increase/models/ach_prenotification.rbi +8 -8
- data/rbi/increase/models/ach_transfer.rbi +50 -50
- data/rbi/increase/models/card_dispute.rbi +141 -141
- data/rbi/increase/models/card_payment.rbi +144 -144
- data/rbi/increase/models/card_push_transfer.rbi +40 -40
- data/rbi/increase/models/card_validation.rbi +40 -40
- data/rbi/increase/models/check_transfer.rbi +40 -40
- data/rbi/increase/models/declined_transaction.rbi +99 -99
- data/rbi/increase/models/fednow_transfer.rbi +40 -40
- data/rbi/increase/models/pending_transaction.rbi +163 -163
- data/rbi/increase/models/real_time_payments_transfer.rbi +44 -44
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +8 -8
- data/rbi/increase/models/swift_transfer.rbi +40 -40
- data/rbi/increase/models/transaction.rbi +542 -542
- data/rbi/increase/models/wire_transfer.rbi +42 -42
- data/sig/increase/models/account_transfer.rbs +17 -17
- data/sig/increase/models/ach_prenotification.rbs +8 -8
- data/sig/increase/models/ach_transfer.rbs +27 -27
- data/sig/increase/models/card_dispute.rbs +56 -56
- data/sig/increase/models/card_payment.rbs +81 -81
- data/sig/increase/models/card_push_transfer.rbs +17 -17
- data/sig/increase/models/card_validation.rbs +17 -17
- data/sig/increase/models/check_transfer.rbs +17 -17
- data/sig/increase/models/declined_transaction.rbs +52 -52
- data/sig/increase/models/fednow_transfer.rbs +17 -17
- data/sig/increase/models/pending_transaction.rbs +92 -92
- data/sig/increase/models/real_time_payments_transfer.rbs +17 -17
- data/sig/increase/models/simulations/ach_transfer_return_params.rbs +8 -8
- data/sig/increase/models/swift_transfer.rbs +17 -17
- data/sig/increase/models/transaction.rbs +210 -210
- data/sig/increase/models/wire_transfer.rbs +19 -19
- 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: 386144bfee1d86addaad18c131d587b5aeb227aa75048a027753846243cbf3ca
|
|
4
|
+
data.tar.gz: d3f98141e09000b897e96a2cd6e9d003316e1322d125592b930d507b36f4b95a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddcd8c777346283a1d2a942379cc31db0815d8e557eea9c09ea0887287d3b53c2dfbeb386d0dce746a342e50737cecb375937d015fa16337f7cb8dfd483c018b
|
|
7
|
+
data.tar.gz: 66fa68eb852088b9b87b6eb10fb40fc961dedec1703d6e48a6a44c92ff84c27f9f0b2761cf2689ce3f974dc0c82eaa6cbfc306f5d32a95d7164de57a9c9b16e8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.205.0 (2026-02-07)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.204.0...v1.205.0](https://github.com/Increase/increase-ruby/compare/v1.204.0...v1.205.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([2cfbf48](https://github.com/Increase/increase-ruby/commit/2cfbf484dc0b54d67f94891c4f0894024a447d82))
|
|
10
|
+
|
|
11
|
+
## 1.204.0 (2026-02-07)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.203.0...v1.204.0](https://github.com/Increase/increase-ruby/compare/v1.203.0...v1.204.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([eb834f0](https://github.com/Increase/increase-ruby/commit/eb834f0ed9bfdec907c8c6e78fb5d102c9e24694))
|
|
18
|
+
|
|
3
19
|
## 1.203.0 (2026-02-06)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.202.1...v1.203.0](https://github.com/Increase/increase-ruby/compare/v1.202.1...v1.203.0)
|
data/README.md
CHANGED
|
@@ -215,55 +215,41 @@ module Increase
|
|
|
215
215
|
|
|
216
216
|
# @see Increase::Models::AccountTransfer#created_by
|
|
217
217
|
class CreatedBy < Increase::Internal::Type::BaseModel
|
|
218
|
-
# @!attribute api_key
|
|
219
|
-
# If present, details about the API key that created the transfer.
|
|
220
|
-
#
|
|
221
|
-
# @return [Increase::Models::AccountTransfer::CreatedBy::APIKey, nil]
|
|
222
|
-
required :api_key, -> { Increase::AccountTransfer::CreatedBy::APIKey }, nil?: true
|
|
223
|
-
|
|
224
218
|
# @!attribute category
|
|
225
219
|
# The type of object that created this transfer.
|
|
226
220
|
#
|
|
227
221
|
# @return [Symbol, Increase::Models::AccountTransfer::CreatedBy::Category]
|
|
228
222
|
required :category, enum: -> { Increase::AccountTransfer::CreatedBy::Category }
|
|
229
223
|
|
|
224
|
+
# @!attribute api_key
|
|
225
|
+
# If present, details about the API key that created the transfer.
|
|
226
|
+
#
|
|
227
|
+
# @return [Increase::Models::AccountTransfer::CreatedBy::APIKey, nil]
|
|
228
|
+
optional :api_key, -> { Increase::AccountTransfer::CreatedBy::APIKey }, nil?: true
|
|
229
|
+
|
|
230
230
|
# @!attribute oauth_application
|
|
231
231
|
# If present, details about the OAuth Application that created the transfer.
|
|
232
232
|
#
|
|
233
233
|
# @return [Increase::Models::AccountTransfer::CreatedBy::OAuthApplication, nil]
|
|
234
|
-
|
|
234
|
+
optional :oauth_application, -> { Increase::AccountTransfer::CreatedBy::OAuthApplication }, nil?: true
|
|
235
235
|
|
|
236
236
|
# @!attribute user
|
|
237
237
|
# If present, details about the User that created the transfer.
|
|
238
238
|
#
|
|
239
239
|
# @return [Increase::Models::AccountTransfer::CreatedBy::User, nil]
|
|
240
|
-
|
|
240
|
+
optional :user, -> { Increase::AccountTransfer::CreatedBy::User }, nil?: true
|
|
241
241
|
|
|
242
|
-
# @!method initialize(
|
|
242
|
+
# @!method initialize(category:, api_key: nil, oauth_application: nil, user: nil)
|
|
243
243
|
# What object created the transfer, either via the API or the dashboard.
|
|
244
244
|
#
|
|
245
|
-
# @param api_key [Increase::Models::AccountTransfer::CreatedBy::APIKey, nil] If present, details about the API key that created the transfer.
|
|
246
|
-
#
|
|
247
245
|
# @param category [Symbol, Increase::Models::AccountTransfer::CreatedBy::Category] The type of object that created this transfer.
|
|
248
246
|
#
|
|
247
|
+
# @param api_key [Increase::Models::AccountTransfer::CreatedBy::APIKey, nil] If present, details about the API key that created the transfer.
|
|
248
|
+
#
|
|
249
249
|
# @param oauth_application [Increase::Models::AccountTransfer::CreatedBy::OAuthApplication, nil] If present, details about the OAuth Application that created the transfer.
|
|
250
250
|
#
|
|
251
251
|
# @param user [Increase::Models::AccountTransfer::CreatedBy::User, nil] If present, details about the User that created the transfer.
|
|
252
252
|
|
|
253
|
-
# @see Increase::Models::AccountTransfer::CreatedBy#api_key
|
|
254
|
-
class APIKey < Increase::Internal::Type::BaseModel
|
|
255
|
-
# @!attribute description
|
|
256
|
-
# The description set for the API key when it was created.
|
|
257
|
-
#
|
|
258
|
-
# @return [String, nil]
|
|
259
|
-
required :description, String, nil?: true
|
|
260
|
-
|
|
261
|
-
# @!method initialize(description:)
|
|
262
|
-
# If present, details about the API key that created the transfer.
|
|
263
|
-
#
|
|
264
|
-
# @param description [String, nil] The description set for the API key when it was created.
|
|
265
|
-
end
|
|
266
|
-
|
|
267
253
|
# The type of object that created this transfer.
|
|
268
254
|
#
|
|
269
255
|
# @see Increase::Models::AccountTransfer::CreatedBy#category
|
|
@@ -283,6 +269,20 @@ module Increase
|
|
|
283
269
|
# @return [Array<Symbol>]
|
|
284
270
|
end
|
|
285
271
|
|
|
272
|
+
# @see Increase::Models::AccountTransfer::CreatedBy#api_key
|
|
273
|
+
class APIKey < Increase::Internal::Type::BaseModel
|
|
274
|
+
# @!attribute description
|
|
275
|
+
# The description set for the API key when it was created.
|
|
276
|
+
#
|
|
277
|
+
# @return [String, nil]
|
|
278
|
+
required :description, String, nil?: true
|
|
279
|
+
|
|
280
|
+
# @!method initialize(description:)
|
|
281
|
+
# If present, details about the API key that created the transfer.
|
|
282
|
+
#
|
|
283
|
+
# @param description [String, nil] The description set for the API key when it was created.
|
|
284
|
+
end
|
|
285
|
+
|
|
286
286
|
# @see Increase::Models::AccountTransfer::CreatedBy#oauth_application
|
|
287
287
|
class OAuthApplication < Increase::Internal::Type::BaseModel
|
|
288
288
|
# @!attribute name
|
|
@@ -342,7 +342,7 @@ module Increase
|
|
|
342
342
|
module ReturnReasonCode
|
|
343
343
|
extend Increase::Internal::Type::Enum
|
|
344
344
|
|
|
345
|
-
# Code R01. Insufficient funds in the receiving account. Sometimes abbreviated to NSF.
|
|
345
|
+
# Code R01. Insufficient funds in the receiving account. Sometimes abbreviated to "NSF."
|
|
346
346
|
INSUFFICIENT_FUND = :insufficient_fund
|
|
347
347
|
|
|
348
348
|
# Code R03. The account does not exist or the receiving bank was unable to locate it.
|
|
@@ -354,13 +354,13 @@ module Increase
|
|
|
354
354
|
# Code R04. The account number is invalid at the receiving bank.
|
|
355
355
|
INVALID_ACCOUNT_NUMBER_STRUCTURE = :invalid_account_number_structure
|
|
356
356
|
|
|
357
|
-
# Code R16.
|
|
357
|
+
# Code R16. This return code has two separate meanings. (1) The receiving bank froze the account or (2) the Office of Foreign Assets Control (OFAC) instructed the receiving bank to return the entry.
|
|
358
358
|
ACCOUNT_FROZEN_ENTRY_RETURNED_PER_OFAC_INSTRUCTION = :account_frozen_entry_returned_per_ofac_instruction
|
|
359
359
|
|
|
360
|
-
# Code R23. The receiving bank
|
|
360
|
+
# Code R23. The receiving bank refused the credit transfer.
|
|
361
361
|
CREDIT_ENTRY_REFUSED_BY_RECEIVER = :credit_entry_refused_by_receiver
|
|
362
362
|
|
|
363
|
-
# Code R05. The receiving bank rejected because of an incorrect Standard Entry Class code.
|
|
363
|
+
# Code R05. The receiving bank rejected because of an incorrect Standard Entry Class code. Consumer accounts cannot be debited as `corporate_credit_or_debit` or `corporate_trade_exchange`.
|
|
364
364
|
UNAUTHORIZED_DEBIT_TO_CONSUMER_ACCOUNT_USING_CORPORATE_SEC_CODE =
|
|
365
365
|
:unauthorized_debit_to_consumer_account_using_corporate_sec_code
|
|
366
366
|
|
|
@@ -370,7 +370,7 @@ module Increase
|
|
|
370
370
|
# Code R08. The receiving bank stopped payment on this transfer.
|
|
371
371
|
PAYMENT_STOPPED = :payment_stopped
|
|
372
372
|
|
|
373
|
-
# Code R20. The
|
|
373
|
+
# Code R20. The account is not eligible for ACH, such as a savings account with transaction limits.
|
|
374
374
|
NON_TRANSACTION_ACCOUNT = :non_transaction_account
|
|
375
375
|
|
|
376
376
|
# Code R09. The receiving bank account does not have enough available balance for the transfer.
|
|
@@ -386,7 +386,7 @@ module Increase
|
|
|
386
386
|
# Code R19. The amount field is incorrect or too large.
|
|
387
387
|
AMOUNT_FIELD_ERROR = :amount_field_error
|
|
388
388
|
|
|
389
|
-
# Code R07. The customer
|
|
389
|
+
# Code R07. The customer revoked their authorization for a previously authorized transfer.
|
|
390
390
|
AUTHORIZATION_REVOKED_BY_CUSTOMER = :authorization_revoked_by_customer
|
|
391
391
|
|
|
392
392
|
# Code R13. The routing number is invalid.
|
|
@@ -395,7 +395,7 @@ module Increase
|
|
|
395
395
|
# Code R17. The receiving bank is unable to process a field in the transfer.
|
|
396
396
|
FILE_RECORD_EDIT_CRITERIA = :file_record_edit_criteria
|
|
397
397
|
|
|
398
|
-
# Code R45. The individual name field was invalid.
|
|
398
|
+
# Code R45. A rare return reason. The individual name field was invalid.
|
|
399
399
|
ENR_INVALID_INDIVIDUAL_NAME = :enr_invalid_individual_name
|
|
400
400
|
|
|
401
401
|
# Code R06. The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
|
|
@@ -528,7 +528,7 @@ module Increase
|
|
|
528
528
|
# Code R35. A rare return reason. Return of a malformed debit entry.
|
|
529
529
|
RETURN_OF_IMPROPER_DEBIT_ENTRY = :return_of_improper_debit_entry
|
|
530
530
|
|
|
531
|
-
# Code R33. A rare return reason. Return of a
|
|
531
|
+
# Code R33. A rare return reason. Return of a destroyed check ("XCK") entry.
|
|
532
532
|
RETURN_OF_XCK_ENTRY = :return_of_xck_entry
|
|
533
533
|
|
|
534
534
|
# Code R37. A rare return reason. The source document related to this ACH, usually an ACH check conversion, was presented to the bank.
|
|
@@ -361,18 +361,18 @@ module Increase
|
|
|
361
361
|
# Unstructured `payment_related_information` passed through with the transfer.
|
|
362
362
|
#
|
|
363
363
|
# @return [Increase::Models::ACHTransfer::Addenda::Freeform, nil]
|
|
364
|
-
|
|
364
|
+
optional :freeform, -> { Increase::ACHTransfer::Addenda::Freeform }, nil?: true
|
|
365
365
|
|
|
366
366
|
# @!attribute payment_order_remittance_advice
|
|
367
367
|
# Structured ASC X12 820 remittance advice records. Please reach out to
|
|
368
368
|
# [support@increase.com](mailto:support@increase.com) for more information.
|
|
369
369
|
#
|
|
370
370
|
# @return [Increase::Models::ACHTransfer::Addenda::PaymentOrderRemittanceAdvice, nil]
|
|
371
|
-
|
|
371
|
+
optional :payment_order_remittance_advice,
|
|
372
372
|
-> { Increase::ACHTransfer::Addenda::PaymentOrderRemittanceAdvice },
|
|
373
373
|
nil?: true
|
|
374
374
|
|
|
375
|
-
# @!method initialize(category:, freeform
|
|
375
|
+
# @!method initialize(category:, freeform: nil, payment_order_remittance_advice: nil)
|
|
376
376
|
# Some parameter documentations has been truncated, see
|
|
377
377
|
# {Increase::Models::ACHTransfer::Addenda} for more details.
|
|
378
378
|
#
|
|
@@ -529,55 +529,41 @@ module Increase
|
|
|
529
529
|
|
|
530
530
|
# @see Increase::Models::ACHTransfer#created_by
|
|
531
531
|
class CreatedBy < Increase::Internal::Type::BaseModel
|
|
532
|
-
# @!attribute api_key
|
|
533
|
-
# If present, details about the API key that created the transfer.
|
|
534
|
-
#
|
|
535
|
-
# @return [Increase::Models::ACHTransfer::CreatedBy::APIKey, nil]
|
|
536
|
-
required :api_key, -> { Increase::ACHTransfer::CreatedBy::APIKey }, nil?: true
|
|
537
|
-
|
|
538
532
|
# @!attribute category
|
|
539
533
|
# The type of object that created this transfer.
|
|
540
534
|
#
|
|
541
535
|
# @return [Symbol, Increase::Models::ACHTransfer::CreatedBy::Category]
|
|
542
536
|
required :category, enum: -> { Increase::ACHTransfer::CreatedBy::Category }
|
|
543
537
|
|
|
538
|
+
# @!attribute api_key
|
|
539
|
+
# If present, details about the API key that created the transfer.
|
|
540
|
+
#
|
|
541
|
+
# @return [Increase::Models::ACHTransfer::CreatedBy::APIKey, nil]
|
|
542
|
+
optional :api_key, -> { Increase::ACHTransfer::CreatedBy::APIKey }, nil?: true
|
|
543
|
+
|
|
544
544
|
# @!attribute oauth_application
|
|
545
545
|
# If present, details about the OAuth Application that created the transfer.
|
|
546
546
|
#
|
|
547
547
|
# @return [Increase::Models::ACHTransfer::CreatedBy::OAuthApplication, nil]
|
|
548
|
-
|
|
548
|
+
optional :oauth_application, -> { Increase::ACHTransfer::CreatedBy::OAuthApplication }, nil?: true
|
|
549
549
|
|
|
550
550
|
# @!attribute user
|
|
551
551
|
# If present, details about the User that created the transfer.
|
|
552
552
|
#
|
|
553
553
|
# @return [Increase::Models::ACHTransfer::CreatedBy::User, nil]
|
|
554
|
-
|
|
554
|
+
optional :user, -> { Increase::ACHTransfer::CreatedBy::User }, nil?: true
|
|
555
555
|
|
|
556
|
-
# @!method initialize(
|
|
556
|
+
# @!method initialize(category:, api_key: nil, oauth_application: nil, user: nil)
|
|
557
557
|
# What object created the transfer, either via the API or the dashboard.
|
|
558
558
|
#
|
|
559
|
-
# @param api_key [Increase::Models::ACHTransfer::CreatedBy::APIKey, nil] If present, details about the API key that created the transfer.
|
|
560
|
-
#
|
|
561
559
|
# @param category [Symbol, Increase::Models::ACHTransfer::CreatedBy::Category] The type of object that created this transfer.
|
|
562
560
|
#
|
|
561
|
+
# @param api_key [Increase::Models::ACHTransfer::CreatedBy::APIKey, nil] If present, details about the API key that created the transfer.
|
|
562
|
+
#
|
|
563
563
|
# @param oauth_application [Increase::Models::ACHTransfer::CreatedBy::OAuthApplication, nil] If present, details about the OAuth Application that created the transfer.
|
|
564
564
|
#
|
|
565
565
|
# @param user [Increase::Models::ACHTransfer::CreatedBy::User, nil] If present, details about the User that created the transfer.
|
|
566
566
|
|
|
567
|
-
# @see Increase::Models::ACHTransfer::CreatedBy#api_key
|
|
568
|
-
class APIKey < Increase::Internal::Type::BaseModel
|
|
569
|
-
# @!attribute description
|
|
570
|
-
# The description set for the API key when it was created.
|
|
571
|
-
#
|
|
572
|
-
# @return [String, nil]
|
|
573
|
-
required :description, String, nil?: true
|
|
574
|
-
|
|
575
|
-
# @!method initialize(description:)
|
|
576
|
-
# If present, details about the API key that created the transfer.
|
|
577
|
-
#
|
|
578
|
-
# @param description [String, nil] The description set for the API key when it was created.
|
|
579
|
-
end
|
|
580
|
-
|
|
581
567
|
# The type of object that created this transfer.
|
|
582
568
|
#
|
|
583
569
|
# @see Increase::Models::ACHTransfer::CreatedBy#category
|
|
@@ -597,6 +583,20 @@ module Increase
|
|
|
597
583
|
# @return [Array<Symbol>]
|
|
598
584
|
end
|
|
599
585
|
|
|
586
|
+
# @see Increase::Models::ACHTransfer::CreatedBy#api_key
|
|
587
|
+
class APIKey < Increase::Internal::Type::BaseModel
|
|
588
|
+
# @!attribute description
|
|
589
|
+
# The description set for the API key when it was created.
|
|
590
|
+
#
|
|
591
|
+
# @return [String, nil]
|
|
592
|
+
required :description, String, nil?: true
|
|
593
|
+
|
|
594
|
+
# @!method initialize(description:)
|
|
595
|
+
# If present, details about the API key that created the transfer.
|
|
596
|
+
#
|
|
597
|
+
# @param description [String, nil] The description set for the API key when it was created.
|
|
598
|
+
end
|
|
599
|
+
|
|
600
600
|
# @see Increase::Models::ACHTransfer::CreatedBy#oauth_application
|
|
601
601
|
class OAuthApplication < Increase::Internal::Type::BaseModel
|
|
602
602
|
# @!attribute name
|
|
@@ -1049,7 +1049,7 @@ module Increase
|
|
|
1049
1049
|
module ReturnReasonCode
|
|
1050
1050
|
extend Increase::Internal::Type::Enum
|
|
1051
1051
|
|
|
1052
|
-
# Code R01. Insufficient funds in the receiving account. Sometimes abbreviated to NSF.
|
|
1052
|
+
# Code R01. Insufficient funds in the receiving account. Sometimes abbreviated to "NSF."
|
|
1053
1053
|
INSUFFICIENT_FUND = :insufficient_fund
|
|
1054
1054
|
|
|
1055
1055
|
# Code R03. The account does not exist or the receiving bank was unable to locate it.
|
|
@@ -1061,13 +1061,13 @@ module Increase
|
|
|
1061
1061
|
# Code R04. The account number is invalid at the receiving bank.
|
|
1062
1062
|
INVALID_ACCOUNT_NUMBER_STRUCTURE = :invalid_account_number_structure
|
|
1063
1063
|
|
|
1064
|
-
# Code R16.
|
|
1064
|
+
# Code R16. This return code has two separate meanings. (1) The receiving bank froze the account or (2) the Office of Foreign Assets Control (OFAC) instructed the receiving bank to return the entry.
|
|
1065
1065
|
ACCOUNT_FROZEN_ENTRY_RETURNED_PER_OFAC_INSTRUCTION = :account_frozen_entry_returned_per_ofac_instruction
|
|
1066
1066
|
|
|
1067
|
-
# Code R23. The receiving bank
|
|
1067
|
+
# Code R23. The receiving bank refused the credit transfer.
|
|
1068
1068
|
CREDIT_ENTRY_REFUSED_BY_RECEIVER = :credit_entry_refused_by_receiver
|
|
1069
1069
|
|
|
1070
|
-
# Code R05. The receiving bank rejected because of an incorrect Standard Entry Class code.
|
|
1070
|
+
# Code R05. The receiving bank rejected because of an incorrect Standard Entry Class code. Consumer accounts cannot be debited as `corporate_credit_or_debit` or `corporate_trade_exchange`.
|
|
1071
1071
|
UNAUTHORIZED_DEBIT_TO_CONSUMER_ACCOUNT_USING_CORPORATE_SEC_CODE =
|
|
1072
1072
|
:unauthorized_debit_to_consumer_account_using_corporate_sec_code
|
|
1073
1073
|
|
|
@@ -1077,7 +1077,7 @@ module Increase
|
|
|
1077
1077
|
# Code R08. The receiving bank stopped payment on this transfer.
|
|
1078
1078
|
PAYMENT_STOPPED = :payment_stopped
|
|
1079
1079
|
|
|
1080
|
-
# Code R20. The
|
|
1080
|
+
# Code R20. The account is not eligible for ACH, such as a savings account with transaction limits.
|
|
1081
1081
|
NON_TRANSACTION_ACCOUNT = :non_transaction_account
|
|
1082
1082
|
|
|
1083
1083
|
# Code R09. The receiving bank account does not have enough available balance for the transfer.
|
|
@@ -1093,7 +1093,7 @@ module Increase
|
|
|
1093
1093
|
# Code R19. The amount field is incorrect or too large.
|
|
1094
1094
|
AMOUNT_FIELD_ERROR = :amount_field_error
|
|
1095
1095
|
|
|
1096
|
-
# Code R07. The customer
|
|
1096
|
+
# Code R07. The customer revoked their authorization for a previously authorized transfer.
|
|
1097
1097
|
AUTHORIZATION_REVOKED_BY_CUSTOMER = :authorization_revoked_by_customer
|
|
1098
1098
|
|
|
1099
1099
|
# Code R13. The routing number is invalid.
|
|
@@ -1102,7 +1102,7 @@ module Increase
|
|
|
1102
1102
|
# Code R17. The receiving bank is unable to process a field in the transfer.
|
|
1103
1103
|
FILE_RECORD_EDIT_CRITERIA = :file_record_edit_criteria
|
|
1104
1104
|
|
|
1105
|
-
# Code R45. The individual name field was invalid.
|
|
1105
|
+
# Code R45. A rare return reason. The individual name field was invalid.
|
|
1106
1106
|
ENR_INVALID_INDIVIDUAL_NAME = :enr_invalid_individual_name
|
|
1107
1107
|
|
|
1108
1108
|
# Code R06. The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
|
|
@@ -1235,7 +1235,7 @@ module Increase
|
|
|
1235
1235
|
# Code R35. A rare return reason. Return of a malformed debit entry.
|
|
1236
1236
|
RETURN_OF_IMPROPER_DEBIT_ENTRY = :return_of_improper_debit_entry
|
|
1237
1237
|
|
|
1238
|
-
# Code R33. A rare return reason. Return of a
|
|
1238
|
+
# Code R33. A rare return reason. Return of a destroyed check ("XCK") entry.
|
|
1239
1239
|
RETURN_OF_XCK_ENTRY = :return_of_xck_entry
|
|
1240
1240
|
|
|
1241
1241
|
# Code R37. A rare return reason. The source document related to this ACH, usually an ACH check conversion, was presented to the bank.
|