increase 1.346.1 → 1.348.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.rb +3 -0
- data/lib/increase/models/account_list_params.rb +4 -0
- data/lib/increase/models/account_number_list_params.rb +4 -0
- data/lib/increase/models/account_statement_list_params.rb +4 -0
- data/lib/increase/models/account_transfer_list_params.rb +4 -0
- data/lib/increase/models/ach_prenotification_create_params.rb +14 -2
- data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
- data/lib/increase/models/ach_transfer.rb +2 -2
- data/lib/increase/models/ach_transfer_create_params.rb +7 -24
- data/lib/increase/models/ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/balance_lookup.rb +49 -1
- data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
- data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
- data/lib/increase/models/beneficial_owner_update_params.rb +21 -2
- 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 +5 -1
- data/lib/increase/models/card_list_params.rb +4 -0
- data/lib/increase/models/card_payment.rb +18 -1
- data/lib/increase/models/card_payment_list_params.rb +4 -0
- data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
- data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
- data/lib/increase/models/card_token_list_params.rb +4 -0
- data/lib/increase/models/card_validation_list_params.rb +4 -0
- data/lib/increase/models/check_deposit_list_params.rb +4 -0
- data/lib/increase/models/check_transfer.rb +15 -3
- data/lib/increase/models/check_transfer_create_params.rb +27 -15
- data/lib/increase/models/check_transfer_list_params.rb +4 -0
- data/lib/increase/models/declined_transaction_list_params.rb +4 -0
- data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
- data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
- data/lib/increase/models/entity.rb +22 -4
- data/lib/increase/models/entity_create_params.rb +75 -12
- data/lib/increase/models/entity_list_params.rb +4 -0
- data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
- data/lib/increase/models/entity_update_params.rb +778 -3
- data/lib/increase/models/event.rb +15 -0
- data/lib/increase/models/event_list_params.rb +25 -0
- data/lib/increase/models/event_subscription.rb +15 -0
- data/lib/increase/models/event_subscription_create_params.rb +15 -0
- data/lib/increase/models/event_subscription_list_params.rb +4 -0
- data/lib/increase/models/export_list_params.rb +4 -0
- data/lib/increase/models/external_account_create_params.rb +9 -3
- data/lib/increase/models/external_account_list_params.rb +4 -0
- data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/file.rb +9 -8
- data/lib/increase/models/file_create_params.rb +8 -2
- data/lib/increase/models/file_list_params.rb +6 -2
- data/lib/increase/models/inbound_ach_transfer.rb +6 -6
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_check_deposit.rb +14 -1
- data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
- data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
- data/lib/increase/models/lockbox_address_list_params.rb +4 -0
- data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
- data/lib/increase/models/oauth_application_list_params.rb +4 -0
- data/lib/increase/models/oauth_connection_list_params.rb +4 -0
- data/lib/increase/models/pending_transaction.rb +18 -1
- data/lib/increase/models/pending_transaction_list_params.rb +4 -0
- data/lib/increase/models/physical_card_list_params.rb +4 -0
- data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
- data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
- data/lib/increase/models/program.rb +3 -0
- data/lib/increase/models/program_list_params.rb +4 -0
- 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/real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_response.rb +27 -1
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
- data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
- data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
- data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
- data/lib/increase/models/simulations/program_create_params.rb +3 -0
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
- data/lib/increase/models/supplemental_document_list_params.rb +4 -0
- data/lib/increase/models/swift_transfer_list_params.rb +4 -0
- data/lib/increase/models/transaction_list_params.rb +4 -0
- data/lib/increase/models/unwrap_webhook_event.rb +15 -0
- data/lib/increase/models/wire_drawdown_request.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/wire_transfer_create_params.rb +100 -42
- data/lib/increase/models/wire_transfer_list_params.rb +4 -0
- data/lib/increase/resources/account_numbers.rb +2 -0
- data/lib/increase/resources/account_statements.rb +2 -0
- data/lib/increase/resources/account_transfers.rb +2 -0
- data/lib/increase/resources/accounts.rb +2 -0
- data/lib/increase/resources/ach_prenotifications.rb +7 -1
- data/lib/increase/resources/ach_transfers.rb +5 -4
- data/lib/increase/resources/beneficial_owners.rb +5 -1
- data/lib/increase/resources/card_disputes.rb +2 -0
- data/lib/increase/resources/card_payments.rb +2 -0
- data/lib/increase/resources/card_purchase_supplements.rb +2 -0
- data/lib/increase/resources/card_push_transfers.rb +2 -0
- data/lib/increase/resources/card_tokens.rb +2 -0
- data/lib/increase/resources/card_validations.rb +2 -0
- data/lib/increase/resources/cards.rb +7 -1
- data/lib/increase/resources/check_deposits.rb +2 -0
- data/lib/increase/resources/check_transfers.rb +6 -1
- data/lib/increase/resources/declined_transactions.rb +2 -0
- data/lib/increase/resources/digital_card_profiles.rb +2 -0
- data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
- data/lib/increase/resources/entities.rb +2 -0
- data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
- data/lib/increase/resources/event_subscriptions.rb +2 -0
- data/lib/increase/resources/events.rb +2 -0
- data/lib/increase/resources/exports.rb +2 -0
- data/lib/increase/resources/external_accounts.rb +5 -1
- data/lib/increase/resources/fednow_transfers.rb +2 -0
- data/lib/increase/resources/files.rb +4 -0
- data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
- data/lib/increase/resources/inbound_check_deposits.rb +2 -0
- data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
- data/lib/increase/resources/inbound_mail_items.rb +2 -0
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
- data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
- data/lib/increase/resources/intrafi_exclusions.rb +2 -0
- data/lib/increase/resources/lockbox_addresses.rb +2 -0
- data/lib/increase/resources/lockbox_recipients.rb +2 -0
- data/lib/increase/resources/oauth_applications.rb +2 -0
- data/lib/increase/resources/oauth_connections.rb +2 -0
- data/lib/increase/resources/pending_transactions.rb +2 -0
- data/lib/increase/resources/physical_card_profiles.rb +9 -2
- data/lib/increase/resources/physical_cards.rb +2 -0
- data/lib/increase/resources/programs.rb +2 -0
- data/lib/increase/resources/real_time_payments_transfers.rb +7 -1
- data/lib/increase/resources/routing_numbers.rb +2 -0
- data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
- data/lib/increase/resources/simulations/check_deposits.rb +3 -2
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
- data/lib/increase/resources/supplemental_documents.rb +2 -0
- data/lib/increase/resources/swift_transfers.rb +2 -0
- data/lib/increase/resources/transactions.rb +2 -0
- data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/wire_transfers.rb +2 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account.rbi +4 -0
- data/rbi/increase/models/account_list_params.rbi +4 -0
- data/rbi/increase/models/account_number_list_params.rbi +4 -0
- data/rbi/increase/models/account_statement_list_params.rbi +4 -0
- data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/ach_prenotification_create_params.rbi +14 -2
- data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
- data/rbi/increase/models/ach_transfer.rbi +2 -2
- data/rbi/increase/models/ach_transfer_create_params.rbi +6 -59
- data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/balance_lookup.rbi +48 -0
- data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
- data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +21 -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 +5 -1
- data/rbi/increase/models/card_list_params.rbi +4 -0
- data/rbi/increase/models/card_payment.rbi +16 -0
- data/rbi/increase/models/card_payment_list_params.rbi +4 -0
- data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
- data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/card_token_list_params.rbi +4 -0
- data/rbi/increase/models/card_validation_list_params.rbi +4 -0
- data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/check_transfer.rbi +17 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +28 -14
- data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
- data/rbi/increase/models/entity.rbi +61 -3
- data/rbi/increase/models/entity_create_params.rbi +63 -6
- data/rbi/increase/models/entity_list_params.rbi +4 -0
- data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
- data/rbi/increase/models/entity_update_params.rbi +1346 -3
- data/rbi/increase/models/event.rbi +35 -0
- data/rbi/increase/models/event_list_params.rbi +45 -0
- data/rbi/increase/models/event_subscription.rbi +35 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +35 -0
- data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
- data/rbi/increase/models/export_list_params.rbi +4 -0
- data/rbi/increase/models/external_account_create_params.rbi +9 -3
- data/rbi/increase/models/external_account_list_params.rbi +4 -0
- data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/file.rbi +9 -8
- data/rbi/increase/models/file_create_params.rbi +8 -2
- data/rbi/increase/models/file_list_params.rbi +6 -2
- data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
- data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
- data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
- data/rbi/increase/models/pending_transaction.rbi +16 -0
- data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
- data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/program.rbi +4 -0
- data/rbi/increase/models/program_list_params.rbi +4 -0
- 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/real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_response.rbi +52 -0
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
- data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
- data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
- data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
- data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
- data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
- data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
- data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
- data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/transaction_list_params.rbi +4 -0
- data/rbi/increase/models/unwrap_webhook_event.rbi +35 -0
- data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/wire_transfer_create_params.rbi +150 -62
- data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/resources/account_numbers.rbi +2 -0
- data/rbi/increase/resources/account_statements.rbi +2 -0
- data/rbi/increase/resources/account_transfers.rbi +2 -0
- data/rbi/increase/resources/accounts.rbi +2 -0
- data/rbi/increase/resources/ach_prenotifications.rbi +7 -1
- data/rbi/increase/resources/ach_transfers.rbi +4 -4
- data/rbi/increase/resources/beneficial_owners.rbi +5 -0
- data/rbi/increase/resources/card_disputes.rbi +2 -0
- data/rbi/increase/resources/card_payments.rbi +2 -0
- data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
- data/rbi/increase/resources/card_push_transfers.rbi +2 -0
- data/rbi/increase/resources/card_tokens.rbi +2 -0
- data/rbi/increase/resources/card_validations.rbi +2 -0
- data/rbi/increase/resources/cards.rbi +6 -0
- data/rbi/increase/resources/check_deposits.rbi +2 -0
- data/rbi/increase/resources/check_transfers.rbi +6 -1
- data/rbi/increase/resources/declined_transactions.rbi +2 -0
- data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
- data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
- data/rbi/increase/resources/entities.rbi +2 -0
- data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
- data/rbi/increase/resources/event_subscriptions.rbi +2 -0
- data/rbi/increase/resources/events.rbi +2 -0
- data/rbi/increase/resources/exports.rbi +2 -0
- data/rbi/increase/resources/external_accounts.rbi +5 -1
- data/rbi/increase/resources/fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/files.rbi +4 -0
- data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
- data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
- data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
- data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
- data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
- data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
- data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
- data/rbi/increase/resources/oauth_applications.rbi +2 -0
- data/rbi/increase/resources/oauth_connections.rbi +2 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -0
- data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
- data/rbi/increase/resources/physical_cards.rbi +2 -0
- data/rbi/increase/resources/programs.rbi +2 -0
- data/rbi/increase/resources/real_time_payments_transfers.rbi +6 -0
- data/rbi/increase/resources/routing_numbers.rbi +2 -0
- data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
- data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
- data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
- data/rbi/increase/resources/supplemental_documents.rbi +2 -0
- data/rbi/increase/resources/swift_transfers.rbi +2 -0
- data/rbi/increase/resources/transactions.rbi +2 -0
- data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/wire_transfers.rbi +2 -0
- data/sig/increase/models/account.rbs +5 -1
- 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 +11 -2
- data/sig/increase/models/check_transfer_create_params.rbs +9 -2
- data/sig/increase/models/entity.rbs +21 -4
- data/sig/increase/models/entity_update_params.rbs +585 -3
- data/sig/increase/models/event.rbs +20 -0
- data/sig/increase/models/event_list_params.rbs +20 -0
- data/sig/increase/models/event_subscription.rbs +20 -0
- data/sig/increase/models/event_subscription_create_params.rbs +20 -0
- data/sig/increase/models/file.rbs +2 -2
- data/sig/increase/models/file_create_params.rbs +2 -2
- data/sig/increase/models/file_list_params.rbs +2 -2
- data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
- data/sig/increase/models/inbound_check_deposit.rbs +5 -0
- data/sig/increase/models/pending_transaction.rbs +5 -0
- data/sig/increase/models/program.rbs +5 -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/routing_number_list_response.rbs +19 -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/program_create_params.rbs +5 -1
- data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
- data/sig/increase/models/unwrap_webhook_event.rbs +20 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +80 -26
- 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
|
@@ -46,7 +46,8 @@ module Increase
|
|
|
46
46
|
request_options: Increase::RequestOptions
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
type bank =
|
|
49
|
+
type bank =
|
|
50
|
+
:core_bank | :first_internet_bank | :grasshopper_bank | :increase_bank
|
|
50
51
|
|
|
51
52
|
module Bank
|
|
52
53
|
extend Increase::Internal::Type::Enum
|
|
@@ -60,6 +61,9 @@ module Increase
|
|
|
60
61
|
# Grasshopper Bank
|
|
61
62
|
GRASSHOPPER_BANK: :grasshopper_bank
|
|
62
63
|
|
|
64
|
+
# Increase Bank
|
|
65
|
+
INCREASE_BANK: :increase_bank
|
|
66
|
+
|
|
63
67
|
def self?.values: -> ::Array[Increase::Models::Simulations::ProgramCreateParams::bank]
|
|
64
68
|
end
|
|
65
69
|
end
|
|
@@ -74,61 +74,61 @@ module Increase
|
|
|
74
74
|
module RejectReasonCode
|
|
75
75
|
extend Increase::Internal::Type::Enum
|
|
76
76
|
|
|
77
|
-
# The destination account is closed. Corresponds to the Real-Time Payments reason code
|
|
77
|
+
# The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
|
|
78
78
|
ACCOUNT_CLOSED: :account_closed
|
|
79
79
|
|
|
80
|
-
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code
|
|
80
|
+
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
|
|
81
81
|
ACCOUNT_BLOCKED: :account_blocked
|
|
82
82
|
|
|
83
|
-
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code
|
|
83
|
+
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
|
|
84
84
|
INVALID_CREDITOR_ACCOUNT_TYPE: :invalid_creditor_account_type
|
|
85
85
|
|
|
86
|
-
# The destination account does not exist. Corresponds to the Real-Time Payments reason code
|
|
86
|
+
# The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
|
|
87
87
|
INVALID_CREDITOR_ACCOUNT_NUMBER: :invalid_creditor_account_number
|
|
88
88
|
|
|
89
|
-
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code
|
|
89
|
+
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
|
|
90
90
|
INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER: :invalid_creditor_financial_institution_identifier
|
|
91
91
|
|
|
92
|
-
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code
|
|
92
|
+
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
|
|
93
93
|
END_CUSTOMER_DECEASED: :end_customer_deceased
|
|
94
94
|
|
|
95
95
|
# The reason is provided as narrative information in the additional information field.
|
|
96
96
|
NARRATIVE: :narrative
|
|
97
97
|
|
|
98
|
-
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code
|
|
98
|
+
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
|
|
99
99
|
TRANSACTION_FORBIDDEN: :transaction_forbidden
|
|
100
100
|
|
|
101
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
101
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
|
|
102
102
|
TRANSACTION_TYPE_NOT_SUPPORTED: :transaction_type_not_supported
|
|
103
103
|
|
|
104
|
-
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code
|
|
104
|
+
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
|
|
105
105
|
UNEXPECTED_AMOUNT: :unexpected_amount
|
|
106
106
|
|
|
107
|
-
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code
|
|
107
|
+
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
|
|
108
108
|
AMOUNT_EXCEEDS_BANK_LIMITS: :amount_exceeds_bank_limits
|
|
109
109
|
|
|
110
|
-
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
110
|
+
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
|
|
111
111
|
INVALID_CREDITOR_ADDRESS: :invalid_creditor_address
|
|
112
112
|
|
|
113
|
-
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code
|
|
113
|
+
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
|
|
114
114
|
UNKNOWN_END_CUSTOMER: :unknown_end_customer
|
|
115
115
|
|
|
116
|
-
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
116
|
+
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
|
|
117
117
|
INVALID_DEBTOR_ADDRESS: :invalid_debtor_address
|
|
118
118
|
|
|
119
|
-
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code
|
|
119
|
+
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
|
|
120
120
|
TIMEOUT: :timeout
|
|
121
121
|
|
|
122
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
122
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
|
|
123
123
|
UNSUPPORTED_MESSAGE_FOR_RECIPIENT: :unsupported_message_for_recipient
|
|
124
124
|
|
|
125
|
-
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
125
|
+
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
|
|
126
126
|
RECIPIENT_CONNECTION_NOT_AVAILABLE: :recipient_connection_not_available
|
|
127
127
|
|
|
128
|
-
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code
|
|
128
|
+
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
|
|
129
129
|
REAL_TIME_PAYMENTS_SUSPENDED: :real_time_payments_suspended
|
|
130
130
|
|
|
131
|
-
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
131
|
+
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
|
|
132
132
|
INSTRUCTED_AGENT_SIGNED_OFF: :instructed_agent_signed_off
|
|
133
133
|
|
|
134
134
|
# The transfer was rejected due to an internal Increase issue. We have been notified.
|
|
@@ -110,6 +110,8 @@ module Increase
|
|
|
110
110
|
| :"inbound_wire_drawdown_request.created"
|
|
111
111
|
| :"inbound_wire_transfer.created"
|
|
112
112
|
| :"inbound_wire_transfer.updated"
|
|
113
|
+
| :"interest_rate_plan.created"
|
|
114
|
+
| :"interest_rate_plan.updated"
|
|
113
115
|
| :"intrafi_account_enrollment.created"
|
|
114
116
|
| :"intrafi_account_enrollment.updated"
|
|
115
117
|
| :"intrafi_exclusion.created"
|
|
@@ -117,11 +119,14 @@ module Increase
|
|
|
117
119
|
| :"loan_application.created"
|
|
118
120
|
| :"loan_application.updated"
|
|
119
121
|
| :"loan_distribution.created"
|
|
122
|
+
| :"loan_obligation.created"
|
|
120
123
|
| :"loan_offer.created"
|
|
121
124
|
| :"loan_offer.updated"
|
|
122
125
|
| :"loan_purchase.created"
|
|
123
126
|
| :"lockbox.created"
|
|
124
127
|
| :"lockbox.updated"
|
|
128
|
+
| :"lockbox_address.created"
|
|
129
|
+
| :"lockbox_address.updated"
|
|
125
130
|
| :"oauth_connection.created"
|
|
126
131
|
| :"oauth_connection.deactivated"
|
|
127
132
|
| :"card_push_transfer.created"
|
|
@@ -367,6 +372,12 @@ module Increase
|
|
|
367
372
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
368
373
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
369
374
|
|
|
375
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
376
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
377
|
+
|
|
378
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
379
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
380
|
+
|
|
370
381
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
371
382
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
372
383
|
|
|
@@ -388,6 +399,9 @@ module Increase
|
|
|
388
399
|
# Occurs whenever a Loan Distribution is created.
|
|
389
400
|
LOAN_DISTRIBUTION_CREATED: :"loan_distribution.created"
|
|
390
401
|
|
|
402
|
+
# Occurs whenever a Loan Obligation is created.
|
|
403
|
+
LOAN_OBLIGATION_CREATED: :"loan_obligation.created"
|
|
404
|
+
|
|
391
405
|
# Occurs whenever a Loan Offer is created.
|
|
392
406
|
LOAN_OFFER_CREATED: :"loan_offer.created"
|
|
393
407
|
|
|
@@ -403,6 +417,12 @@ module Increase
|
|
|
403
417
|
# Occurs whenever a Lockbox is updated.
|
|
404
418
|
LOCKBOX_UPDATED: :"lockbox.updated"
|
|
405
419
|
|
|
420
|
+
# Occurs whenever a Lockbox Address is created.
|
|
421
|
+
LOCKBOX_ADDRESS_CREATED: :"lockbox_address.created"
|
|
422
|
+
|
|
423
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
424
|
+
LOCKBOX_ADDRESS_UPDATED: :"lockbox_address.updated"
|
|
425
|
+
|
|
406
426
|
# Occurs whenever an OAuth Connection is created.
|
|
407
427
|
OAUTH_CONNECTION_CREATED: :"oauth_connection.created"
|
|
408
428
|
|
|
@@ -115,44 +115,71 @@ module Increase
|
|
|
115
115
|
|
|
116
116
|
type address =
|
|
117
117
|
{
|
|
118
|
-
|
|
118
|
+
structured: Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
class Address < Increase::Internal::Type::BaseModel
|
|
122
|
-
|
|
122
|
+
attr_reader structured: Increase::WireTransferCreateParams::Creditor::Address::Structured?
|
|
123
|
+
|
|
124
|
+
def structured=: (
|
|
125
|
+
Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
126
|
+
) -> Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
123
127
|
|
|
124
128
|
def initialize: (
|
|
125
|
-
|
|
129
|
+
?structured: Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
126
130
|
) -> void
|
|
127
131
|
|
|
128
132
|
def to_hash: -> {
|
|
129
|
-
|
|
133
|
+
structured: Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
130
134
|
}
|
|
131
135
|
|
|
132
|
-
type
|
|
133
|
-
{
|
|
136
|
+
type structured =
|
|
137
|
+
{
|
|
138
|
+
city: String,
|
|
139
|
+
country: String,
|
|
140
|
+
:line1 => String,
|
|
141
|
+
:line2 => String,
|
|
142
|
+
postal_code: String,
|
|
143
|
+
state: String
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
147
|
+
attr_accessor city: String
|
|
134
148
|
|
|
135
|
-
|
|
136
|
-
|
|
149
|
+
attr_accessor country: String
|
|
150
|
+
|
|
151
|
+
attr_reader line1: String?
|
|
152
|
+
|
|
153
|
+
def line1=: (String) -> String
|
|
137
154
|
|
|
138
155
|
attr_reader line2: String?
|
|
139
156
|
|
|
140
157
|
def line2=: (String) -> String
|
|
141
158
|
|
|
142
|
-
attr_reader
|
|
159
|
+
attr_reader postal_code: String?
|
|
160
|
+
|
|
161
|
+
def postal_code=: (String) -> String
|
|
162
|
+
|
|
163
|
+
attr_reader state: String?
|
|
143
164
|
|
|
144
|
-
def
|
|
165
|
+
def state=: (String) -> String
|
|
145
166
|
|
|
146
167
|
def initialize: (
|
|
147
|
-
|
|
168
|
+
city: String,
|
|
169
|
+
country: String,
|
|
170
|
+
?line1: String,
|
|
148
171
|
?line2: String,
|
|
149
|
-
?
|
|
172
|
+
?postal_code: String,
|
|
173
|
+
?state: String
|
|
150
174
|
) -> void
|
|
151
175
|
|
|
152
176
|
def to_hash: -> {
|
|
177
|
+
city: String,
|
|
178
|
+
country: String,
|
|
153
179
|
:line1 => String,
|
|
154
180
|
:line2 => String,
|
|
155
|
-
:
|
|
181
|
+
postal_code: String,
|
|
182
|
+
state: String
|
|
156
183
|
}
|
|
157
184
|
end
|
|
158
185
|
end
|
|
@@ -267,44 +294,71 @@ module Increase
|
|
|
267
294
|
|
|
268
295
|
type address =
|
|
269
296
|
{
|
|
270
|
-
|
|
297
|
+
structured: Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
271
298
|
}
|
|
272
299
|
|
|
273
300
|
class Address < Increase::Internal::Type::BaseModel
|
|
274
|
-
|
|
301
|
+
attr_reader structured: Increase::WireTransferCreateParams::Debtor::Address::Structured?
|
|
302
|
+
|
|
303
|
+
def structured=: (
|
|
304
|
+
Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
305
|
+
) -> Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
275
306
|
|
|
276
307
|
def initialize: (
|
|
277
|
-
|
|
308
|
+
?structured: Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
278
309
|
) -> void
|
|
279
310
|
|
|
280
311
|
def to_hash: -> {
|
|
281
|
-
|
|
312
|
+
structured: Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
282
313
|
}
|
|
283
314
|
|
|
284
|
-
type
|
|
285
|
-
{
|
|
315
|
+
type structured =
|
|
316
|
+
{
|
|
317
|
+
city: String,
|
|
318
|
+
country: String,
|
|
319
|
+
:line1 => String,
|
|
320
|
+
:line2 => String,
|
|
321
|
+
postal_code: String,
|
|
322
|
+
state: String
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
326
|
+
attr_accessor city: String
|
|
286
327
|
|
|
287
|
-
|
|
288
|
-
|
|
328
|
+
attr_accessor country: String
|
|
329
|
+
|
|
330
|
+
attr_reader line1: String?
|
|
331
|
+
|
|
332
|
+
def line1=: (String) -> String
|
|
289
333
|
|
|
290
334
|
attr_reader line2: String?
|
|
291
335
|
|
|
292
336
|
def line2=: (String) -> String
|
|
293
337
|
|
|
294
|
-
attr_reader
|
|
338
|
+
attr_reader postal_code: String?
|
|
339
|
+
|
|
340
|
+
def postal_code=: (String) -> String
|
|
341
|
+
|
|
342
|
+
attr_reader state: String?
|
|
295
343
|
|
|
296
|
-
def
|
|
344
|
+
def state=: (String) -> String
|
|
297
345
|
|
|
298
346
|
def initialize: (
|
|
299
|
-
|
|
347
|
+
city: String,
|
|
348
|
+
country: String,
|
|
349
|
+
?line1: String,
|
|
300
350
|
?line2: String,
|
|
301
|
-
?
|
|
351
|
+
?postal_code: String,
|
|
352
|
+
?state: String
|
|
302
353
|
) -> void
|
|
303
354
|
|
|
304
355
|
def to_hash: -> {
|
|
356
|
+
city: String,
|
|
357
|
+
country: String,
|
|
305
358
|
:line1 => String,
|
|
306
359
|
:line2 => String,
|
|
307
|
-
:
|
|
360
|
+
postal_code: String,
|
|
361
|
+
state: String
|
|
308
362
|
}
|
|
309
363
|
end
|
|
310
364
|
end
|
|
@@ -20,7 +20,6 @@ module Increase
|
|
|
20
20
|
?require_approval: bool,
|
|
21
21
|
?routing_number: String,
|
|
22
22
|
?standard_entry_class_code: Increase::Models::ACHTransferCreateParams::standard_entry_class_code,
|
|
23
|
-
?transaction_timing: Increase::Models::ACHTransferCreateParams::transaction_timing,
|
|
24
23
|
?request_options: Increase::request_opts
|
|
25
24
|
) -> Increase::ACHTransfer
|
|
26
25
|
|
|
@@ -18,6 +18,7 @@ module Increase
|
|
|
18
18
|
String entity_beneficial_owner_id,
|
|
19
19
|
?address: Increase::BeneficialOwnerUpdateParams::Address,
|
|
20
20
|
?confirmed_no_us_tax_id: bool,
|
|
21
|
+
?date_of_birth: Date,
|
|
21
22
|
?identification: Increase::BeneficialOwnerUpdateParams::Identification,
|
|
22
23
|
?name: String,
|
|
23
24
|
?prongs: ::Array[Increase::Models::BeneficialOwnerUpdateParams::prong],
|
|
@@ -5,6 +5,7 @@ module Increase
|
|
|
5
5
|
account_id: String,
|
|
6
6
|
?authorization_controls: Increase::CardCreateParams::AuthorizationControls,
|
|
7
7
|
?billing_address: Increase::CardCreateParams::BillingAddress,
|
|
8
|
+
?cardholder_name: Increase::CardCreateParams::CardholderName,
|
|
8
9
|
?description: String,
|
|
9
10
|
?digital_wallet: Increase::CardCreateParams::DigitalWallet,
|
|
10
11
|
?entity_id: String,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: increase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.348.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|