increase 1.347.0 → 1.349.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 +15 -15
- data/lib/increase/models/ach_prenotification_create_params.rb +2 -2
- data/lib/increase/models/ach_transfer.rb +2 -2
- data/lib/increase/models/ach_transfer_create_params.rb +1 -24
- data/lib/increase/models/balance_lookup.rb +49 -1
- data/lib/increase/models/beneficial_owner_update_params.rb +9 -1
- data/lib/increase/models/card.rb +43 -1
- data/lib/increase/models/card_create_params.rb +42 -1
- data/lib/increase/models/card_dispute.rb +1 -1
- data/lib/increase/models/card_dispute_list_params.rb +1 -1
- data/lib/increase/models/card_payment.rb +18 -1
- data/lib/increase/models/check_transfer.rb +13 -1
- data/lib/increase/models/check_transfer_create_params.rb +25 -13
- data/lib/increase/models/entity.rb +315 -5
- data/lib/increase/models/entity_update_params.rb +754 -1
- data/lib/increase/models/event.rb +12 -0
- data/lib/increase/models/event_list_params.rb +12 -0
- data/lib/increase/models/event_subscription.rb +12 -0
- data/lib/increase/models/event_subscription_create_params.rb +12 -0
- data/lib/increase/models/file.rb +7 -6
- data/lib/increase/models/inbound_ach_transfer.rb +6 -6
- data/lib/increase/models/inbound_check_deposit.rb +5 -2
- data/lib/increase/models/inbound_fednow_transfer.rb +18 -1
- data/lib/increase/models/pending_transaction.rb +25 -8
- data/lib/increase/models/pending_transaction_list_params.rb +1 -1
- data/lib/increase/models/physical_card_create_params.rb +6 -3
- data/lib/increase/models/real_time_decision.rb +18 -1
- data/lib/increase/models/real_time_payments_transfer.rb +30 -19
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
- data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +8 -11
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
- data/lib/increase/models/transaction.rb +5 -2
- data/lib/increase/models/unwrap_webhook_event.rb +12 -0
- data/lib/increase/models/wire_transfer_create_params.rb +100 -42
- data/lib/increase/resources/ach_prenotifications.rb +1 -1
- data/lib/increase/resources/ach_transfers.rb +1 -4
- data/lib/increase/resources/beneficial_owners.rb +3 -1
- data/lib/increase/resources/cards.rb +5 -1
- data/lib/increase/resources/physical_cards.rb +2 -1
- data/lib/increase/resources/real_time_payments_transfers.rb +5 -1
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +4 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +37 -21
- data/rbi/increase/models/ach_prenotification_create_params.rbi +2 -2
- data/rbi/increase/models/ach_transfer.rbi +2 -2
- data/rbi/increase/models/ach_transfer_create_params.rbi +0 -59
- data/rbi/increase/models/balance_lookup.rbi +48 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +11 -0
- data/rbi/increase/models/card.rbi +63 -0
- data/rbi/increase/models/card_create_params.rbi +65 -0
- data/rbi/increase/models/card_dispute.rbi +1 -1
- data/rbi/increase/models/card_dispute_list_params.rbi +1 -1
- data/rbi/increase/models/card_payment.rbi +16 -0
- data/rbi/increase/models/check_transfer.rbi +15 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +26 -12
- data/rbi/increase/models/entity.rbi +552 -3
- data/rbi/increase/models/entity_update_params.rbi +1326 -3
- data/rbi/increase/models/event.rbi +28 -0
- data/rbi/increase/models/event_list_params.rbi +28 -0
- data/rbi/increase/models/event_subscription.rbi +28 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +28 -0
- data/rbi/increase/models/file.rbi +7 -6
- data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
- data/rbi/increase/models/inbound_check_deposit.rbi +4 -2
- data/rbi/increase/models/inbound_fednow_transfer.rbi +16 -0
- data/rbi/increase/models/pending_transaction.rbi +23 -7
- data/rbi/increase/models/pending_transaction_list_params.rbi +1 -1
- data/rbi/increase/models/physical_card_create_params.rbi +6 -3
- data/rbi/increase/models/real_time_decision.rbi +16 -0
- data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
- data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -0
- data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
- data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
- data/rbi/increase/models/simulations/inbound_check_deposit_adjustment_params.rbi +8 -23
- data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
- data/rbi/increase/models/transaction.rbi +4 -2
- data/rbi/increase/models/unwrap_webhook_event.rbi +28 -0
- data/rbi/increase/models/wire_transfer_create_params.rbi +146 -62
- data/rbi/increase/resources/ach_prenotifications.rbi +1 -1
- data/rbi/increase/resources/ach_transfers.rbi +0 -4
- data/rbi/increase/resources/beneficial_owners.rbi +3 -0
- data/rbi/increase/resources/cards.rbi +4 -0
- data/rbi/increase/resources/physical_cards.rbi +2 -1
- data/rbi/increase/resources/real_time_payments_transfers.rbi +4 -0
- data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +4 -1
- data/sig/increase/models/account_create_params.rbs +20 -12
- data/sig/increase/models/ach_transfer_create_params.rbs +1 -24
- data/sig/increase/models/balance_lookup.rbs +30 -0
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
- data/sig/increase/models/card.rbs +19 -0
- data/sig/increase/models/card_create_params.rbs +25 -0
- data/sig/increase/models/card_dispute.rbs +1 -1
- data/sig/increase/models/card_dispute_list_params.rbs +1 -1
- data/sig/increase/models/card_payment.rbs +5 -0
- data/sig/increase/models/check_transfer.rbs +9 -0
- data/sig/increase/models/check_transfer_create_params.rbs +7 -0
- data/sig/increase/models/entity.rbs +248 -5
- data/sig/increase/models/entity_update_params.rbs +585 -3
- data/sig/increase/models/event.rbs +16 -0
- data/sig/increase/models/event_list_params.rbs +16 -0
- data/sig/increase/models/event_subscription.rbs +16 -0
- data/sig/increase/models/event_subscription_create_params.rbs +16 -0
- data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
- data/sig/increase/models/inbound_fednow_transfer.rbs +10 -0
- data/sig/increase/models/pending_transaction.rbs +6 -1
- data/sig/increase/models/pending_transaction_list_params.rbs +1 -1
- data/sig/increase/models/real_time_decision.rbs +5 -0
- data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
- data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
- data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
- data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
- data/sig/increase/models/simulations/inbound_check_deposit_adjustment_params.rbs +1 -15
- data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
- data/sig/increase/models/unwrap_webhook_event.rbs +16 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +78 -32
- data/sig/increase/resources/ach_transfers.rbs +0 -1
- data/sig/increase/resources/beneficial_owners.rbs +1 -0
- data/sig/increase/resources/cards.rbs +1 -0
- data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -304,6 +304,9 @@ module Increase
|
|
|
304
304
|
# Occurs whenever a Loan Distribution is created.
|
|
305
305
|
LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
|
|
306
306
|
|
|
307
|
+
# Occurs whenever a Loan Obligation is created.
|
|
308
|
+
LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
|
|
309
|
+
|
|
307
310
|
# Occurs whenever a Loan Offer is created.
|
|
308
311
|
LOAN_OFFER_CREATED = :"loan_offer.created"
|
|
309
312
|
|
|
@@ -319,6 +322,12 @@ module Increase
|
|
|
319
322
|
# Occurs whenever a Lockbox is updated.
|
|
320
323
|
LOCKBOX_UPDATED = :"lockbox.updated"
|
|
321
324
|
|
|
325
|
+
# Occurs whenever a Lockbox Address is created.
|
|
326
|
+
LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
|
|
327
|
+
|
|
328
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
329
|
+
LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
|
|
330
|
+
|
|
322
331
|
# Occurs whenever an OAuth Connection is created.
|
|
323
332
|
OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
|
|
324
333
|
|
|
@@ -361,6 +370,9 @@ module Increase
|
|
|
361
370
|
# Occurs whenever a Physical Check is updated.
|
|
362
371
|
PHYSICAL_CHECK_UPDATED = :"physical_check.updated"
|
|
363
372
|
|
|
373
|
+
# Occurs whenever a Plaid Processor Token is created.
|
|
374
|
+
PLAID_PROCESSOR_TOKEN_CREATED = :"plaid_processor_token.created"
|
|
375
|
+
|
|
364
376
|
# Occurs whenever a Checkbook is created.
|
|
365
377
|
CHECKBOOK_CREATED = :"checkbook.created"
|
|
366
378
|
|
|
@@ -316,6 +316,9 @@ module Increase
|
|
|
316
316
|
# Occurs whenever a Loan Distribution is created.
|
|
317
317
|
LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
|
|
318
318
|
|
|
319
|
+
# Occurs whenever a Loan Obligation is created.
|
|
320
|
+
LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
|
|
321
|
+
|
|
319
322
|
# Occurs whenever a Loan Offer is created.
|
|
320
323
|
LOAN_OFFER_CREATED = :"loan_offer.created"
|
|
321
324
|
|
|
@@ -331,6 +334,12 @@ module Increase
|
|
|
331
334
|
# Occurs whenever a Lockbox is updated.
|
|
332
335
|
LOCKBOX_UPDATED = :"lockbox.updated"
|
|
333
336
|
|
|
337
|
+
# Occurs whenever a Lockbox Address is created.
|
|
338
|
+
LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
|
|
339
|
+
|
|
340
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
341
|
+
LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
|
|
342
|
+
|
|
334
343
|
# Occurs whenever an OAuth Connection is created.
|
|
335
344
|
OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
|
|
336
345
|
|
|
@@ -373,6 +382,9 @@ module Increase
|
|
|
373
382
|
# Occurs whenever a Physical Check is updated.
|
|
374
383
|
PHYSICAL_CHECK_UPDATED = :"physical_check.updated"
|
|
375
384
|
|
|
385
|
+
# Occurs whenever a Plaid Processor Token is created.
|
|
386
|
+
PLAID_PROCESSOR_TOKEN_CREATED = :"plaid_processor_token.created"
|
|
387
|
+
|
|
376
388
|
# Occurs whenever a Checkbook is created.
|
|
377
389
|
CHECKBOOK_CREATED = :"checkbook.created"
|
|
378
390
|
|
|
@@ -345,6 +345,9 @@ module Increase
|
|
|
345
345
|
# Occurs whenever a Loan Distribution is created.
|
|
346
346
|
LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
|
|
347
347
|
|
|
348
|
+
# Occurs whenever a Loan Obligation is created.
|
|
349
|
+
LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
|
|
350
|
+
|
|
348
351
|
# Occurs whenever a Loan Offer is created.
|
|
349
352
|
LOAN_OFFER_CREATED = :"loan_offer.created"
|
|
350
353
|
|
|
@@ -360,6 +363,12 @@ module Increase
|
|
|
360
363
|
# Occurs whenever a Lockbox is updated.
|
|
361
364
|
LOCKBOX_UPDATED = :"lockbox.updated"
|
|
362
365
|
|
|
366
|
+
# Occurs whenever a Lockbox Address is created.
|
|
367
|
+
LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
|
|
368
|
+
|
|
369
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
370
|
+
LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
|
|
371
|
+
|
|
363
372
|
# Occurs whenever an OAuth Connection is created.
|
|
364
373
|
OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
|
|
365
374
|
|
|
@@ -402,6 +411,9 @@ module Increase
|
|
|
402
411
|
# Occurs whenever a Physical Check is updated.
|
|
403
412
|
PHYSICAL_CHECK_UPDATED = :"physical_check.updated"
|
|
404
413
|
|
|
414
|
+
# Occurs whenever a Plaid Processor Token is created.
|
|
415
|
+
PLAID_PROCESSOR_TOKEN_CREATED = :"plaid_processor_token.created"
|
|
416
|
+
|
|
405
417
|
# Occurs whenever a Checkbook is created.
|
|
406
418
|
CHECKBOOK_CREATED = :"checkbook.created"
|
|
407
419
|
|
|
@@ -314,6 +314,9 @@ module Increase
|
|
|
314
314
|
# Occurs whenever a Loan Distribution is created.
|
|
315
315
|
LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
|
|
316
316
|
|
|
317
|
+
# Occurs whenever a Loan Obligation is created.
|
|
318
|
+
LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
|
|
319
|
+
|
|
317
320
|
# Occurs whenever a Loan Offer is created.
|
|
318
321
|
LOAN_OFFER_CREATED = :"loan_offer.created"
|
|
319
322
|
|
|
@@ -329,6 +332,12 @@ module Increase
|
|
|
329
332
|
# Occurs whenever a Lockbox is updated.
|
|
330
333
|
LOCKBOX_UPDATED = :"lockbox.updated"
|
|
331
334
|
|
|
335
|
+
# Occurs whenever a Lockbox Address is created.
|
|
336
|
+
LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
|
|
337
|
+
|
|
338
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
339
|
+
LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
|
|
340
|
+
|
|
332
341
|
# Occurs whenever an OAuth Connection is created.
|
|
333
342
|
OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
|
|
334
343
|
|
|
@@ -371,6 +380,9 @@ module Increase
|
|
|
371
380
|
# Occurs whenever a Physical Check is updated.
|
|
372
381
|
PHYSICAL_CHECK_UPDATED = :"physical_check.updated"
|
|
373
382
|
|
|
383
|
+
# Occurs whenever a Plaid Processor Token is created.
|
|
384
|
+
PLAID_PROCESSOR_TOKEN_CREATED = :"plaid_processor_token.created"
|
|
385
|
+
|
|
374
386
|
# Occurs whenever a Checkbook is created.
|
|
375
387
|
CHECKBOOK_CREATED = :"checkbook.created"
|
|
376
388
|
|
data/lib/increase/models/file.rb
CHANGED
|
@@ -64,12 +64,13 @@ module Increase
|
|
|
64
64
|
required :type, enum: -> { Increase::File::Type }
|
|
65
65
|
|
|
66
66
|
# @!method initialize(id:, created_at:, description:, direction:, filename:, idempotency_key:, mime_type:, purpose:, type:)
|
|
67
|
-
# Files are objects that represent a file hosted on Increase's servers.
|
|
68
|
-
#
|
|
69
|
-
#
|
|
70
|
-
#
|
|
71
|
-
# you need to
|
|
72
|
-
#
|
|
67
|
+
# Files are objects that represent a file hosted on Increase's servers. Each File
|
|
68
|
+
# has a `purpose` that determines how Increase will use it. You upload a File so
|
|
69
|
+
# it can be attached to another object in the API (for example, when uploading a
|
|
70
|
+
# check image), or Increase creates one for you to download (for example, an
|
|
71
|
+
# autogenerated statement PDF). If you need to download a File, use the
|
|
72
|
+
# `/files/{file_id}/contents` endpoint. If you need to share a File with someone
|
|
73
|
+
# who doesn't have access to your API key, create a File Link.
|
|
73
74
|
#
|
|
74
75
|
# @param id [String] The File's identifier.
|
|
75
76
|
#
|
|
@@ -527,7 +527,7 @@ module Increase
|
|
|
527
527
|
|
|
528
528
|
# @!attribute originating_depository_financial_institution_id
|
|
529
529
|
# An identifier for the originating bank. One of an International Bank Account
|
|
530
|
-
# Number (IBAN) bank identifier,
|
|
530
|
+
# Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
|
|
531
531
|
# domestic identifier like a US Routing Number.
|
|
532
532
|
#
|
|
533
533
|
# @return [String]
|
|
@@ -658,7 +658,7 @@ module Increase
|
|
|
658
658
|
|
|
659
659
|
# @!attribute receiving_depository_financial_institution_id
|
|
660
660
|
# An identifier for the receiving bank. One of an International Bank Account
|
|
661
|
-
# Number (IBAN) bank identifier,
|
|
661
|
+
# Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
|
|
662
662
|
# domestic identifier like a US Routing Number.
|
|
663
663
|
#
|
|
664
664
|
# @return [String]
|
|
@@ -720,7 +720,7 @@ module Increase
|
|
|
720
720
|
#
|
|
721
721
|
# @param originating_depository_financial_institution_id [String]
|
|
722
722
|
# An identifier for the originating bank. One of an International Bank Account
|
|
723
|
-
# Number (IBAN) bank identifier,
|
|
723
|
+
# Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
|
|
724
724
|
# domestic identifier like a US Routing Number.
|
|
725
725
|
#
|
|
726
726
|
# @param originating_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::OriginatingDepositoryFinancialInstitutionIDQualifier]
|
|
@@ -780,7 +780,7 @@ module Increase
|
|
|
780
780
|
#
|
|
781
781
|
# @param receiving_depository_financial_institution_id [String]
|
|
782
782
|
# An identifier for the receiving bank. One of an International Bank Account
|
|
783
|
-
# Number (IBAN) bank identifier,
|
|
783
|
+
# Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
|
|
784
784
|
# domestic identifier like a US Routing Number.
|
|
785
785
|
#
|
|
786
786
|
# @param receiving_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ReceivingDepositoryFinancialInstitutionIDQualifier]
|
|
@@ -909,7 +909,7 @@ module Increase
|
|
|
909
909
|
# A domestic clearing system number. In the US, for example, this is the American Banking Association (ABA) routing number.
|
|
910
910
|
NATIONAL_CLEARING_SYSTEM_NUMBER = :national_clearing_system_number
|
|
911
911
|
|
|
912
|
-
# The
|
|
912
|
+
# The Swift Bank Identifier Code (BIC) of the bank.
|
|
913
913
|
BIC_CODE = :bic_code
|
|
914
914
|
|
|
915
915
|
# An International Bank Account Number.
|
|
@@ -929,7 +929,7 @@ module Increase
|
|
|
929
929
|
# A domestic clearing system number. In the US, for example, this is the American Banking Association (ABA) routing number.
|
|
930
930
|
NATIONAL_CLEARING_SYSTEM_NUMBER = :national_clearing_system_number
|
|
931
931
|
|
|
932
|
-
# The
|
|
932
|
+
# The Swift Bank Identifier Code (BIC) of the bank.
|
|
933
933
|
BIC_CODE = :bic_code
|
|
934
934
|
|
|
935
935
|
# An International Bank Account Number.
|
|
@@ -231,7 +231,8 @@ module Increase
|
|
|
231
231
|
required :adjusted_at, Time
|
|
232
232
|
|
|
233
233
|
# @!attribute amount
|
|
234
|
-
# The amount of the adjustment.
|
|
234
|
+
# The amount of the adjustment in USD cents. A positive amount is a credit to your
|
|
235
|
+
# account and a negative amount is a debit.
|
|
235
236
|
#
|
|
236
237
|
# @return [Integer]
|
|
237
238
|
required :amount, Integer
|
|
@@ -251,7 +252,9 @@ module Increase
|
|
|
251
252
|
# @!method initialize(adjusted_at:, amount:, reason:, transaction_id:)
|
|
252
253
|
# @param adjusted_at [Time] The time at which the return adjustment was received.
|
|
253
254
|
#
|
|
254
|
-
# @param amount [Integer]
|
|
255
|
+
# @param amount [Integer]
|
|
256
|
+
# The amount of the adjustment in USD cents. A positive amount is a credit to your
|
|
257
|
+
# account and a negative amount is a debit.
|
|
255
258
|
#
|
|
256
259
|
# @param reason [Symbol, Increase::Models::InboundCheckDeposit::Adjustment::Reason]
|
|
257
260
|
# The reason for the adjustment.
|
|
@@ -78,6 +78,12 @@ module Increase
|
|
|
78
78
|
# @return [Increase::Models::InboundFednowTransfer::Decline, nil]
|
|
79
79
|
required :decline, -> { Increase::InboundFednowTransfer::Decline }, nil?: true
|
|
80
80
|
|
|
81
|
+
# @!attribute end_to_end_identification
|
|
82
|
+
# A free-form reference string set by the sender, to help identify the transfer.
|
|
83
|
+
#
|
|
84
|
+
# @return [String, nil]
|
|
85
|
+
required :end_to_end_identification, String, nil?: true
|
|
86
|
+
|
|
81
87
|
# @!attribute status
|
|
82
88
|
# The lifecycle status of the transfer.
|
|
83
89
|
#
|
|
@@ -91,6 +97,12 @@ module Increase
|
|
|
91
97
|
# @return [String, nil]
|
|
92
98
|
required :transaction_id, String, nil?: true
|
|
93
99
|
|
|
100
|
+
# @!attribute transaction_identification
|
|
101
|
+
# The FedNow network identification of the transfer.
|
|
102
|
+
#
|
|
103
|
+
# @return [String, nil]
|
|
104
|
+
required :transaction_identification, String, nil?: true
|
|
105
|
+
|
|
94
106
|
# @!attribute type
|
|
95
107
|
# A constant representing the object's type. For this resource it will always be
|
|
96
108
|
# `inbound_fednow_transfer`.
|
|
@@ -112,7 +124,7 @@ module Increase
|
|
|
112
124
|
# @return [String, nil]
|
|
113
125
|
required :unstructured_remittance_information, String, nil?: true
|
|
114
126
|
|
|
115
|
-
# @!method initialize(id:, account_id:, account_number_id:, amount:, confirmation:, created_at:, creditor_name:, currency:, debtor_account_number:, debtor_name:, debtor_routing_number:, decline:, status:, transaction_id:, type:, unique_end_to_end_transaction_reference:, unstructured_remittance_information:)
|
|
127
|
+
# @!method initialize(id:, account_id:, account_number_id:, amount:, confirmation:, created_at:, creditor_name:, currency:, debtor_account_number:, debtor_name:, debtor_routing_number:, decline:, end_to_end_identification:, status:, transaction_id:, transaction_identification:, type:, unique_end_to_end_transaction_reference:, unstructured_remittance_information:)
|
|
116
128
|
# An Inbound FedNow Transfer is a FedNow transfer initiated outside of Increase to
|
|
117
129
|
# your account.
|
|
118
130
|
#
|
|
@@ -147,6 +159,9 @@ module Increase
|
|
|
147
159
|
# @param decline [Increase::Models::InboundFednowTransfer::Decline, nil]
|
|
148
160
|
# If your transfer is declined, this will contain details of the decline.
|
|
149
161
|
#
|
|
162
|
+
# @param end_to_end_identification [String, nil]
|
|
163
|
+
# A free-form reference string set by the sender, to help identify the transfer.
|
|
164
|
+
#
|
|
150
165
|
# @param status [Symbol, Increase::Models::InboundFednowTransfer::Status]
|
|
151
166
|
# The lifecycle status of the transfer.
|
|
152
167
|
#
|
|
@@ -154,6 +169,8 @@ module Increase
|
|
|
154
169
|
# The identifier of the Transaction object created when the transfer was
|
|
155
170
|
# confirmed.
|
|
156
171
|
#
|
|
172
|
+
# @param transaction_identification [String, nil] The FedNow network identification of the transfer.
|
|
173
|
+
#
|
|
157
174
|
# @param type [Symbol, Increase::Models::InboundFednowTransfer::Type]
|
|
158
175
|
# A constant representing the object's type. For this resource it will always be
|
|
159
176
|
# `inbound_fednow_transfer`.
|
|
@@ -18,9 +18,9 @@ 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.
|
|
22
|
-
#
|
|
23
|
-
#
|
|
21
|
+
# for example, this is cents. For a card authorization this is the amount still
|
|
22
|
+
# held: it decreases when the merchant reverses part of the authorization. The
|
|
23
|
+
# amount that settled is available on the resulting Transaction and on the Card
|
|
24
24
|
# Payment's `state.settled_amount`.
|
|
25
25
|
#
|
|
26
26
|
# @return [Integer]
|
|
@@ -111,9 +111,9 @@ module Increase
|
|
|
111
111
|
#
|
|
112
112
|
# @param amount [Integer]
|
|
113
113
|
# The Pending Transaction amount in the minor unit of its currency. For dollars,
|
|
114
|
-
# for example, this is cents.
|
|
115
|
-
#
|
|
116
|
-
#
|
|
114
|
+
# for example, this is cents. For a card authorization this is the amount still
|
|
115
|
+
# held: it decreases when the merchant reverses part of the authorization. The
|
|
116
|
+
# amount that settled is available on the resulting Transaction and on the Card
|
|
117
117
|
# Payment's `state.settled_amount`.
|
|
118
118
|
#
|
|
119
119
|
# @param completed_at [Time, nil]
|
|
@@ -892,6 +892,16 @@ module Increase
|
|
|
892
892
|
# @return [Integer, nil]
|
|
893
893
|
required :network_risk_score, Integer, nil?: true
|
|
894
894
|
|
|
895
|
+
# @!attribute original_card_payment_id
|
|
896
|
+
# The ID of the Card Payment containing the original authorization or card
|
|
897
|
+
# validation this transaction references. For a merchant-initiated transaction,
|
|
898
|
+
# this is the Card Payment from when the card was first stored, which is typically
|
|
899
|
+
# where the CVV2 was verified. The reference this is derived from is supplied by
|
|
900
|
+
# the merchant or their acquirer, so it is not guaranteed to be present.
|
|
901
|
+
#
|
|
902
|
+
# @return [String, nil]
|
|
903
|
+
required :original_card_payment_id, String, nil?: true
|
|
904
|
+
|
|
895
905
|
# @!attribute pending_transaction_id
|
|
896
906
|
# The identifier of the Pending Transaction associated with this Transaction.
|
|
897
907
|
#
|
|
@@ -960,7 +970,7 @@ module Increase
|
|
|
960
970
|
# @return [Increase::Models::PendingTransaction::Source::CardAuthorization::Verification]
|
|
961
971
|
required :verification, -> { Increase::PendingTransaction::Source::CardAuthorization::Verification }
|
|
962
972
|
|
|
963
|
-
# @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, digital_wallet_token_id:, direction:, expires_at:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, pending_transaction_id:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, scheme_fees:, terminal_id:, type:, verification:)
|
|
973
|
+
# @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, digital_wallet_token_id:, direction:, expires_at:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, original_card_payment_id:, pending_transaction_id:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, scheme_fees:, terminal_id:, type:, verification:)
|
|
964
974
|
# A Card Authorization object. This field will be present in the JSON response if
|
|
965
975
|
# and only if `category` is equal to `card_authorization`. Card Authorizations are
|
|
966
976
|
# temporary holds placed on a customer's funds with the intent to later clear a
|
|
@@ -1034,6 +1044,13 @@ module Increase
|
|
|
1034
1044
|
# Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the
|
|
1035
1045
|
# score is from 0 to 999, where 999 is the riskiest.
|
|
1036
1046
|
#
|
|
1047
|
+
# @param original_card_payment_id [String, nil]
|
|
1048
|
+
# The ID of the Card Payment containing the original authorization or card
|
|
1049
|
+
# validation this transaction references. For a merchant-initiated transaction,
|
|
1050
|
+
# this is the Card Payment from when the card was first stored, which is typically
|
|
1051
|
+
# where the CVV2 was verified. The reference this is derived from is supplied by
|
|
1052
|
+
# the merchant or their acquirer, so it is not guaranteed to be present.
|
|
1053
|
+
#
|
|
1037
1054
|
# @param pending_transaction_id [String, nil]
|
|
1038
1055
|
# The identifier of the Pending Transaction associated with this Transaction.
|
|
1039
1056
|
#
|
|
@@ -2794,7 +2811,7 @@ module Increase
|
|
|
2794
2811
|
# The Pending Transaction is still awaiting confirmation.
|
|
2795
2812
|
PENDING = :pending
|
|
2796
2813
|
|
|
2797
|
-
# 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
|
|
2814
|
+
# 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 the amount that was still held when it completed, which can differ from the amount of the associated Transaction.
|
|
2798
2815
|
COMPLETE = :complete
|
|
2799
2816
|
|
|
2800
2817
|
# @!method self.values
|
|
@@ -217,7 +217,7 @@ module Increase
|
|
|
217
217
|
# The Pending Transaction is still awaiting confirmation.
|
|
218
218
|
PENDING = :pending
|
|
219
219
|
|
|
220
|
-
# 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
|
|
220
|
+
# 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 the amount that was still held when it completed, which can differ from the amount of the associated Transaction.
|
|
221
221
|
COMPLETE = :complete
|
|
222
222
|
|
|
223
223
|
# @!method self.values
|
|
@@ -14,7 +14,8 @@ module Increase
|
|
|
14
14
|
required :card_id, String
|
|
15
15
|
|
|
16
16
|
# @!attribute cardholder
|
|
17
|
-
# Details about the cardholder, as it will appear on the physical card.
|
|
17
|
+
# Details about the cardholder, as it will appear on the physical card. The
|
|
18
|
+
# combined first name and last name cannot exceed 25 characters.
|
|
18
19
|
#
|
|
19
20
|
# @return [Increase::Models::PhysicalCardCreateParams::Cardholder]
|
|
20
21
|
required :cardholder, -> { Increase::PhysicalCardCreateParams::Cardholder }
|
|
@@ -36,7 +37,8 @@ module Increase
|
|
|
36
37
|
# @param card_id [String] The underlying card representing this physical card.
|
|
37
38
|
#
|
|
38
39
|
# @param cardholder [Increase::Models::PhysicalCardCreateParams::Cardholder]
|
|
39
|
-
# Details about the cardholder, as it will appear on the physical card.
|
|
40
|
+
# Details about the cardholder, as it will appear on the physical card. The
|
|
41
|
+
# combined first name and last name cannot exceed 25 characters.
|
|
40
42
|
#
|
|
41
43
|
# @param shipment [Increase::Models::PhysicalCardCreateParams::Shipment]
|
|
42
44
|
# The details used to ship this physical card.
|
|
@@ -61,7 +63,8 @@ module Increase
|
|
|
61
63
|
required :last_name, String
|
|
62
64
|
|
|
63
65
|
# @!method initialize(first_name:, last_name:)
|
|
64
|
-
# Details about the cardholder, as it will appear on the physical card.
|
|
66
|
+
# Details about the cardholder, as it will appear on the physical card. The
|
|
67
|
+
# combined first name and last name cannot exceed 25 characters.
|
|
65
68
|
#
|
|
66
69
|
# @param first_name [String] The cardholder's first name.
|
|
67
70
|
#
|
|
@@ -1094,6 +1094,16 @@ module Increase
|
|
|
1094
1094
|
# @return [Integer, nil]
|
|
1095
1095
|
required :network_risk_score, Integer, nil?: true
|
|
1096
1096
|
|
|
1097
|
+
# @!attribute original_card_payment_id
|
|
1098
|
+
# The identifier of the Card Payment containing the original authorization or card
|
|
1099
|
+
# validation this transaction references. For a merchant-initiated transaction,
|
|
1100
|
+
# this is the Card Payment from when the card was first stored, which is typically
|
|
1101
|
+
# where the CVV2 was verified. The reference this is derived from is supplied by
|
|
1102
|
+
# the merchant or their acquirer, so it is not guaranteed to be present.
|
|
1103
|
+
#
|
|
1104
|
+
# @return [String, nil]
|
|
1105
|
+
required :original_card_payment_id, String, nil?: true
|
|
1106
|
+
|
|
1097
1107
|
# @!attribute partial_approval_capability
|
|
1098
1108
|
# Whether or not the authorization supports partial approvals.
|
|
1099
1109
|
#
|
|
@@ -1171,7 +1181,7 @@ module Increase
|
|
|
1171
1181
|
# @return [Increase::Models::RealTimeDecision::CardAuthorization::Verification]
|
|
1172
1182
|
required :verification, -> { Increase::RealTimeDecision::CardAuthorization::Verification }
|
|
1173
1183
|
|
|
1174
|
-
# @!method initialize(account_id:, additional_amounts:, approval:, card_id:, decision:, decline:, digital_wallet_token_id:, direction:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, partial_approval_capability:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, request_details:, settlement_amount:, settlement_currency:, terminal_id:, upcoming_card_payment_id:, verification:)
|
|
1184
|
+
# @!method initialize(account_id:, additional_amounts:, approval:, card_id:, decision:, decline:, digital_wallet_token_id:, direction:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, original_card_payment_id:, partial_approval_capability:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, request_details:, settlement_amount:, settlement_currency:, terminal_id:, upcoming_card_payment_id:, verification:)
|
|
1175
1185
|
# Fields related to a card authorization.
|
|
1176
1186
|
#
|
|
1177
1187
|
# @param account_id [String] The identifier of the Account the authorization will debit.
|
|
@@ -1237,6 +1247,13 @@ module Increase
|
|
|
1237
1247
|
# Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the
|
|
1238
1248
|
# score is from 0 to 999, where 999 is the riskiest.
|
|
1239
1249
|
#
|
|
1250
|
+
# @param original_card_payment_id [String, nil]
|
|
1251
|
+
# The identifier of the Card Payment containing the original authorization or card
|
|
1252
|
+
# validation this transaction references. For a merchant-initiated transaction,
|
|
1253
|
+
# this is the Card Payment from when the card was first stored, which is typically
|
|
1254
|
+
# where the CVV2 was verified. The reference this is derived from is supplied by
|
|
1255
|
+
# the merchant or their acquirer, so it is not guaranteed to be present.
|
|
1256
|
+
#
|
|
1240
1257
|
# @param partial_approval_capability [Symbol, Increase::Models::RealTimeDecision::CardAuthorization::PartialApprovalCapability]
|
|
1241
1258
|
# Whether or not the authorization supports partial approvals.
|
|
1242
1259
|
#
|
|
@@ -97,6 +97,13 @@ module Increase
|
|
|
97
97
|
# @return [String, nil]
|
|
98
98
|
required :idempotency_key, String, nil?: true
|
|
99
99
|
|
|
100
|
+
# @!attribute inbound_real_time_payments_request_for_payment_id
|
|
101
|
+
# The identifier of the Inbound Real-Time Payments Request for Payment this
|
|
102
|
+
# transfer was sent in response to, if any.
|
|
103
|
+
#
|
|
104
|
+
# @return [String, nil]
|
|
105
|
+
required :inbound_real_time_payments_request_for_payment_id, String, nil?: true
|
|
106
|
+
|
|
100
107
|
# @!attribute pending_transaction_id
|
|
101
108
|
# The ID for the pending transaction representing the transfer. A pending
|
|
102
109
|
# transaction is created when the transfer
|
|
@@ -172,7 +179,7 @@ module Increase
|
|
|
172
179
|
# @return [String]
|
|
173
180
|
required :unstructured_remittance_information, String
|
|
174
181
|
|
|
175
|
-
# @!method initialize(id:, account_id:, account_number:, acknowledgement:, amount:, approval:, cancellation:, created_at:, created_by:, creditor_name:, currency:, debtor_name:, external_account_id:, idempotency_key:, pending_transaction_id:, rejection:, routing_number:, source_account_number_id:, status:, submission:, transaction_id:, type:, ultimate_creditor_name:, ultimate_debtor_name:, unstructured_remittance_information:)
|
|
182
|
+
# @!method initialize(id:, account_id:, account_number:, acknowledgement:, amount:, approval:, cancellation:, created_at:, created_by:, creditor_name:, currency:, debtor_name:, external_account_id:, idempotency_key:, inbound_real_time_payments_request_for_payment_id:, pending_transaction_id:, rejection:, routing_number:, source_account_number_id:, status:, submission:, transaction_id:, type:, ultimate_creditor_name:, ultimate_debtor_name:, unstructured_remittance_information:)
|
|
176
183
|
# Real-Time Payments transfers move funds, within seconds, between your Increase
|
|
177
184
|
# account and any other account on the Real-Time Payments network.
|
|
178
185
|
#
|
|
@@ -223,6 +230,10 @@ module Increase
|
|
|
223
230
|
# Increase and is used to ensure that a request is only processed once. Learn more
|
|
224
231
|
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
225
232
|
#
|
|
233
|
+
# @param inbound_real_time_payments_request_for_payment_id [String, nil]
|
|
234
|
+
# The identifier of the Inbound Real-Time Payments Request for Payment this
|
|
235
|
+
# transfer was sent in response to, if any.
|
|
236
|
+
#
|
|
226
237
|
# @param pending_transaction_id [String, nil]
|
|
227
238
|
# The ID for the pending transaction representing the transfer. A pending
|
|
228
239
|
# transaction is created when the transfer
|
|
@@ -502,61 +513,61 @@ module Increase
|
|
|
502
513
|
module RejectReasonCode
|
|
503
514
|
extend Increase::Internal::Type::Enum
|
|
504
515
|
|
|
505
|
-
# The destination account is closed. Corresponds to the Real-Time Payments reason code
|
|
516
|
+
# The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
|
|
506
517
|
ACCOUNT_CLOSED = :account_closed
|
|
507
518
|
|
|
508
|
-
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code
|
|
519
|
+
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
|
|
509
520
|
ACCOUNT_BLOCKED = :account_blocked
|
|
510
521
|
|
|
511
|
-
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code
|
|
522
|
+
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
|
|
512
523
|
INVALID_CREDITOR_ACCOUNT_TYPE = :invalid_creditor_account_type
|
|
513
524
|
|
|
514
|
-
# The destination account does not exist. Corresponds to the Real-Time Payments reason code
|
|
525
|
+
# The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
|
|
515
526
|
INVALID_CREDITOR_ACCOUNT_NUMBER = :invalid_creditor_account_number
|
|
516
527
|
|
|
517
|
-
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code
|
|
528
|
+
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
|
|
518
529
|
INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER = :invalid_creditor_financial_institution_identifier
|
|
519
530
|
|
|
520
|
-
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code
|
|
531
|
+
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
|
|
521
532
|
END_CUSTOMER_DECEASED = :end_customer_deceased
|
|
522
533
|
|
|
523
534
|
# The reason is provided as narrative information in the additional information field.
|
|
524
535
|
NARRATIVE = :narrative
|
|
525
536
|
|
|
526
|
-
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code
|
|
537
|
+
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
|
|
527
538
|
TRANSACTION_FORBIDDEN = :transaction_forbidden
|
|
528
539
|
|
|
529
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
540
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
|
|
530
541
|
TRANSACTION_TYPE_NOT_SUPPORTED = :transaction_type_not_supported
|
|
531
542
|
|
|
532
|
-
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code
|
|
543
|
+
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
|
|
533
544
|
UNEXPECTED_AMOUNT = :unexpected_amount
|
|
534
545
|
|
|
535
|
-
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code
|
|
546
|
+
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
|
|
536
547
|
AMOUNT_EXCEEDS_BANK_LIMITS = :amount_exceeds_bank_limits
|
|
537
548
|
|
|
538
|
-
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
549
|
+
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
|
|
539
550
|
INVALID_CREDITOR_ADDRESS = :invalid_creditor_address
|
|
540
551
|
|
|
541
|
-
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code
|
|
552
|
+
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
|
|
542
553
|
UNKNOWN_END_CUSTOMER = :unknown_end_customer
|
|
543
554
|
|
|
544
|
-
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
555
|
+
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
|
|
545
556
|
INVALID_DEBTOR_ADDRESS = :invalid_debtor_address
|
|
546
557
|
|
|
547
|
-
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code
|
|
558
|
+
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
|
|
548
559
|
TIMEOUT = :timeout
|
|
549
560
|
|
|
550
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
561
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
|
|
551
562
|
UNSUPPORTED_MESSAGE_FOR_RECIPIENT = :unsupported_message_for_recipient
|
|
552
563
|
|
|
553
|
-
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
564
|
+
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
|
|
554
565
|
RECIPIENT_CONNECTION_NOT_AVAILABLE = :recipient_connection_not_available
|
|
555
566
|
|
|
556
|
-
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code
|
|
567
|
+
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
|
|
557
568
|
REAL_TIME_PAYMENTS_SUSPENDED = :real_time_payments_suspended
|
|
558
569
|
|
|
559
|
-
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
570
|
+
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
|
|
560
571
|
INSTRUCTED_AGENT_SIGNED_OFF = :instructed_agent_signed_off
|
|
561
572
|
|
|
562
573
|
# The transfer was rejected due to an internal Increase issue. We have been notified.
|
|
@@ -52,6 +52,13 @@ module Increase
|
|
|
52
52
|
# @return [String, nil]
|
|
53
53
|
optional :external_account_id, String
|
|
54
54
|
|
|
55
|
+
# @!attribute inbound_real_time_payments_request_for_payment_id
|
|
56
|
+
# The ID of an Inbound Real-Time Payments Request for Payment in response to which
|
|
57
|
+
# this transfer is being sent.
|
|
58
|
+
#
|
|
59
|
+
# @return [String, nil]
|
|
60
|
+
optional :inbound_real_time_payments_request_for_payment_id, String
|
|
61
|
+
|
|
55
62
|
# @!attribute require_approval
|
|
56
63
|
# Whether the transfer requires explicit approval via the dashboard or API.
|
|
57
64
|
#
|
|
@@ -79,7 +86,7 @@ module Increase
|
|
|
79
86
|
# @return [String, nil]
|
|
80
87
|
optional :ultimate_debtor_name, String
|
|
81
88
|
|
|
82
|
-
# @!method initialize(amount:, creditor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, debtor_name: nil, external_account_id: nil, require_approval: nil, routing_number: nil, ultimate_creditor_name: nil, ultimate_debtor_name: nil, request_options: {})
|
|
89
|
+
# @!method initialize(amount:, creditor_name:, source_account_number_id:, unstructured_remittance_information:, account_number: nil, debtor_name: nil, external_account_id: nil, inbound_real_time_payments_request_for_payment_id: nil, require_approval: nil, routing_number: nil, ultimate_creditor_name: nil, ultimate_debtor_name: nil, request_options: {})
|
|
83
90
|
# @param amount [Integer]
|
|
84
91
|
# The transfer amount in USD cents. For Real-Time Payments transfers, must be
|
|
85
92
|
# positive.
|
|
@@ -102,6 +109,10 @@ module Increase
|
|
|
102
109
|
# The ID of an External Account to initiate a transfer to. If this parameter is
|
|
103
110
|
# provided, `account_number` and `routing_number` must be absent.
|
|
104
111
|
#
|
|
112
|
+
# @param inbound_real_time_payments_request_for_payment_id [String]
|
|
113
|
+
# The ID of an Inbound Real-Time Payments Request for Payment in response to which
|
|
114
|
+
# this transfer is being sent.
|
|
115
|
+
#
|
|
105
116
|
# @param require_approval [Boolean]
|
|
106
117
|
# Whether the transfer requires explicit approval via the dashboard or API.
|
|
107
118
|
#
|