increase 1.340.0 → 1.342.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/client.rb +8 -6
- data/lib/increase/internal/type/converter.rb +13 -12
- data/lib/increase/models/account.rb +40 -19
- data/lib/increase/models/account_create_params.rb +14 -11
- data/lib/increase/models/account_list_params.rb +25 -17
- data/lib/increase/models/account_number.rb +22 -14
- data/lib/increase/models/account_number_create_params.rb +12 -13
- data/lib/increase/models/account_number_list_params.rb +26 -20
- data/lib/increase/models/account_number_update_params.rb +12 -11
- data/lib/increase/models/account_statement.rb +15 -11
- data/lib/increase/models/account_statement_list_params.rb +15 -12
- data/lib/increase/models/account_transfer.rb +58 -29
- data/lib/increase/models/account_transfer_create_params.rb +12 -7
- data/lib/increase/models/account_transfer_list_params.rb +20 -12
- data/lib/increase/models/ach_prenotification.rb +49 -28
- data/lib/increase/models/ach_prenotification_create_params.rb +15 -8
- data/lib/increase/models/ach_prenotification_list_params.rb +20 -12
- data/lib/increase/models/ach_transfer.rb +220 -105
- data/lib/increase/models/ach_transfer_create_params.rb +110 -61
- data/lib/increase/models/ach_transfer_list_params.rb +23 -16
- data/lib/increase/models/balance_lookup.rb +14 -11
- data/lib/increase/models/beneficial_owner_create_params.rb +60 -46
- data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
- data/lib/increase/models/beneficial_owner_update_params.rb +56 -40
- data/lib/increase/models/card.rb +69 -47
- data/lib/increase/models/card_create_details_iframe_params.rb +3 -4
- data/lib/increase/models/card_create_params.rb +65 -56
- data/lib/increase/models/card_details.rb +7 -5
- data/lib/increase/models/card_dispute.rb +530 -306
- data/lib/increase/models/card_dispute_create_params.rb +271 -175
- data/lib/increase/models/card_dispute_list_params.rb +24 -16
- data/lib/increase/models/card_dispute_submit_user_submission_params.rb +288 -191
- data/lib/increase/models/card_iframe_url.rb +3 -4
- data/lib/increase/models/card_list_params.rb +23 -16
- data/lib/increase/models/card_payment.rb +1941 -1200
- data/lib/increase/models/card_payment_list_params.rb +15 -11
- data/lib/increase/models/card_purchase_supplement.rb +37 -25
- data/lib/increase/models/card_purchase_supplement_list_params.rb +18 -13
- data/lib/increase/models/card_push_transfer.rb +121 -65
- data/lib/increase/models/card_push_transfer_create_params.rb +55 -25
- data/lib/increase/models/card_push_transfer_list_params.rb +23 -16
- data/lib/increase/models/card_token.rb +9 -6
- data/lib/increase/models/card_token_capabilities.rb +11 -8
- data/lib/increase/models/card_token_list_params.rb +15 -11
- data/lib/increase/models/card_update_params.rb +65 -57
- data/lib/increase/models/card_validation.rb +76 -43
- data/lib/increase/models/card_validation_create_params.rb +11 -7
- data/lib/increase/models/card_validation_list_params.rb +23 -16
- data/lib/increase/models/check_deposit.rb +103 -52
- data/lib/increase/models/check_deposit_create_params.rb +2 -4
- data/lib/increase/models/check_deposit_list_params.rb +20 -12
- data/lib/increase/models/check_transfer.rb +127 -76
- data/lib/increase/models/check_transfer_create_params.rb +91 -51
- data/lib/increase/models/check_transfer_list_params.rb +24 -16
- data/lib/increase/models/check_transfer_stop_payment_params.rb +2 -1
- data/lib/increase/models/declined_transaction.rb +339 -206
- data/lib/increase/models/declined_transaction_list_params.rb +18 -15
- data/lib/increase/models/digital_card_profile.rb +16 -9
- data/lib/increase/models/digital_card_profile_clone_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_create_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_list_params.rb +12 -9
- data/lib/increase/models/digital_wallet_token.rb +26 -17
- data/lib/increase/models/digital_wallet_token_list_params.rb +15 -11
- data/lib/increase/models/entity.rb +175 -135
- data/lib/increase/models/entity_archive_params.rb +3 -4
- data/lib/increase/models/entity_beneficial_owner.rb +24 -19
- data/lib/increase/models/entity_create_params.rb +395 -290
- data/lib/increase/models/entity_list_params.rb +67 -16
- data/lib/increase/models/entity_onboarding_session.rb +25 -11
- data/lib/increase/models/entity_onboarding_session_create_params.rb +8 -5
- data/lib/increase/models/entity_onboarding_session_list_params.rb +12 -9
- data/lib/increase/models/entity_supplemental_document.rb +10 -6
- data/lib/increase/models/entity_update_params.rb +136 -104
- data/lib/increase/models/event.rb +14 -5
- data/lib/increase/models/event_list_params.rb +31 -17
- data/lib/increase/models/event_subscription.rb +25 -9
- data/lib/increase/models/event_subscription_create_params.rb +22 -8
- data/lib/increase/models/event_subscription_list_params.rb +8 -5
- data/lib/increase/models/event_subscription_update_params.rb +2 -1
- data/lib/increase/models/export.rb +69 -30
- data/lib/increase/models/export_create_params.rb +76 -46
- data/lib/increase/models/export_list_params.rb +26 -17
- data/lib/increase/models/external_account.rb +14 -8
- data/lib/increase/models/external_account_create_params.rb +7 -6
- data/lib/increase/models/external_account_list_params.rb +12 -9
- data/lib/increase/models/external_account_update_params.rb +6 -3
- data/lib/increase/models/fednow_transfer.rb +62 -32
- data/lib/increase/models/fednow_transfer_create_params.rb +11 -8
- data/lib/increase/models/fednow_transfer_list_params.rb +25 -17
- data/lib/increase/models/file.rb +13 -7
- data/lib/increase/models/file_create_params.rb +6 -5
- data/lib/increase/models/file_link.rb +17 -8
- data/lib/increase/models/file_link_create_params.rb +3 -4
- data/lib/increase/models/file_list_params.rb +23 -16
- data/lib/increase/models/group.rb +6 -5
- data/lib/increase/models/inbound_ach_transfer.rb +115 -51
- data/lib/increase/models/inbound_ach_transfer_create_notification_of_change_params.rb +3 -5
- data/lib/increase/models/inbound_ach_transfer_decline_params.rb +4 -4
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +21 -16
- data/lib/increase/models/inbound_ach_transfer_transfer_return_params.rb +6 -5
- data/lib/increase/models/inbound_check_deposit.rb +46 -19
- data/lib/increase/models/inbound_check_deposit_list_params.rb +18 -12
- data/lib/increase/models/inbound_check_deposit_return_params.rb +2 -1
- data/lib/increase/models/inbound_fednow_transfer.rb +28 -14
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +18 -12
- data/lib/increase/models/inbound_fednow_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_mail_item.rb +13 -8
- data/lib/increase/models/inbound_mail_item_action_params.rb +4 -2
- data/lib/increase/models/inbound_mail_item_list_params.rb +17 -12
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +21 -12
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +21 -14
- data/lib/increase/models/inbound_real_time_payments_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_drawdown_request.rb +23 -10
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +3 -4
- data/lib/increase/models/inbound_wire_drawdown_request_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_transfer.rb +51 -22
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +24 -17
- data/lib/increase/models/inbound_wire_transfer_reverse_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment.rb +16 -8
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +12 -9
- data/lib/increase/models/intrafi_account_enrollment_retrieve_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment_unenroll_params.rb +2 -1
- data/lib/increase/models/intrafi_balance.rb +18 -12
- data/lib/increase/models/intrafi_exclusion.rb +13 -7
- data/lib/increase/models/intrafi_exclusion_archive_params.rb +4 -4
- data/lib/increase/models/intrafi_exclusion_create_params.rb +5 -4
- data/lib/increase/models/intrafi_exclusion_list_params.rb +8 -5
- data/lib/increase/models/lockbox_address.rb +16 -11
- data/lib/increase/models/lockbox_address_list_params.rb +20 -12
- data/lib/increase/models/lockbox_address_update_params.rb +2 -1
- data/lib/increase/models/lockbox_recipient.rb +22 -10
- data/lib/increase/models/lockbox_recipient_create_params.rb +5 -5
- data/lib/increase/models/lockbox_recipient_list_params.rb +22 -13
- data/lib/increase/models/lockbox_recipient_update_params.rb +2 -1
- data/lib/increase/models/oauth_application.rb +12 -7
- data/lib/increase/models/oauth_application_list_params.rb +18 -15
- data/lib/increase/models/oauth_connection.rb +9 -6
- data/lib/increase/models/oauth_connection_list_params.rb +10 -9
- data/lib/increase/models/oauth_token.rb +6 -5
- data/lib/increase/models/oauth_token_create_params.rb +14 -7
- data/lib/increase/models/pending_transaction.rb +392 -239
- data/lib/increase/models/pending_transaction_create_params.rb +6 -6
- data/lib/increase/models/pending_transaction_list_params.rb +23 -19
- data/lib/increase/models/physical_card.rb +36 -24
- data/lib/increase/models/physical_card_create_params.rb +22 -17
- data/lib/increase/models/physical_card_list_params.rb +20 -12
- data/lib/increase/models/physical_card_profile.rb +33 -17
- data/lib/increase/models/physical_card_profile_clone_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_create_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_list_params.rb +12 -9
- data/lib/increase/models/physical_card_update_params.rb +2 -1
- data/lib/increase/models/program.rb +15 -8
- data/lib/increase/models/program_list_params.rb +3 -4
- data/lib/increase/models/real_time_decision.rb +561 -370
- data/lib/increase/models/real_time_decision_action_params.rb +86 -75
- data/lib/increase/models/real_time_payments_transfer.rb +90 -47
- data/lib/increase/models/real_time_payments_transfer_approve_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_cancel_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +24 -12
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +28 -19
- data/lib/increase/models/routing_number_list_params.rb +3 -4
- data/lib/increase/models/routing_number_list_response.rb +11 -8
- data/lib/increase/models/simulations/account_revenue_payment_create_params.rb +9 -7
- data/lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb +5 -6
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +18 -6
- data/lib/increase/models/simulations/ach_transfer_settle_params.rb +4 -4
- data/lib/increase/models/simulations/card_authentication_create_params.rb +10 -8
- data/lib/increase/models/simulations/card_authorization_create_params.rb +50 -27
- data/lib/increase/models/simulations/card_authorization_create_response.rb +11 -7
- data/lib/increase/models/simulations/card_balance_inquiry_create_params.rb +26 -13
- data/lib/increase/models/simulations/card_dispute_action_params.rb +39 -19
- data/lib/increase/models/simulations/card_fuel_confirmation_create_params.rb +3 -5
- data/lib/increase/models/simulations/card_increment_create_params.rb +5 -4
- data/lib/increase/models/simulations/card_purchase_supplement_create_params.rb +7 -7
- data/lib/increase/models/simulations/card_refund_create_params.rb +10 -6
- data/lib/increase/models/simulations/card_reversal_create_params.rb +3 -4
- data/lib/increase/models/simulations/card_settlement_create_params.rb +16 -13
- data/lib/increase/models/simulations/card_token_create_params.rb +18 -9
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +8 -5
- data/lib/increase/models/simulations/check_deposit_submit_params.rb +9 -10
- data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -7
- data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +2 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +5 -5
- data/lib/increase/models/simulations/export_create_params.rb +5 -5
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +20 -12
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_check_deposit_create_params.rb +6 -6
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +9 -6
- data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb +27 -13
- data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +45 -19
- data/lib/increase/models/simulations/interest_payment_create_params.rb +4 -5
- data/lib/increase/models/simulations/pending_transaction_release_inbound_funds_hold_params.rb +3 -5
- data/lib/increase/models/simulations/physical_card_advance_shipment_params.rb +2 -1
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -5
- data/lib/increase/models/simulations/program_create_params.rb +4 -5
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +6 -3
- data/lib/increase/models/supplemental_document_list_params.rb +8 -5
- data/lib/increase/models/swift_transfer.rb +60 -27
- data/lib/increase/models/swift_transfer_create_params.rb +40 -20
- data/lib/increase/models/swift_transfer_list_params.rb +23 -16
- data/lib/increase/models/transaction.rb +1016 -536
- data/lib/increase/models/transaction_list_params.rb +21 -16
- data/lib/increase/models/unwrap_webhook_event.rb +14 -5
- data/lib/increase/models/wire_drawdown_request.rb +44 -26
- data/lib/increase/models/wire_drawdown_request_create_params.rb +23 -19
- data/lib/increase/models/wire_drawdown_request_list_params.rb +12 -9
- data/lib/increase/models/wire_transfer.rb +100 -55
- data/lib/increase/models/wire_transfer_create_params.rb +43 -26
- data/lib/increase/models/wire_transfer_list_params.rb +23 -16
- data/lib/increase/resources/account_numbers.rb +20 -16
- data/lib/increase/resources/account_statements.rb +3 -4
- data/lib/increase/resources/account_transfers.rb +20 -12
- data/lib/increase/resources/accounts.rb +19 -12
- data/lib/increase/resources/ach_prenotifications.rb +23 -13
- data/lib/increase/resources/ach_transfers.rb +93 -43
- data/lib/increase/resources/beneficial_owners.rb +35 -19
- data/lib/increase/resources/card_disputes.rb +43 -22
- data/lib/increase/resources/card_payments.rb +3 -4
- data/lib/increase/resources/card_purchase_supplements.rb +6 -5
- data/lib/increase/resources/card_push_transfers.rb +55 -24
- data/lib/increase/resources/card_tokens.rb +3 -4
- data/lib/increase/resources/card_validations.rb +19 -12
- data/lib/increase/resources/cards.rb +33 -22
- data/lib/increase/resources/check_deposits.rb +10 -9
- data/lib/increase/resources/check_transfers.rb +37 -17
- data/lib/increase/resources/declined_transactions.rb +3 -4
- data/lib/increase/resources/digital_card_profiles.rb +12 -7
- data/lib/increase/resources/digital_wallet_tokens.rb +3 -4
- data/lib/increase/resources/entities.rb +69 -33
- data/lib/increase/resources/entity_onboarding_sessions.rb +16 -10
- data/lib/increase/resources/event_subscriptions.rb +22 -13
- data/lib/increase/resources/events.rb +10 -9
- data/lib/increase/resources/exports.rb +40 -22
- data/lib/increase/resources/external_accounts.rb +21 -14
- data/lib/increase/resources/fednow_transfers.rb +21 -14
- data/lib/increase/resources/file_links.rb +3 -4
- data/lib/increase/resources/files.rb +14 -10
- data/lib/increase/resources/inbound_ach_transfers.rb +18 -19
- data/lib/increase/resources/inbound_check_deposits.rb +8 -6
- data/lib/increase/resources/inbound_fednow_transfers.rb +8 -6
- data/lib/increase/resources/inbound_mail_items.rb +7 -6
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +11 -7
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +5 -5
- data/lib/increase/resources/inbound_wire_transfers.rb +10 -7
- data/lib/increase/resources/intrafi_account_enrollments.rb +12 -7
- data/lib/increase/resources/intrafi_exclusions.rb +17 -13
- data/lib/increase/resources/lockbox_addresses.rb +10 -6
- data/lib/increase/resources/lockbox_recipients.rb +17 -12
- data/lib/increase/resources/oauth_applications.rb +3 -4
- data/lib/increase/resources/oauth_connections.rb +6 -5
- data/lib/increase/resources/oauth_tokens.rb +14 -7
- data/lib/increase/resources/pending_transactions.rb +7 -8
- data/lib/increase/resources/physical_card_profiles.rb +18 -15
- data/lib/increase/resources/physical_cards.rb +17 -12
- data/lib/increase/resources/programs.rb +3 -4
- data/lib/increase/resources/real_time_decisions.rb +18 -9
- data/lib/increase/resources/real_time_payments_transfers.rb +41 -21
- data/lib/increase/resources/routing_numbers.rb +3 -4
- data/lib/increase/resources/simulations/account_revenue_payments.rb +9 -7
- data/lib/increase/resources/simulations/ach_transfers.rb +18 -15
- data/lib/increase/resources/simulations/card_authentications.rb +10 -8
- data/lib/increase/resources/simulations/card_authorizations.rb +28 -12
- data/lib/increase/resources/simulations/card_balance_inquiries.rb +22 -11
- data/lib/increase/resources/simulations/card_disputes.rb +6 -5
- data/lib/increase/resources/simulations/card_fuel_confirmations.rb +3 -5
- data/lib/increase/resources/simulations/card_increments.rb +5 -4
- data/lib/increase/resources/simulations/card_purchase_supplements.rb +7 -7
- data/lib/increase/resources/simulations/card_refunds.rb +10 -6
- data/lib/increase/resources/simulations/card_reversals.rb +3 -4
- data/lib/increase/resources/simulations/card_settlements.rb +8 -6
- data/lib/increase/resources/simulations/card_tokens.rb +6 -3
- data/lib/increase/resources/simulations/check_deposits.rb +11 -9
- data/lib/increase/resources/simulations/entities.rb +3 -4
- data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +2 -1
- data/lib/increase/resources/simulations/exports.rb +5 -5
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +14 -9
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +11 -12
- data/lib/increase/resources/simulations/inbound_mail_items.rb +9 -6
- data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +5 -6
- data/lib/increase/resources/simulations/inbound_wire_drawdown_requests.rb +27 -13
- data/lib/increase/resources/simulations/inbound_wire_transfers.rb +45 -19
- data/lib/increase/resources/simulations/interest_payments.rb +4 -5
- data/lib/increase/resources/simulations/pending_transactions.rb +3 -5
- data/lib/increase/resources/simulations/physical_cards.rb +7 -6
- data/lib/increase/resources/simulations/programs.rb +4 -2
- data/lib/increase/resources/simulations/real_time_payments_transfers.rb +4 -2
- data/lib/increase/resources/supplemental_documents.rb +8 -5
- data/lib/increase/resources/swift_transfers.rb +33 -17
- data/lib/increase/resources/transactions.rb +6 -5
- data/lib/increase/resources/wire_drawdown_requests.rb +23 -14
- data/lib/increase/resources/wire_transfers.rb +29 -16
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_prenotification.rbi +1 -1
- data/rbi/increase/models/ach_transfer.rbi +19 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +13 -8
- data/rbi/increase/models/beneficial_owner_update_params.rbi +13 -8
- data/rbi/increase/models/check_transfer.rbi +12 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
- data/rbi/increase/models/entity_create_params.rbi +78 -48
- data/rbi/increase/models/entity_list_params.rbi +119 -0
- data/rbi/increase/models/entity_update_params.rbi +26 -16
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +14 -0
- data/rbi/increase/models/event_subscription.rbi +14 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
- data/rbi/increase/models/inbound_wire_transfer.rbi +16 -0
- data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +16 -1
- data/rbi/increase/models/simulations/card_settlement_create_params.rbi +17 -12
- data/rbi/increase/models/simulations/program_create_params.rbi +0 -7
- data/rbi/increase/models/swift_transfer.rbi +10 -0
- data/rbi/increase/models/swift_transfer_create_params.rbi +13 -0
- data/rbi/increase/models/transaction.rbi +19 -1
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/rbi/increase/resources/entities.rbi +3 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -2
- data/rbi/increase/resources/simulations/ach_transfers.rbi +5 -0
- data/rbi/increase/resources/simulations/card_settlements.rbi +6 -5
- data/rbi/increase/resources/swift_transfers.rbi +4 -0
- data/sig/increase/models/ach_prenotification.rbs +1 -1
- data/sig/increase/models/ach_transfer.rbs +6 -1
- data/sig/increase/models/beneficial_owner_create_params.rbs +7 -5
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -5
- data/sig/increase/models/check_transfer.rbs +5 -0
- data/sig/increase/models/check_transfer_create_params.rbs +12 -9
- data/sig/increase/models/entity_create_params.rbs +42 -30
- data/sig/increase/models/entity_list_params.rbs +48 -1
- data/sig/increase/models/entity_update_params.rbs +14 -10
- data/sig/increase/models/event.rbs +8 -0
- data/sig/increase/models/event_list_params.rbs +8 -0
- data/sig/increase/models/event_subscription.rbs +8 -0
- data/sig/increase/models/event_subscription_create_params.rbs +8 -0
- data/sig/increase/models/inbound_wire_transfer.rbs +10 -0
- data/sig/increase/models/simulations/ach_transfer_return_params.rbs +8 -1
- data/sig/increase/models/simulations/card_settlement_create_params.rbs +7 -5
- data/sig/increase/models/simulations/program_create_params.rbs +1 -8
- data/sig/increase/models/swift_transfer.rbs +5 -0
- data/sig/increase/models/swift_transfer_create_params.rbs +7 -0
- data/sig/increase/models/transaction.rbs +6 -1
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- data/sig/increase/resources/entities.rbs +1 -0
- data/sig/increase/resources/simulations/ach_transfers.rbs +1 -0
- data/sig/increase/resources/simulations/card_settlements.rbs +1 -1
- data/sig/increase/resources/swift_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -3,18 +3,19 @@
|
|
|
3
3
|
module Increase
|
|
4
4
|
module Resources
|
|
5
5
|
class Files
|
|
6
|
-
# Some parameter documentations has been truncated, see
|
|
7
|
-
# {Increase::Models::FileCreateParams} for more details.
|
|
8
|
-
#
|
|
9
6
|
# To upload a file to Increase, you'll need to send a request of Content-Type
|
|
10
7
|
# `multipart/form-data`. The request should contain the file you would like to
|
|
11
8
|
# upload, as well as the parameters for creating a file.
|
|
12
9
|
#
|
|
13
10
|
# @overload create(file:, purpose:, description: nil, request_options: {})
|
|
14
11
|
#
|
|
15
|
-
# @param file [Pathname, StringIO, IO, String, Increase::FilePart]
|
|
12
|
+
# @param file [Pathname, StringIO, IO, String, Increase::FilePart]
|
|
13
|
+
# The file contents. This should follow the specifications of
|
|
14
|
+
# [RFC 7578](https://datatracker.ietf.org/doc/html/rfc7578) which defines file
|
|
15
|
+
# transfers for the multipart/form-data protocol.
|
|
16
16
|
#
|
|
17
|
-
# @param purpose [Symbol, Increase::Models::FileCreateParams::Purpose]
|
|
17
|
+
# @param purpose [Symbol, Increase::Models::FileCreateParams::Purpose]
|
|
18
|
+
# What the File will be used for in Increase's systems.
|
|
18
19
|
#
|
|
19
20
|
# @param description [String] The description you choose to give the File.
|
|
20
21
|
#
|
|
@@ -55,9 +56,6 @@ module Increase
|
|
|
55
56
|
)
|
|
56
57
|
end
|
|
57
58
|
|
|
58
|
-
# Some parameter documentations has been truncated, see
|
|
59
|
-
# {Increase::Models::FileListParams} for more details.
|
|
60
|
-
#
|
|
61
59
|
# List Files
|
|
62
60
|
#
|
|
63
61
|
# @overload list(created_at: nil, cursor: nil, idempotency_key: nil, limit: nil, purpose: nil, request_options: {})
|
|
@@ -66,9 +64,15 @@ module Increase
|
|
|
66
64
|
#
|
|
67
65
|
# @param cursor [String] Return the page of entries after this one.
|
|
68
66
|
#
|
|
69
|
-
# @param idempotency_key [String]
|
|
67
|
+
# @param idempotency_key [String]
|
|
68
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
69
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
70
|
+
# request is only processed once. Learn more about
|
|
71
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
70
72
|
#
|
|
71
|
-
# @param limit [Integer]
|
|
73
|
+
# @param limit [Integer]
|
|
74
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
75
|
+
# objects.
|
|
72
76
|
#
|
|
73
77
|
# @param purpose [Increase::Models::FileListParams::Purpose]
|
|
74
78
|
#
|
|
@@ -23,22 +23,22 @@ module Increase
|
|
|
23
23
|
)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::InboundACHTransferListParams} for more details.
|
|
28
|
-
#
|
|
29
26
|
# List Inbound ACH Transfers
|
|
30
27
|
#
|
|
31
28
|
# @overload list(account_id: nil, account_number_id: nil, created_at: nil, cursor: nil, limit: nil, status: nil, request_options: {})
|
|
32
29
|
#
|
|
33
30
|
# @param account_id [String] Filter Inbound ACH Transfers to ones belonging to the specified Account.
|
|
34
31
|
#
|
|
35
|
-
# @param account_number_id [String]
|
|
32
|
+
# @param account_number_id [String]
|
|
33
|
+
# Filter Inbound ACH Transfers to ones belonging to the specified Account Number.
|
|
36
34
|
#
|
|
37
35
|
# @param created_at [Increase::Models::InboundACHTransferListParams::CreatedAt]
|
|
38
36
|
#
|
|
39
37
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
38
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
39
|
+
# @param limit [Integer]
|
|
40
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
41
|
+
# objects.
|
|
42
42
|
#
|
|
43
43
|
# @param status [Increase::Models::InboundACHTransferListParams::Status]
|
|
44
44
|
#
|
|
@@ -60,15 +60,13 @@ module Increase
|
|
|
60
60
|
)
|
|
61
61
|
end
|
|
62
62
|
|
|
63
|
-
# Some parameter documentations has been truncated, see
|
|
64
|
-
# {Increase::Models::InboundACHTransferCreateNotificationOfChangeParams} for more
|
|
65
|
-
# details.
|
|
66
|
-
#
|
|
67
63
|
# Create a notification of change for an Inbound ACH Transfer
|
|
68
64
|
#
|
|
69
65
|
# @overload create_notification_of_change(inbound_ach_transfer_id, updated_account_number: nil, updated_routing_number: nil, request_options: {})
|
|
70
66
|
#
|
|
71
|
-
# @param inbound_ach_transfer_id [String]
|
|
67
|
+
# @param inbound_ach_transfer_id [String]
|
|
68
|
+
# The identifier of the Inbound ACH Transfer for which to create a notification of
|
|
69
|
+
# change.
|
|
72
70
|
#
|
|
73
71
|
# @param updated_account_number [String] The updated account number to send in the notification of change.
|
|
74
72
|
#
|
|
@@ -90,16 +88,16 @@ module Increase
|
|
|
90
88
|
)
|
|
91
89
|
end
|
|
92
90
|
|
|
93
|
-
# Some parameter documentations has been truncated, see
|
|
94
|
-
# {Increase::Models::InboundACHTransferDeclineParams} for more details.
|
|
95
|
-
#
|
|
96
91
|
# Decline an Inbound ACH Transfer
|
|
97
92
|
#
|
|
98
93
|
# @overload decline(inbound_ach_transfer_id, reason: nil, request_options: {})
|
|
99
94
|
#
|
|
100
95
|
# @param inbound_ach_transfer_id [String] The identifier of the Inbound ACH Transfer to decline.
|
|
101
96
|
#
|
|
102
|
-
# @param reason [Symbol, Increase::Models::InboundACHTransferDeclineParams::Reason]
|
|
97
|
+
# @param reason [Symbol, Increase::Models::InboundACHTransferDeclineParams::Reason]
|
|
98
|
+
# The reason why this transfer will be returned. If this parameter is unset, the
|
|
99
|
+
# return codes will be `payment_stopped` for debits and
|
|
100
|
+
# `credit_entry_refused_by_receiver` for credits.
|
|
103
101
|
#
|
|
104
102
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
105
103
|
#
|
|
@@ -117,16 +115,17 @@ module Increase
|
|
|
117
115
|
)
|
|
118
116
|
end
|
|
119
117
|
|
|
120
|
-
# Some parameter documentations has been truncated, see
|
|
121
|
-
# {Increase::Models::InboundACHTransferTransferReturnParams} for more details.
|
|
122
|
-
#
|
|
123
118
|
# Return an Inbound ACH Transfer
|
|
124
119
|
#
|
|
125
120
|
# @overload transfer_return(inbound_ach_transfer_id, reason:, request_options: {})
|
|
126
121
|
#
|
|
127
|
-
# @param inbound_ach_transfer_id [String]
|
|
122
|
+
# @param inbound_ach_transfer_id [String]
|
|
123
|
+
# The identifier of the Inbound ACH Transfer to return to the originating
|
|
124
|
+
# financial institution.
|
|
128
125
|
#
|
|
129
|
-
# @param reason [Symbol, Increase::Models::InboundACHTransferTransferReturnParams::Reason]
|
|
126
|
+
# @param reason [Symbol, Increase::Models::InboundACHTransferTransferReturnParams::Reason]
|
|
127
|
+
# The reason why this transfer will be returned. The most usual return codes are
|
|
128
|
+
# `payment_stopped` for debits and `credit_entry_refused_by_receiver` for credits.
|
|
130
129
|
#
|
|
131
130
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
132
131
|
#
|
|
@@ -23,22 +23,23 @@ module Increase
|
|
|
23
23
|
)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::InboundCheckDepositListParams} for more details.
|
|
28
|
-
#
|
|
29
26
|
# List Inbound Check Deposits
|
|
30
27
|
#
|
|
31
28
|
# @overload list(account_id: nil, check_transfer_id: nil, created_at: nil, cursor: nil, limit: nil, request_options: {})
|
|
32
29
|
#
|
|
33
30
|
# @param account_id [String] Filter Inbound Check Deposits to those belonging to the specified Account.
|
|
34
31
|
#
|
|
35
|
-
# @param check_transfer_id [String]
|
|
32
|
+
# @param check_transfer_id [String]
|
|
33
|
+
# Filter Inbound Check Deposits to those belonging to the specified Check
|
|
34
|
+
# Transfer.
|
|
36
35
|
#
|
|
37
36
|
# @param created_at [Increase::Models::InboundCheckDepositListParams::CreatedAt]
|
|
38
37
|
#
|
|
39
38
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
39
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
40
|
+
# @param limit [Integer]
|
|
41
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
42
|
+
# objects.
|
|
42
43
|
#
|
|
43
44
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
44
45
|
#
|
|
@@ -84,7 +85,8 @@ module Increase
|
|
|
84
85
|
#
|
|
85
86
|
# @param inbound_check_deposit_id [String] The identifier of the Inbound Check Deposit to return.
|
|
86
87
|
#
|
|
87
|
-
# @param reason [Symbol, Increase::Models::InboundCheckDepositReturnParams::Reason]
|
|
88
|
+
# @param reason [Symbol, Increase::Models::InboundCheckDepositReturnParams::Reason]
|
|
89
|
+
# The reason to return the Inbound Check Deposit.
|
|
88
90
|
#
|
|
89
91
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
90
92
|
#
|
|
@@ -7,7 +7,8 @@ module Increase
|
|
|
7
7
|
#
|
|
8
8
|
# @overload retrieve(inbound_fednow_transfer_id, request_options: {})
|
|
9
9
|
#
|
|
10
|
-
# @param inbound_fednow_transfer_id [String]
|
|
10
|
+
# @param inbound_fednow_transfer_id [String]
|
|
11
|
+
# The identifier of the Inbound FedNow Transfer to get details for.
|
|
11
12
|
#
|
|
12
13
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
13
14
|
#
|
|
@@ -23,22 +24,23 @@ module Increase
|
|
|
23
24
|
)
|
|
24
25
|
end
|
|
25
26
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::InboundFednowTransferListParams} for more details.
|
|
28
|
-
#
|
|
29
27
|
# List Inbound FedNow Transfers
|
|
30
28
|
#
|
|
31
29
|
# @overload list(account_id: nil, account_number_id: nil, created_at: nil, cursor: nil, limit: nil, request_options: {})
|
|
32
30
|
#
|
|
33
31
|
# @param account_id [String] Filter Inbound FedNow Transfers to those belonging to the specified Account.
|
|
34
32
|
#
|
|
35
|
-
# @param account_number_id [String]
|
|
33
|
+
# @param account_number_id [String]
|
|
34
|
+
# Filter Inbound FedNow Transfers to ones belonging to the specified Account
|
|
35
|
+
# Number.
|
|
36
36
|
#
|
|
37
37
|
# @param created_at [Increase::Models::InboundFednowTransferListParams::CreatedAt]
|
|
38
38
|
#
|
|
39
39
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
40
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
41
|
+
# @param limit [Integer]
|
|
42
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
43
|
+
# objects.
|
|
42
44
|
#
|
|
43
45
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
44
46
|
#
|
|
@@ -23,9 +23,6 @@ module Increase
|
|
|
23
23
|
)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::InboundMailItemListParams} for more details.
|
|
28
|
-
#
|
|
29
26
|
# List Inbound Mail Items
|
|
30
27
|
#
|
|
31
28
|
# @overload list(created_at: nil, cursor: nil, limit: nil, lockbox_address_id: nil, lockbox_recipient_id: nil, request_options: {})
|
|
@@ -34,11 +31,14 @@ module Increase
|
|
|
34
31
|
#
|
|
35
32
|
# @param cursor [String] Return the page of entries after this one.
|
|
36
33
|
#
|
|
37
|
-
# @param limit [Integer]
|
|
34
|
+
# @param limit [Integer]
|
|
35
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
36
|
+
# objects.
|
|
38
37
|
#
|
|
39
38
|
# @param lockbox_address_id [String] Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
|
|
40
39
|
#
|
|
41
|
-
# @param lockbox_recipient_id [String]
|
|
40
|
+
# @param lockbox_recipient_id [String]
|
|
41
|
+
# Filter Inbound Mail Items to ones sent to the provided Lockbox Recipient.
|
|
42
42
|
#
|
|
43
43
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
44
44
|
#
|
|
@@ -66,7 +66,8 @@ module Increase
|
|
|
66
66
|
#
|
|
67
67
|
# @param inbound_mail_item_id [String] The identifier of the Inbound Mail Item to action.
|
|
68
68
|
#
|
|
69
|
-
# @param checks [Array<Increase::Models::InboundMailItemActionParams::Check>]
|
|
69
|
+
# @param checks [Array<Increase::Models::InboundMailItemActionParams::Check>]
|
|
70
|
+
# The actions to perform on the Inbound Mail Item.
|
|
70
71
|
#
|
|
71
72
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
72
73
|
#
|
|
@@ -7,7 +7,8 @@ module Increase
|
|
|
7
7
|
#
|
|
8
8
|
# @overload retrieve(inbound_real_time_payments_transfer_id, request_options: {})
|
|
9
9
|
#
|
|
10
|
-
# @param inbound_real_time_payments_transfer_id [String]
|
|
10
|
+
# @param inbound_real_time_payments_transfer_id [String]
|
|
11
|
+
# The identifier of the Inbound Real-Time Payments Transfer to get details for.
|
|
11
12
|
#
|
|
12
13
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
13
14
|
#
|
|
@@ -23,22 +24,25 @@ module Increase
|
|
|
23
24
|
)
|
|
24
25
|
end
|
|
25
26
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::InboundRealTimePaymentsTransferListParams} for more details.
|
|
28
|
-
#
|
|
29
27
|
# List Inbound Real-Time Payments Transfers
|
|
30
28
|
#
|
|
31
29
|
# @overload list(account_id: nil, account_number_id: nil, created_at: nil, cursor: nil, limit: nil, request_options: {})
|
|
32
30
|
#
|
|
33
|
-
# @param account_id [String]
|
|
31
|
+
# @param account_id [String]
|
|
32
|
+
# Filter Inbound Real-Time Payments Transfers to those belonging to the specified
|
|
33
|
+
# Account.
|
|
34
34
|
#
|
|
35
|
-
# @param account_number_id [String]
|
|
35
|
+
# @param account_number_id [String]
|
|
36
|
+
# Filter Inbound Real-Time Payments Transfers to ones belonging to the specified
|
|
37
|
+
# Account Number.
|
|
36
38
|
#
|
|
37
39
|
# @param created_at [Increase::Models::InboundRealTimePaymentsTransferListParams::CreatedAt]
|
|
38
40
|
#
|
|
39
41
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
42
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
43
|
+
# @param limit [Integer]
|
|
44
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
45
|
+
# objects.
|
|
42
46
|
#
|
|
43
47
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
44
48
|
#
|
|
@@ -7,7 +7,8 @@ module Increase
|
|
|
7
7
|
#
|
|
8
8
|
# @overload retrieve(inbound_wire_drawdown_request_id, request_options: {})
|
|
9
9
|
#
|
|
10
|
-
# @param inbound_wire_drawdown_request_id [String]
|
|
10
|
+
# @param inbound_wire_drawdown_request_id [String]
|
|
11
|
+
# The identifier of the Inbound Wire Drawdown Request to retrieve.
|
|
11
12
|
#
|
|
12
13
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
13
14
|
#
|
|
@@ -23,16 +24,15 @@ module Increase
|
|
|
23
24
|
)
|
|
24
25
|
end
|
|
25
26
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::InboundWireDrawdownRequestListParams} for more details.
|
|
28
|
-
#
|
|
29
27
|
# List Inbound Wire Drawdown Requests
|
|
30
28
|
#
|
|
31
29
|
# @overload list(cursor: nil, limit: nil, request_options: {})
|
|
32
30
|
#
|
|
33
31
|
# @param cursor [String] Return the page of entries after this one.
|
|
34
32
|
#
|
|
35
|
-
# @param limit [Integer]
|
|
33
|
+
# @param limit [Integer]
|
|
34
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
|
+
# objects.
|
|
36
36
|
#
|
|
37
37
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
38
38
|
#
|
|
@@ -23,26 +23,28 @@ module Increase
|
|
|
23
23
|
)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::InboundWireTransferListParams} for more details.
|
|
28
|
-
#
|
|
29
26
|
# List Inbound Wire Transfers
|
|
30
27
|
#
|
|
31
28
|
# @overload list(account_id: nil, account_number_id: nil, created_at: nil, cursor: nil, limit: nil, status: nil, wire_drawdown_request_id: nil, request_options: {})
|
|
32
29
|
#
|
|
33
30
|
# @param account_id [String] Filter Inbound Wire Transfers to ones belonging to the specified Account.
|
|
34
31
|
#
|
|
35
|
-
# @param account_number_id [String]
|
|
32
|
+
# @param account_number_id [String]
|
|
33
|
+
# Filter Inbound Wire Transfers to ones belonging to the specified Account Number.
|
|
36
34
|
#
|
|
37
35
|
# @param created_at [Increase::Models::InboundWireTransferListParams::CreatedAt]
|
|
38
36
|
#
|
|
39
37
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
38
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
39
|
+
# @param limit [Integer]
|
|
40
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
41
|
+
# objects.
|
|
42
42
|
#
|
|
43
43
|
# @param status [Increase::Models::InboundWireTransferListParams::Status]
|
|
44
44
|
#
|
|
45
|
-
# @param wire_drawdown_request_id [String]
|
|
45
|
+
# @param wire_drawdown_request_id [String]
|
|
46
|
+
# Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown
|
|
47
|
+
# Request.
|
|
46
48
|
#
|
|
47
49
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
48
50
|
#
|
|
@@ -68,7 +70,8 @@ module Increase
|
|
|
68
70
|
#
|
|
69
71
|
# @param inbound_wire_transfer_id [String] The identifier of the Inbound Wire Transfer to reverse.
|
|
70
72
|
#
|
|
71
|
-
# @param reason [Symbol, Increase::Models::InboundWireTransferReverseParams::Reason]
|
|
73
|
+
# @param reason [Symbol, Increase::Models::InboundWireTransferReverseParams::Reason]
|
|
74
|
+
# Reason for the reversal.
|
|
72
75
|
#
|
|
73
76
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
74
77
|
#
|
|
@@ -31,7 +31,8 @@ module Increase
|
|
|
31
31
|
#
|
|
32
32
|
# @overload retrieve(intrafi_account_enrollment_id, request_options: {})
|
|
33
33
|
#
|
|
34
|
-
# @param intrafi_account_enrollment_id [String]
|
|
34
|
+
# @param intrafi_account_enrollment_id [String]
|
|
35
|
+
# The identifier of the IntraFi Account Enrollment to retrieve.
|
|
35
36
|
#
|
|
36
37
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
37
38
|
#
|
|
@@ -47,9 +48,6 @@ module Increase
|
|
|
47
48
|
)
|
|
48
49
|
end
|
|
49
50
|
|
|
50
|
-
# Some parameter documentations has been truncated, see
|
|
51
|
-
# {Increase::Models::IntrafiAccountEnrollmentListParams} for more details.
|
|
52
|
-
#
|
|
53
51
|
# List IntraFi Account Enrollments
|
|
54
52
|
#
|
|
55
53
|
# @overload list(account_id: nil, cursor: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
|
|
@@ -58,9 +56,15 @@ module Increase
|
|
|
58
56
|
#
|
|
59
57
|
# @param cursor [String] Return the page of entries after this one.
|
|
60
58
|
#
|
|
61
|
-
# @param idempotency_key [String]
|
|
59
|
+
# @param idempotency_key [String]
|
|
60
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
61
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
62
|
+
# request is only processed once. Learn more about
|
|
63
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
62
64
|
#
|
|
63
|
-
# @param limit [Integer]
|
|
65
|
+
# @param limit [Integer]
|
|
66
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
67
|
+
# objects.
|
|
64
68
|
#
|
|
65
69
|
# @param status [Increase::Models::IntrafiAccountEnrollmentListParams::Status]
|
|
66
70
|
#
|
|
@@ -86,7 +90,8 @@ module Increase
|
|
|
86
90
|
#
|
|
87
91
|
# @overload unenroll(intrafi_account_enrollment_id, request_options: {})
|
|
88
92
|
#
|
|
89
|
-
# @param intrafi_account_enrollment_id [String]
|
|
93
|
+
# @param intrafi_account_enrollment_id [String]
|
|
94
|
+
# The Identifier of the IntraFi Account Enrollment to remove from IntraFi.
|
|
90
95
|
#
|
|
91
96
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
92
97
|
#
|
|
@@ -3,16 +3,17 @@
|
|
|
3
3
|
module Increase
|
|
4
4
|
module Resources
|
|
5
5
|
class IntrafiExclusions
|
|
6
|
-
# Some parameter documentations has been truncated, see
|
|
7
|
-
# {Increase::Models::IntrafiExclusionCreateParams} for more details.
|
|
8
|
-
#
|
|
9
6
|
# Create an IntraFi Exclusion
|
|
10
7
|
#
|
|
11
8
|
# @overload create(entity_id:, fdic_certificate_number:, request_options: {})
|
|
12
9
|
#
|
|
13
10
|
# @param entity_id [String] The identifier of the Entity whose deposits will be excluded.
|
|
14
11
|
#
|
|
15
|
-
# @param fdic_certificate_number [String]
|
|
12
|
+
# @param fdic_certificate_number [String]
|
|
13
|
+
# The FDIC certificate number of the financial institution to be excluded. An FDIC
|
|
14
|
+
# certificate number uniquely identifies a financial institution, and is different
|
|
15
|
+
# than a routing number. To find one, we recommend searching by Bank Name using
|
|
16
|
+
# the [FDIC's bankfind tool](https://banks.data.fdic.gov/bankfind-suite/bankfind).
|
|
16
17
|
#
|
|
17
18
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
18
19
|
#
|
|
@@ -50,9 +51,6 @@ module Increase
|
|
|
50
51
|
)
|
|
51
52
|
end
|
|
52
53
|
|
|
53
|
-
# Some parameter documentations has been truncated, see
|
|
54
|
-
# {Increase::Models::IntrafiExclusionListParams} for more details.
|
|
55
|
-
#
|
|
56
54
|
# List IntraFi Exclusions
|
|
57
55
|
#
|
|
58
56
|
# @overload list(cursor: nil, entity_id: nil, idempotency_key: nil, limit: nil, request_options: {})
|
|
@@ -61,9 +59,15 @@ module Increase
|
|
|
61
59
|
#
|
|
62
60
|
# @param entity_id [String] Filter IntraFi Exclusions for those belonging to the specified Entity.
|
|
63
61
|
#
|
|
64
|
-
# @param idempotency_key [String]
|
|
62
|
+
# @param idempotency_key [String]
|
|
63
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
64
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
65
|
+
# request is only processed once. Learn more about
|
|
66
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
65
67
|
#
|
|
66
|
-
# @param limit [Integer]
|
|
68
|
+
# @param limit [Integer]
|
|
69
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
70
|
+
# objects.
|
|
67
71
|
#
|
|
68
72
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
69
73
|
#
|
|
@@ -83,14 +87,14 @@ module Increase
|
|
|
83
87
|
)
|
|
84
88
|
end
|
|
85
89
|
|
|
86
|
-
# Some parameter documentations has been truncated, see
|
|
87
|
-
# {Increase::Models::IntrafiExclusionArchiveParams} for more details.
|
|
88
|
-
#
|
|
89
90
|
# Archive an IntraFi Exclusion
|
|
90
91
|
#
|
|
91
92
|
# @overload archive(intrafi_exclusion_id, request_options: {})
|
|
92
93
|
#
|
|
93
|
-
# @param intrafi_exclusion_id [String]
|
|
94
|
+
# @param intrafi_exclusion_id [String]
|
|
95
|
+
# The identifier of the IntraFi Exclusion request to archive. It may take 5
|
|
96
|
+
# business days for an exclusion removal to be processed. Removing an exclusion
|
|
97
|
+
# does not guarantee that funds will be swept to the previously-excluded bank.
|
|
94
98
|
#
|
|
95
99
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
96
100
|
#
|
|
@@ -56,7 +56,8 @@ module Increase
|
|
|
56
56
|
#
|
|
57
57
|
# @param description [String] The description you choose for the Lockbox Address.
|
|
58
58
|
#
|
|
59
|
-
# @param status [Symbol, Increase::Models::LockboxAddressUpdateParams::Status]
|
|
59
|
+
# @param status [Symbol, Increase::Models::LockboxAddressUpdateParams::Status]
|
|
60
|
+
# The status of the Lockbox Address.
|
|
60
61
|
#
|
|
61
62
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
62
63
|
#
|
|
@@ -74,9 +75,6 @@ module Increase
|
|
|
74
75
|
)
|
|
75
76
|
end
|
|
76
77
|
|
|
77
|
-
# Some parameter documentations has been truncated, see
|
|
78
|
-
# {Increase::Models::LockboxAddressListParams} for more details.
|
|
79
|
-
#
|
|
80
78
|
# List Lockbox Addresses
|
|
81
79
|
#
|
|
82
80
|
# @overload list(created_at: nil, cursor: nil, idempotency_key: nil, limit: nil, request_options: {})
|
|
@@ -85,9 +83,15 @@ module Increase
|
|
|
85
83
|
#
|
|
86
84
|
# @param cursor [String] Return the page of entries after this one.
|
|
87
85
|
#
|
|
88
|
-
# @param idempotency_key [String]
|
|
86
|
+
# @param idempotency_key [String]
|
|
87
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
88
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
89
|
+
# request is only processed once. Learn more about
|
|
90
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
89
91
|
#
|
|
90
|
-
# @param limit [Integer]
|
|
92
|
+
# @param limit [Integer]
|
|
93
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
94
|
+
# objects.
|
|
91
95
|
#
|
|
92
96
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
93
97
|
#
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
module Increase
|
|
4
4
|
module Resources
|
|
5
5
|
class LockboxRecipients
|
|
6
|
-
# Some parameter documentations has been truncated, see
|
|
7
|
-
# {Increase::Models::LockboxRecipientCreateParams} for more details.
|
|
8
|
-
#
|
|
9
6
|
# Create a Lockbox Recipient
|
|
10
7
|
#
|
|
11
8
|
# @overload create(account_id:, lockbox_address_id:, description: nil, recipient_name: nil, request_options: {})
|
|
12
9
|
#
|
|
13
|
-
# @param account_id [String]
|
|
10
|
+
# @param account_id [String]
|
|
11
|
+
# The Account that checks sent to this Lockbox Recipient should be deposited into.
|
|
14
12
|
#
|
|
15
|
-
# @param lockbox_address_id [String]
|
|
13
|
+
# @param lockbox_address_id [String]
|
|
14
|
+
# The Lockbox Address where this Lockbox Recipient may receive mail. The Lockbox
|
|
15
|
+
# Address must have a `status` of `active`.
|
|
16
16
|
#
|
|
17
17
|
# @param description [String] The description you choose for the Lockbox Recipient.
|
|
18
18
|
#
|
|
@@ -64,7 +64,8 @@ module Increase
|
|
|
64
64
|
#
|
|
65
65
|
# @param recipient_name [String] The name of the Lockbox Recipient.
|
|
66
66
|
#
|
|
67
|
-
# @param status [Symbol, Increase::Models::LockboxRecipientUpdateParams::Status]
|
|
67
|
+
# @param status [Symbol, Increase::Models::LockboxRecipientUpdateParams::Status]
|
|
68
|
+
# The status of the Lockbox Recipient.
|
|
68
69
|
#
|
|
69
70
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
70
71
|
#
|
|
@@ -82,9 +83,6 @@ module Increase
|
|
|
82
83
|
)
|
|
83
84
|
end
|
|
84
85
|
|
|
85
|
-
# Some parameter documentations has been truncated, see
|
|
86
|
-
# {Increase::Models::LockboxRecipientListParams} for more details.
|
|
87
|
-
#
|
|
88
86
|
# List Lockbox Recipients
|
|
89
87
|
#
|
|
90
88
|
# @overload list(account_id: nil, created_at: nil, cursor: nil, idempotency_key: nil, limit: nil, lockbox_address_id: nil, request_options: {})
|
|
@@ -95,11 +93,18 @@ module Increase
|
|
|
95
93
|
#
|
|
96
94
|
# @param cursor [String] Return the page of entries after this one.
|
|
97
95
|
#
|
|
98
|
-
# @param idempotency_key [String]
|
|
96
|
+
# @param idempotency_key [String]
|
|
97
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
98
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
99
|
+
# request is only processed once. Learn more about
|
|
100
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
99
101
|
#
|
|
100
|
-
# @param limit [Integer]
|
|
102
|
+
# @param limit [Integer]
|
|
103
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
104
|
+
# objects.
|
|
101
105
|
#
|
|
102
|
-
# @param lockbox_address_id [String]
|
|
106
|
+
# @param lockbox_address_id [String]
|
|
107
|
+
# Filter Lockbox Recipients to those associated with the provided Lockbox Address.
|
|
103
108
|
#
|
|
104
109
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
105
110
|
#
|
|
@@ -23,9 +23,6 @@ module Increase
|
|
|
23
23
|
)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::OAuthApplicationListParams} for more details.
|
|
28
|
-
#
|
|
29
26
|
# List OAuth Applications
|
|
30
27
|
#
|
|
31
28
|
# @overload list(created_at: nil, cursor: nil, limit: nil, status: nil, request_options: {})
|
|
@@ -34,7 +31,9 @@ module Increase
|
|
|
34
31
|
#
|
|
35
32
|
# @param cursor [String] Return the page of entries after this one.
|
|
36
33
|
#
|
|
37
|
-
# @param limit [Integer]
|
|
34
|
+
# @param limit [Integer]
|
|
35
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
36
|
+
# objects.
|
|
38
37
|
#
|
|
39
38
|
# @param status [Increase::Models::OAuthApplicationListParams::Status]
|
|
40
39
|
#
|
|
@@ -23,18 +23,19 @@ module Increase
|
|
|
23
23
|
)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::OAuthConnectionListParams} for more details.
|
|
28
|
-
#
|
|
29
26
|
# List OAuth Connections
|
|
30
27
|
#
|
|
31
28
|
# @overload list(cursor: nil, limit: nil, oauth_application_id: nil, status: nil, request_options: {})
|
|
32
29
|
#
|
|
33
30
|
# @param cursor [String] Return the page of entries after this one.
|
|
34
31
|
#
|
|
35
|
-
# @param limit [Integer]
|
|
32
|
+
# @param limit [Integer]
|
|
33
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
34
|
+
# objects.
|
|
36
35
|
#
|
|
37
|
-
# @param oauth_application_id [String]
|
|
36
|
+
# @param oauth_application_id [String]
|
|
37
|
+
# Filter results to only include OAuth Connections for a specific OAuth
|
|
38
|
+
# Application.
|
|
38
39
|
#
|
|
39
40
|
# @param status [Increase::Models::OAuthConnectionListParams::Status]
|
|
40
41
|
#
|