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
|
@@ -152,6 +152,8 @@ module Increase
|
|
|
152
152
|
| :"inbound_wire_drawdown_request.created"
|
|
153
153
|
| :"inbound_wire_transfer.created"
|
|
154
154
|
| :"inbound_wire_transfer.updated"
|
|
155
|
+
| :"interest_rate_plan.created"
|
|
156
|
+
| :"interest_rate_plan.updated"
|
|
155
157
|
| :"intrafi_account_enrollment.created"
|
|
156
158
|
| :"intrafi_account_enrollment.updated"
|
|
157
159
|
| :"intrafi_exclusion.created"
|
|
@@ -159,11 +161,14 @@ module Increase
|
|
|
159
161
|
| :"loan_application.created"
|
|
160
162
|
| :"loan_application.updated"
|
|
161
163
|
| :"loan_distribution.created"
|
|
164
|
+
| :"loan_obligation.created"
|
|
162
165
|
| :"loan_offer.created"
|
|
163
166
|
| :"loan_offer.updated"
|
|
164
167
|
| :"loan_purchase.created"
|
|
165
168
|
| :"lockbox.created"
|
|
166
169
|
| :"lockbox.updated"
|
|
170
|
+
| :"lockbox_address.created"
|
|
171
|
+
| :"lockbox_address.updated"
|
|
167
172
|
| :"oauth_connection.created"
|
|
168
173
|
| :"oauth_connection.deactivated"
|
|
169
174
|
| :"card_push_transfer.created"
|
|
@@ -409,6 +414,12 @@ module Increase
|
|
|
409
414
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
410
415
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
411
416
|
|
|
417
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
418
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
419
|
+
|
|
420
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
421
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
422
|
+
|
|
412
423
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
413
424
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
414
425
|
|
|
@@ -430,6 +441,9 @@ module Increase
|
|
|
430
441
|
# Occurs whenever a Loan Distribution is created.
|
|
431
442
|
LOAN_DISTRIBUTION_CREATED: :"loan_distribution.created"
|
|
432
443
|
|
|
444
|
+
# Occurs whenever a Loan Obligation is created.
|
|
445
|
+
LOAN_OBLIGATION_CREATED: :"loan_obligation.created"
|
|
446
|
+
|
|
433
447
|
# Occurs whenever a Loan Offer is created.
|
|
434
448
|
LOAN_OFFER_CREATED: :"loan_offer.created"
|
|
435
449
|
|
|
@@ -445,6 +459,12 @@ module Increase
|
|
|
445
459
|
# Occurs whenever a Lockbox is updated.
|
|
446
460
|
LOCKBOX_UPDATED: :"lockbox.updated"
|
|
447
461
|
|
|
462
|
+
# Occurs whenever a Lockbox Address is created.
|
|
463
|
+
LOCKBOX_ADDRESS_CREATED: :"lockbox_address.created"
|
|
464
|
+
|
|
465
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
466
|
+
LOCKBOX_ADDRESS_UPDATED: :"lockbox_address.updated"
|
|
467
|
+
|
|
448
468
|
# Occurs whenever an OAuth Connection is created.
|
|
449
469
|
OAUTH_CONNECTION_CREATED: :"oauth_connection.created"
|
|
450
470
|
|
|
@@ -136,6 +136,8 @@ module Increase
|
|
|
136
136
|
| :"inbound_wire_drawdown_request.created"
|
|
137
137
|
| :"inbound_wire_transfer.created"
|
|
138
138
|
| :"inbound_wire_transfer.updated"
|
|
139
|
+
| :"interest_rate_plan.created"
|
|
140
|
+
| :"interest_rate_plan.updated"
|
|
139
141
|
| :"intrafi_account_enrollment.created"
|
|
140
142
|
| :"intrafi_account_enrollment.updated"
|
|
141
143
|
| :"intrafi_exclusion.created"
|
|
@@ -143,11 +145,14 @@ module Increase
|
|
|
143
145
|
| :"loan_application.created"
|
|
144
146
|
| :"loan_application.updated"
|
|
145
147
|
| :"loan_distribution.created"
|
|
148
|
+
| :"loan_obligation.created"
|
|
146
149
|
| :"loan_offer.created"
|
|
147
150
|
| :"loan_offer.updated"
|
|
148
151
|
| :"loan_purchase.created"
|
|
149
152
|
| :"lockbox.created"
|
|
150
153
|
| :"lockbox.updated"
|
|
154
|
+
| :"lockbox_address.created"
|
|
155
|
+
| :"lockbox_address.updated"
|
|
151
156
|
| :"oauth_connection.created"
|
|
152
157
|
| :"oauth_connection.deactivated"
|
|
153
158
|
| :"card_push_transfer.created"
|
|
@@ -393,6 +398,12 @@ module Increase
|
|
|
393
398
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
394
399
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
395
400
|
|
|
401
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
402
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
403
|
+
|
|
404
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
405
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
406
|
+
|
|
396
407
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
397
408
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
398
409
|
|
|
@@ -414,6 +425,9 @@ module Increase
|
|
|
414
425
|
# Occurs whenever a Loan Distribution is created.
|
|
415
426
|
LOAN_DISTRIBUTION_CREATED: :"loan_distribution.created"
|
|
416
427
|
|
|
428
|
+
# Occurs whenever a Loan Obligation is created.
|
|
429
|
+
LOAN_OBLIGATION_CREATED: :"loan_obligation.created"
|
|
430
|
+
|
|
417
431
|
# Occurs whenever a Loan Offer is created.
|
|
418
432
|
LOAN_OFFER_CREATED: :"loan_offer.created"
|
|
419
433
|
|
|
@@ -429,6 +443,12 @@ module Increase
|
|
|
429
443
|
# Occurs whenever a Lockbox is updated.
|
|
430
444
|
LOCKBOX_UPDATED: :"lockbox.updated"
|
|
431
445
|
|
|
446
|
+
# Occurs whenever a Lockbox Address is created.
|
|
447
|
+
LOCKBOX_ADDRESS_CREATED: :"lockbox_address.created"
|
|
448
|
+
|
|
449
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
450
|
+
LOCKBOX_ADDRESS_UPDATED: :"lockbox_address.updated"
|
|
451
|
+
|
|
432
452
|
# Occurs whenever an OAuth Connection is created.
|
|
433
453
|
OAUTH_CONNECTION_CREATED: :"oauth_connection.created"
|
|
434
454
|
|
|
@@ -139,6 +139,8 @@ module Increase
|
|
|
139
139
|
| :"inbound_wire_drawdown_request.created"
|
|
140
140
|
| :"inbound_wire_transfer.created"
|
|
141
141
|
| :"inbound_wire_transfer.updated"
|
|
142
|
+
| :"interest_rate_plan.created"
|
|
143
|
+
| :"interest_rate_plan.updated"
|
|
142
144
|
| :"intrafi_account_enrollment.created"
|
|
143
145
|
| :"intrafi_account_enrollment.updated"
|
|
144
146
|
| :"intrafi_exclusion.created"
|
|
@@ -146,11 +148,14 @@ module Increase
|
|
|
146
148
|
| :"loan_application.created"
|
|
147
149
|
| :"loan_application.updated"
|
|
148
150
|
| :"loan_distribution.created"
|
|
151
|
+
| :"loan_obligation.created"
|
|
149
152
|
| :"loan_offer.created"
|
|
150
153
|
| :"loan_offer.updated"
|
|
151
154
|
| :"loan_purchase.created"
|
|
152
155
|
| :"lockbox.created"
|
|
153
156
|
| :"lockbox.updated"
|
|
157
|
+
| :"lockbox_address.created"
|
|
158
|
+
| :"lockbox_address.updated"
|
|
154
159
|
| :"oauth_connection.created"
|
|
155
160
|
| :"oauth_connection.deactivated"
|
|
156
161
|
| :"card_push_transfer.created"
|
|
@@ -396,6 +401,12 @@ module Increase
|
|
|
396
401
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
397
402
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
398
403
|
|
|
404
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
405
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
406
|
+
|
|
407
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
408
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
409
|
+
|
|
399
410
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
400
411
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
401
412
|
|
|
@@ -417,6 +428,9 @@ module Increase
|
|
|
417
428
|
# Occurs whenever a Loan Distribution is created.
|
|
418
429
|
LOAN_DISTRIBUTION_CREATED: :"loan_distribution.created"
|
|
419
430
|
|
|
431
|
+
# Occurs whenever a Loan Obligation is created.
|
|
432
|
+
LOAN_OBLIGATION_CREATED: :"loan_obligation.created"
|
|
433
|
+
|
|
420
434
|
# Occurs whenever a Loan Offer is created.
|
|
421
435
|
LOAN_OFFER_CREATED: :"loan_offer.created"
|
|
422
436
|
|
|
@@ -432,6 +446,12 @@ module Increase
|
|
|
432
446
|
# Occurs whenever a Lockbox is updated.
|
|
433
447
|
LOCKBOX_UPDATED: :"lockbox.updated"
|
|
434
448
|
|
|
449
|
+
# Occurs whenever a Lockbox Address is created.
|
|
450
|
+
LOCKBOX_ADDRESS_CREATED: :"lockbox_address.created"
|
|
451
|
+
|
|
452
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
453
|
+
LOCKBOX_ADDRESS_UPDATED: :"lockbox_address.updated"
|
|
454
|
+
|
|
435
455
|
# Occurs whenever an OAuth Connection is created.
|
|
436
456
|
OAUTH_CONNECTION_CREATED: :"oauth_connection.created"
|
|
437
457
|
|
|
@@ -168,13 +168,13 @@ module Increase
|
|
|
168
168
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
169
169
|
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
|
|
170
170
|
|
|
171
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
171
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
172
172
|
PHYSICAL_CARD_FRONT: :physical_card_front
|
|
173
173
|
|
|
174
174
|
# The image to be printed on the back of a physical card.
|
|
175
175
|
PHYSICAL_CARD_BACK: :physical_card_back
|
|
176
176
|
|
|
177
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
177
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
178
178
|
PHYSICAL_CARD_CARRIER: :physical_card_carrier
|
|
179
179
|
|
|
180
180
|
# A document requested by Increase.
|
|
@@ -101,10 +101,10 @@ module Increase
|
|
|
101
101
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
102
102
|
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
|
|
103
103
|
|
|
104
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
104
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
105
105
|
PHYSICAL_CARD_FRONT: :physical_card_front
|
|
106
106
|
|
|
107
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
107
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
108
108
|
PHYSICAL_CARD_CARRIER: :physical_card_carrier
|
|
109
109
|
|
|
110
110
|
# A document requested by Increase.
|
|
@@ -207,13 +207,13 @@ module Increase
|
|
|
207
207
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
208
208
|
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
|
|
209
209
|
|
|
210
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
210
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
211
211
|
PHYSICAL_CARD_FRONT: :physical_card_front
|
|
212
212
|
|
|
213
213
|
# The image to be printed on the back of a physical card.
|
|
214
214
|
PHYSICAL_CARD_BACK: :physical_card_back
|
|
215
215
|
|
|
216
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
216
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
217
217
|
PHYSICAL_CARD_CARRIER: :physical_card_carrier
|
|
218
218
|
|
|
219
219
|
# A document requested by Increase.
|
|
@@ -644,7 +644,7 @@ module Increase
|
|
|
644
644
|
# A domestic clearing system number. In the US, for example, this is the American Banking Association (ABA) routing number.
|
|
645
645
|
NATIONAL_CLEARING_SYSTEM_NUMBER: :national_clearing_system_number
|
|
646
646
|
|
|
647
|
-
# The
|
|
647
|
+
# The Swift Bank Identifier Code (BIC) of the bank.
|
|
648
648
|
BIC_CODE: :bic_code
|
|
649
649
|
|
|
650
650
|
# An International Bank Account Number.
|
|
@@ -662,7 +662,7 @@ module Increase
|
|
|
662
662
|
# A domestic clearing system number. In the US, for example, this is the American Banking Association (ABA) routing number.
|
|
663
663
|
NATIONAL_CLEARING_SYSTEM_NUMBER: :national_clearing_system_number
|
|
664
664
|
|
|
665
|
-
# The
|
|
665
|
+
# The Swift Bank Identifier Code (BIC) of the bank.
|
|
666
666
|
BIC_CODE: :bic_code
|
|
667
667
|
|
|
668
668
|
# An International Bank Account Number.
|
|
@@ -8,6 +8,7 @@ module Increase
|
|
|
8
8
|
account_number_id: String?,
|
|
9
9
|
adjustments: ::Array[Increase::InboundCheckDeposit::Adjustment],
|
|
10
10
|
amount: Integer,
|
|
11
|
+
automatically_resolves_at: Time,
|
|
11
12
|
back_image_file_id: String?,
|
|
12
13
|
bank_of_first_deposit_routing_number: String?,
|
|
13
14
|
check_number: String?,
|
|
@@ -37,6 +38,8 @@ module Increase
|
|
|
37
38
|
|
|
38
39
|
attr_accessor amount: Integer
|
|
39
40
|
|
|
41
|
+
attr_accessor automatically_resolves_at: Time
|
|
42
|
+
|
|
40
43
|
attr_accessor back_image_file_id: String?
|
|
41
44
|
|
|
42
45
|
attr_accessor bank_of_first_deposit_routing_number: String?
|
|
@@ -72,6 +75,7 @@ module Increase
|
|
|
72
75
|
account_number_id: String?,
|
|
73
76
|
adjustments: ::Array[Increase::InboundCheckDeposit::Adjustment],
|
|
74
77
|
amount: Integer,
|
|
78
|
+
automatically_resolves_at: Time,
|
|
75
79
|
back_image_file_id: String?,
|
|
76
80
|
bank_of_first_deposit_routing_number: String?,
|
|
77
81
|
check_number: String?,
|
|
@@ -95,6 +99,7 @@ module Increase
|
|
|
95
99
|
account_number_id: String?,
|
|
96
100
|
adjustments: ::Array[Increase::InboundCheckDeposit::Adjustment],
|
|
97
101
|
amount: Integer,
|
|
102
|
+
automatically_resolves_at: Time,
|
|
98
103
|
back_image_file_id: String?,
|
|
99
104
|
bank_of_first_deposit_routing_number: String?,
|
|
100
105
|
check_number: String?,
|
|
@@ -468,6 +468,7 @@ module Increase
|
|
|
468
468
|
network_details: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails,
|
|
469
469
|
network_identifiers: Increase::PendingTransaction::Source::CardAuthorization::NetworkIdentifiers,
|
|
470
470
|
network_risk_score: Integer?,
|
|
471
|
+
original_card_payment_id: String?,
|
|
471
472
|
pending_transaction_id: String?,
|
|
472
473
|
physical_card_id: String?,
|
|
473
474
|
presentment_amount: Integer,
|
|
@@ -521,6 +522,8 @@ module Increase
|
|
|
521
522
|
|
|
522
523
|
attr_accessor network_risk_score: Integer?
|
|
523
524
|
|
|
525
|
+
attr_accessor original_card_payment_id: String?
|
|
526
|
+
|
|
524
527
|
attr_accessor pending_transaction_id: String?
|
|
525
528
|
|
|
526
529
|
attr_accessor physical_card_id: String?
|
|
@@ -562,6 +565,7 @@ module Increase
|
|
|
562
565
|
network_details: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails,
|
|
563
566
|
network_identifiers: Increase::PendingTransaction::Source::CardAuthorization::NetworkIdentifiers,
|
|
564
567
|
network_risk_score: Integer?,
|
|
568
|
+
original_card_payment_id: String?,
|
|
565
569
|
pending_transaction_id: String?,
|
|
566
570
|
physical_card_id: String?,
|
|
567
571
|
presentment_amount: Integer,
|
|
@@ -595,6 +599,7 @@ module Increase
|
|
|
595
599
|
network_details: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails,
|
|
596
600
|
network_identifiers: Increase::PendingTransaction::Source::CardAuthorization::NetworkIdentifiers,
|
|
597
601
|
network_risk_score: Integer?,
|
|
602
|
+
original_card_payment_id: String?,
|
|
598
603
|
pending_transaction_id: String?,
|
|
599
604
|
physical_card_id: String?,
|
|
600
605
|
presentment_amount: Integer,
|
|
@@ -61,7 +61,8 @@ module Increase
|
|
|
61
61
|
updated_at: Time
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
type bank =
|
|
64
|
+
type bank =
|
|
65
|
+
:core_bank | :first_internet_bank | :grasshopper_bank | :increase_bank
|
|
65
66
|
|
|
66
67
|
module Bank
|
|
67
68
|
extend Increase::Internal::Type::Enum
|
|
@@ -75,6 +76,9 @@ module Increase
|
|
|
75
76
|
# Grasshopper Bank
|
|
76
77
|
GRASSHOPPER_BANK: :grasshopper_bank
|
|
77
78
|
|
|
79
|
+
# Increase Bank
|
|
80
|
+
INCREASE_BANK: :increase_bank
|
|
81
|
+
|
|
78
82
|
def self?.values: -> ::Array[Increase::Models::Program::bank]
|
|
79
83
|
end
|
|
80
84
|
|
|
@@ -727,6 +727,7 @@ module Increase
|
|
|
727
727
|
network_details: Increase::RealTimeDecision::CardAuthorization::NetworkDetails,
|
|
728
728
|
network_identifiers: Increase::RealTimeDecision::CardAuthorization::NetworkIdentifiers,
|
|
729
729
|
network_risk_score: Integer?,
|
|
730
|
+
original_card_payment_id: String?,
|
|
730
731
|
partial_approval_capability: Increase::Models::RealTimeDecision::CardAuthorization::partial_approval_capability,
|
|
731
732
|
physical_card_id: String?,
|
|
732
733
|
presentment_amount: Integer,
|
|
@@ -779,6 +780,8 @@ module Increase
|
|
|
779
780
|
|
|
780
781
|
attr_accessor network_risk_score: Integer?
|
|
781
782
|
|
|
783
|
+
attr_accessor original_card_payment_id: String?
|
|
784
|
+
|
|
782
785
|
attr_accessor partial_approval_capability: Increase::Models::RealTimeDecision::CardAuthorization::partial_approval_capability
|
|
783
786
|
|
|
784
787
|
attr_accessor physical_card_id: String?
|
|
@@ -821,6 +824,7 @@ module Increase
|
|
|
821
824
|
network_details: Increase::RealTimeDecision::CardAuthorization::NetworkDetails,
|
|
822
825
|
network_identifiers: Increase::RealTimeDecision::CardAuthorization::NetworkIdentifiers,
|
|
823
826
|
network_risk_score: Integer?,
|
|
827
|
+
original_card_payment_id: String?,
|
|
824
828
|
partial_approval_capability: Increase::Models::RealTimeDecision::CardAuthorization::partial_approval_capability,
|
|
825
829
|
physical_card_id: String?,
|
|
826
830
|
presentment_amount: Integer,
|
|
@@ -854,6 +858,7 @@ module Increase
|
|
|
854
858
|
network_details: Increase::RealTimeDecision::CardAuthorization::NetworkDetails,
|
|
855
859
|
network_identifiers: Increase::RealTimeDecision::CardAuthorization::NetworkIdentifiers,
|
|
856
860
|
network_risk_score: Integer?,
|
|
861
|
+
original_card_payment_id: String?,
|
|
857
862
|
partial_approval_capability: Increase::Models::RealTimeDecision::CardAuthorization::partial_approval_capability,
|
|
858
863
|
physical_card_id: String?,
|
|
859
864
|
presentment_amount: Integer,
|
|
@@ -16,6 +16,7 @@ module Increase
|
|
|
16
16
|
debtor_name: String?,
|
|
17
17
|
external_account_id: String?,
|
|
18
18
|
idempotency_key: String?,
|
|
19
|
+
inbound_real_time_payments_request_for_payment_id: String?,
|
|
19
20
|
pending_transaction_id: String?,
|
|
20
21
|
rejection: Increase::RealTimePaymentsTransfer::Rejection?,
|
|
21
22
|
routing_number: String,
|
|
@@ -58,6 +59,8 @@ module Increase
|
|
|
58
59
|
|
|
59
60
|
attr_accessor idempotency_key: String?
|
|
60
61
|
|
|
62
|
+
attr_accessor inbound_real_time_payments_request_for_payment_id: String?
|
|
63
|
+
|
|
61
64
|
attr_accessor pending_transaction_id: String?
|
|
62
65
|
|
|
63
66
|
attr_accessor rejection: Increase::RealTimePaymentsTransfer::Rejection?
|
|
@@ -95,6 +98,7 @@ module Increase
|
|
|
95
98
|
debtor_name: String?,
|
|
96
99
|
external_account_id: String?,
|
|
97
100
|
idempotency_key: String?,
|
|
101
|
+
inbound_real_time_payments_request_for_payment_id: String?,
|
|
98
102
|
pending_transaction_id: String?,
|
|
99
103
|
rejection: Increase::RealTimePaymentsTransfer::Rejection?,
|
|
100
104
|
routing_number: String,
|
|
@@ -123,6 +127,7 @@ module Increase
|
|
|
123
127
|
debtor_name: String?,
|
|
124
128
|
external_account_id: String?,
|
|
125
129
|
idempotency_key: String?,
|
|
130
|
+
inbound_real_time_payments_request_for_payment_id: String?,
|
|
126
131
|
pending_transaction_id: String?,
|
|
127
132
|
rejection: Increase::RealTimePaymentsTransfer::Rejection?,
|
|
128
133
|
routing_number: String,
|
|
@@ -312,61 +317,61 @@ module Increase
|
|
|
312
317
|
module RejectReasonCode
|
|
313
318
|
extend Increase::Internal::Type::Enum
|
|
314
319
|
|
|
315
|
-
# The destination account is closed. Corresponds to the Real-Time Payments reason code
|
|
320
|
+
# The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
|
|
316
321
|
ACCOUNT_CLOSED: :account_closed
|
|
317
322
|
|
|
318
|
-
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code
|
|
323
|
+
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
|
|
319
324
|
ACCOUNT_BLOCKED: :account_blocked
|
|
320
325
|
|
|
321
|
-
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code
|
|
326
|
+
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
|
|
322
327
|
INVALID_CREDITOR_ACCOUNT_TYPE: :invalid_creditor_account_type
|
|
323
328
|
|
|
324
|
-
# The destination account does not exist. Corresponds to the Real-Time Payments reason code
|
|
329
|
+
# The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
|
|
325
330
|
INVALID_CREDITOR_ACCOUNT_NUMBER: :invalid_creditor_account_number
|
|
326
331
|
|
|
327
|
-
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code
|
|
332
|
+
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
|
|
328
333
|
INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER: :invalid_creditor_financial_institution_identifier
|
|
329
334
|
|
|
330
|
-
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code
|
|
335
|
+
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
|
|
331
336
|
END_CUSTOMER_DECEASED: :end_customer_deceased
|
|
332
337
|
|
|
333
338
|
# The reason is provided as narrative information in the additional information field.
|
|
334
339
|
NARRATIVE: :narrative
|
|
335
340
|
|
|
336
|
-
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code
|
|
341
|
+
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
|
|
337
342
|
TRANSACTION_FORBIDDEN: :transaction_forbidden
|
|
338
343
|
|
|
339
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
344
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
|
|
340
345
|
TRANSACTION_TYPE_NOT_SUPPORTED: :transaction_type_not_supported
|
|
341
346
|
|
|
342
|
-
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code
|
|
347
|
+
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
|
|
343
348
|
UNEXPECTED_AMOUNT: :unexpected_amount
|
|
344
349
|
|
|
345
|
-
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code
|
|
350
|
+
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
|
|
346
351
|
AMOUNT_EXCEEDS_BANK_LIMITS: :amount_exceeds_bank_limits
|
|
347
352
|
|
|
348
|
-
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
353
|
+
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
|
|
349
354
|
INVALID_CREDITOR_ADDRESS: :invalid_creditor_address
|
|
350
355
|
|
|
351
|
-
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code
|
|
356
|
+
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
|
|
352
357
|
UNKNOWN_END_CUSTOMER: :unknown_end_customer
|
|
353
358
|
|
|
354
|
-
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
359
|
+
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
|
|
355
360
|
INVALID_DEBTOR_ADDRESS: :invalid_debtor_address
|
|
356
361
|
|
|
357
|
-
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code
|
|
362
|
+
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
|
|
358
363
|
TIMEOUT: :timeout
|
|
359
364
|
|
|
360
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
365
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
|
|
361
366
|
UNSUPPORTED_MESSAGE_FOR_RECIPIENT: :unsupported_message_for_recipient
|
|
362
367
|
|
|
363
|
-
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
368
|
+
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
|
|
364
369
|
RECIPIENT_CONNECTION_NOT_AVAILABLE: :recipient_connection_not_available
|
|
365
370
|
|
|
366
|
-
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code
|
|
371
|
+
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
|
|
367
372
|
REAL_TIME_PAYMENTS_SUSPENDED: :real_time_payments_suspended
|
|
368
373
|
|
|
369
|
-
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
374
|
+
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
|
|
370
375
|
INSTRUCTED_AGENT_SIGNED_OFF: :instructed_agent_signed_off
|
|
371
376
|
|
|
372
377
|
# The transfer was rejected due to an internal Increase issue. We have been notified.
|
|
@@ -9,6 +9,7 @@ module Increase
|
|
|
9
9
|
account_number: String,
|
|
10
10
|
debtor_name: String,
|
|
11
11
|
external_account_id: String,
|
|
12
|
+
inbound_real_time_payments_request_for_payment_id: String,
|
|
12
13
|
require_approval: bool,
|
|
13
14
|
routing_number: String,
|
|
14
15
|
ultimate_creditor_name: String,
|
|
@@ -40,6 +41,10 @@ module Increase
|
|
|
40
41
|
|
|
41
42
|
def external_account_id=: (String) -> String
|
|
42
43
|
|
|
44
|
+
attr_reader inbound_real_time_payments_request_for_payment_id: String?
|
|
45
|
+
|
|
46
|
+
def inbound_real_time_payments_request_for_payment_id=: (String) -> String
|
|
47
|
+
|
|
43
48
|
attr_reader require_approval: bool?
|
|
44
49
|
|
|
45
50
|
def require_approval=: (bool) -> bool
|
|
@@ -64,6 +69,7 @@ module Increase
|
|
|
64
69
|
?account_number: String,
|
|
65
70
|
?debtor_name: String,
|
|
66
71
|
?external_account_id: String,
|
|
72
|
+
?inbound_real_time_payments_request_for_payment_id: String,
|
|
67
73
|
?require_approval: bool,
|
|
68
74
|
?routing_number: String,
|
|
69
75
|
?ultimate_creditor_name: String,
|
|
@@ -79,6 +85,7 @@ module Increase
|
|
|
79
85
|
account_number: String,
|
|
80
86
|
debtor_name: String,
|
|
81
87
|
external_account_id: String,
|
|
88
|
+
inbound_real_time_payments_request_for_payment_id: String,
|
|
82
89
|
require_approval: bool,
|
|
83
90
|
routing_number: String,
|
|
84
91
|
ultimate_creditor_name: String,
|
|
@@ -5,6 +5,7 @@ module Increase
|
|
|
5
5
|
ach_transfers: Increase::Models::RoutingNumberListResponse::ach_transfers,
|
|
6
6
|
fednow_transfers: Increase::Models::RoutingNumberListResponse::fednow_transfers,
|
|
7
7
|
name: String,
|
|
8
|
+
real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment,
|
|
8
9
|
real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers,
|
|
9
10
|
routing_number: String,
|
|
10
11
|
type: Increase::Models::RoutingNumberListResponse::type_,
|
|
@@ -18,6 +19,8 @@ module Increase
|
|
|
18
19
|
|
|
19
20
|
attr_accessor name: String
|
|
20
21
|
|
|
22
|
+
attr_accessor real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment
|
|
23
|
+
|
|
21
24
|
attr_accessor real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers
|
|
22
25
|
|
|
23
26
|
attr_accessor routing_number: String
|
|
@@ -30,6 +33,7 @@ module Increase
|
|
|
30
33
|
ach_transfers: Increase::Models::RoutingNumberListResponse::ach_transfers,
|
|
31
34
|
fednow_transfers: Increase::Models::RoutingNumberListResponse::fednow_transfers,
|
|
32
35
|
name: String,
|
|
36
|
+
real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment,
|
|
33
37
|
real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers,
|
|
34
38
|
routing_number: String,
|
|
35
39
|
type: Increase::Models::RoutingNumberListResponse::type_,
|
|
@@ -40,6 +44,7 @@ module Increase
|
|
|
40
44
|
ach_transfers: Increase::Models::RoutingNumberListResponse::ach_transfers,
|
|
41
45
|
fednow_transfers: Increase::Models::RoutingNumberListResponse::fednow_transfers,
|
|
42
46
|
name: String,
|
|
47
|
+
real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment,
|
|
43
48
|
real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers,
|
|
44
49
|
routing_number: String,
|
|
45
50
|
type: Increase::Models::RoutingNumberListResponse::type_,
|
|
@@ -74,6 +79,20 @@ module Increase
|
|
|
74
79
|
def self?.values: -> ::Array[Increase::Models::RoutingNumberListResponse::fednow_transfers]
|
|
75
80
|
end
|
|
76
81
|
|
|
82
|
+
type real_time_payments_request_for_payment = :supported | :not_supported
|
|
83
|
+
|
|
84
|
+
module RealTimePaymentsRequestForPayment
|
|
85
|
+
extend Increase::Internal::Type::Enum
|
|
86
|
+
|
|
87
|
+
# The routing number can receive this transfer type.
|
|
88
|
+
SUPPORTED: :supported
|
|
89
|
+
|
|
90
|
+
# The routing number cannot receive this transfer type.
|
|
91
|
+
NOT_SUPPORTED: :not_supported
|
|
92
|
+
|
|
93
|
+
def self?.values: -> ::Array[Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment]
|
|
94
|
+
end
|
|
95
|
+
|
|
77
96
|
type real_time_payments_transfers = :supported | :not_supported
|
|
78
97
|
|
|
79
98
|
module RealTimePaymentsTransfers
|
|
@@ -55,6 +55,7 @@ module Increase
|
|
|
55
55
|
accept_user_submission: Increase::Simulations::CardDisputeActionParams::Visa::AcceptUserSubmission,
|
|
56
56
|
decline_user_prearbitration: Increase::Simulations::CardDisputeActionParams::Visa::DeclineUserPrearbitration,
|
|
57
57
|
receive_merchant_prearbitration: Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration,
|
|
58
|
+
reject: Increase::Simulations::CardDisputeActionParams::Visa::Reject,
|
|
58
59
|
represent: Increase::Simulations::CardDisputeActionParams::Visa::Represent,
|
|
59
60
|
request_further_information: Increase::Simulations::CardDisputeActionParams::Visa::RequestFurtherInformation,
|
|
60
61
|
time_out_chargeback: Increase::Simulations::CardDisputeActionParams::Visa::TimeOutChargeback,
|
|
@@ -90,6 +91,12 @@ module Increase
|
|
|
90
91
|
Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration
|
|
91
92
|
) -> Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration
|
|
92
93
|
|
|
94
|
+
attr_reader reject: Increase::Simulations::CardDisputeActionParams::Visa::Reject?
|
|
95
|
+
|
|
96
|
+
def reject=: (
|
|
97
|
+
Increase::Simulations::CardDisputeActionParams::Visa::Reject
|
|
98
|
+
) -> Increase::Simulations::CardDisputeActionParams::Visa::Reject
|
|
99
|
+
|
|
93
100
|
attr_reader represent: Increase::Simulations::CardDisputeActionParams::Visa::Represent?
|
|
94
101
|
|
|
95
102
|
def represent=: (
|
|
@@ -132,6 +139,7 @@ module Increase
|
|
|
132
139
|
?accept_user_submission: Increase::Simulations::CardDisputeActionParams::Visa::AcceptUserSubmission,
|
|
133
140
|
?decline_user_prearbitration: Increase::Simulations::CardDisputeActionParams::Visa::DeclineUserPrearbitration,
|
|
134
141
|
?receive_merchant_prearbitration: Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration,
|
|
142
|
+
?reject: Increase::Simulations::CardDisputeActionParams::Visa::Reject,
|
|
135
143
|
?represent: Increase::Simulations::CardDisputeActionParams::Visa::Represent,
|
|
136
144
|
?request_further_information: Increase::Simulations::CardDisputeActionParams::Visa::RequestFurtherInformation,
|
|
137
145
|
?time_out_chargeback: Increase::Simulations::CardDisputeActionParams::Visa::TimeOutChargeback,
|
|
@@ -146,6 +154,7 @@ module Increase
|
|
|
146
154
|
accept_user_submission: Increase::Simulations::CardDisputeActionParams::Visa::AcceptUserSubmission,
|
|
147
155
|
decline_user_prearbitration: Increase::Simulations::CardDisputeActionParams::Visa::DeclineUserPrearbitration,
|
|
148
156
|
receive_merchant_prearbitration: Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration,
|
|
157
|
+
reject: Increase::Simulations::CardDisputeActionParams::Visa::Reject,
|
|
149
158
|
represent: Increase::Simulations::CardDisputeActionParams::Visa::Represent,
|
|
150
159
|
request_further_information: Increase::Simulations::CardDisputeActionParams::Visa::RequestFurtherInformation,
|
|
151
160
|
time_out_chargeback: Increase::Simulations::CardDisputeActionParams::Visa::TimeOutChargeback,
|
|
@@ -159,6 +168,7 @@ module Increase
|
|
|
159
168
|
| :accept_user_submission
|
|
160
169
|
| :decline_user_prearbitration
|
|
161
170
|
| :receive_merchant_prearbitration
|
|
171
|
+
| :reject
|
|
162
172
|
| :represent
|
|
163
173
|
| :request_further_information
|
|
164
174
|
| :time_out_chargeback
|
|
@@ -181,6 +191,9 @@ module Increase
|
|
|
181
191
|
# Simulate the merchant issuing pre-arbitration. This will move the dispute to a `user_submission_required` state.
|
|
182
192
|
RECEIVE_MERCHANT_PREARBITRATION: :receive_merchant_prearbitration
|
|
183
193
|
|
|
194
|
+
# Simulate the dispute being rejected before it is submitted to the network. This will move the dispute to a `rejected` state.
|
|
195
|
+
REJECT: :reject
|
|
196
|
+
|
|
184
197
|
# Simulate the merchant re-presenting the dispute. This will move the dispute to a `user_submission_required` state.
|
|
185
198
|
REPRESENT: :represent
|
|
186
199
|
|
|
@@ -234,6 +247,16 @@ module Increase
|
|
|
234
247
|
def to_hash: -> { }
|
|
235
248
|
end
|
|
236
249
|
|
|
250
|
+
type reject = { explanation: String }
|
|
251
|
+
|
|
252
|
+
class Reject < Increase::Internal::Type::BaseModel
|
|
253
|
+
attr_accessor explanation: String
|
|
254
|
+
|
|
255
|
+
def initialize: (explanation: String) -> void
|
|
256
|
+
|
|
257
|
+
def to_hash: -> { explanation: String }
|
|
258
|
+
end
|
|
259
|
+
|
|
237
260
|
type represent = { }
|
|
238
261
|
|
|
239
262
|
class Represent < Increase::Internal::Type::BaseModel
|
|
@@ -47,6 +47,7 @@ module Increase
|
|
|
47
47
|
type category =
|
|
48
48
|
:entity_tax_identifier
|
|
49
49
|
| :entity_address
|
|
50
|
+
| :entity_identity
|
|
50
51
|
| :beneficial_owner_identity
|
|
51
52
|
| :beneficial_owner_address
|
|
52
53
|
|
|
@@ -59,6 +60,9 @@ module Increase
|
|
|
59
60
|
# The entity's address could not be validated. Update the address with the [update an entity API](/documentation/api/entities#update-an-entity.corporation.address).
|
|
60
61
|
ENTITY_ADDRESS: :entity_address
|
|
61
62
|
|
|
63
|
+
# The entity's identity could not be verified. Update the identification with the [update an entity API](/documentation/api/entities#update-an-entity.natural_person.identification).
|
|
64
|
+
ENTITY_IDENTITY: :entity_identity
|
|
65
|
+
|
|
62
66
|
# A beneficial owner's identity could not be verified. Update the identification with the [update a beneficial owner API](/documentation/api/beneficial-owners#update-a-beneficial-owner).
|
|
63
67
|
BENEFICIAL_OWNER_IDENTITY: :beneficial_owner_identity
|
|
64
68
|
|