increase 1.340.0 → 1.341.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 +48 -27
- 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 +199 -103
- 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 +48 -37
- data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
- data/lib/increase/models/beneficial_owner_update_params.rb +44 -31
- 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 +124 -75
- 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 +323 -236
- 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 +112 -86
- data/lib/increase/models/event.rb +6 -5
- data/lib/increase/models/event_list_params.rb +23 -17
- data/lib/increase/models/event_subscription.rb +17 -9
- data/lib/increase/models/event_subscription_create_params.rb +14 -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 +33 -21
- 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 +3 -4
- 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 +6 -5
- 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 -2
- 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 +48 -26
- data/lib/increase/models/swift_transfer_create_params.rb +28 -19
- data/lib/increase/models/swift_transfer_list_params.rb +23 -16
- data/lib/increase/models/transaction.rb +995 -534
- data/lib/increase/models/transaction_list_params.rb +21 -16
- data/lib/increase/models/unwrap_webhook_event.rb +6 -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 +12 -14
- 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 +6 -5
- 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 +28 -16
- 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/check_transfer.rbi +8 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
- data/rbi/increase/models/entity_list_params.rbi +119 -0
- data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
- data/rbi/increase/resources/entities.rbi +3 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -2
- 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_list_params.rbs +48 -1
- data/sig/increase/resources/entities.rbs +1 -0
- metadata +2 -2
|
@@ -156,46 +156,93 @@ module Increase
|
|
|
156
156
|
optional :transaction_timing, enum: -> { Increase::ACHTransferCreateParams::TransactionTiming }
|
|
157
157
|
|
|
158
158
|
# @!method initialize(account_id:, amount:, statement_descriptor:, account_number: nil, addenda: nil, company_descriptive_date: nil, company_discretionary_data: nil, company_entry_description: nil, company_name: nil, destination_account_holder: nil, external_account_id: nil, funding: nil, individual_id: nil, individual_name: nil, preferred_effective_date: nil, require_approval: nil, routing_number: nil, standard_entry_class_code: nil, transaction_timing: nil, request_options: {})
|
|
159
|
-
# Some parameter documentations has been truncated, see
|
|
160
|
-
# {Increase::Models::ACHTransferCreateParams} for more details.
|
|
161
|
-
#
|
|
162
159
|
# @param account_id [String] The Increase identifier for the account that will send the transfer.
|
|
163
160
|
#
|
|
164
|
-
# @param amount [Integer]
|
|
165
|
-
#
|
|
166
|
-
#
|
|
167
|
-
#
|
|
168
|
-
#
|
|
169
|
-
#
|
|
170
|
-
#
|
|
171
|
-
#
|
|
172
|
-
#
|
|
173
|
-
#
|
|
174
|
-
#
|
|
175
|
-
#
|
|
176
|
-
#
|
|
177
|
-
#
|
|
178
|
-
#
|
|
179
|
-
#
|
|
180
|
-
#
|
|
181
|
-
#
|
|
182
|
-
# @param
|
|
183
|
-
#
|
|
184
|
-
#
|
|
185
|
-
#
|
|
186
|
-
#
|
|
187
|
-
#
|
|
188
|
-
# @param
|
|
189
|
-
#
|
|
190
|
-
#
|
|
191
|
-
#
|
|
192
|
-
#
|
|
193
|
-
#
|
|
194
|
-
#
|
|
195
|
-
#
|
|
196
|
-
#
|
|
197
|
-
#
|
|
198
|
-
# @param
|
|
161
|
+
# @param amount [Integer]
|
|
162
|
+
# The transfer amount in USD cents. A positive amount originates a credit transfer
|
|
163
|
+
# pushing funds to the receiving account. A negative amount originates a debit
|
|
164
|
+
# transfer pulling funds from the receiving account.
|
|
165
|
+
#
|
|
166
|
+
# @param statement_descriptor [String]
|
|
167
|
+
# A description you choose to give the transfer. This will be saved with the
|
|
168
|
+
# transfer details, displayed in the dashboard, and returned by the API. If
|
|
169
|
+
# `individual_name` and `company_name` are not explicitly set by this API, the
|
|
170
|
+
# `statement_descriptor` will be sent in those fields to the receiving bank to
|
|
171
|
+
# help the customer recognize the transfer. You are highly encouraged to pass
|
|
172
|
+
# `individual_name` and `company_name` instead of relying on this fallback.
|
|
173
|
+
#
|
|
174
|
+
# @param account_number [String]
|
|
175
|
+
# The receiver's account number. For credit transfers (positive `amount`) this is
|
|
176
|
+
# the account that funds will be sent to. For debit transfers (negative `amount`)
|
|
177
|
+
# this is the account that funds will be pulled from.
|
|
178
|
+
#
|
|
179
|
+
# @param addenda [Increase::Models::ACHTransferCreateParams::Addenda]
|
|
180
|
+
# Additional information passed through to the receiving bank with the transfer.
|
|
181
|
+
# Most ACH transfers do not need this. Only set this if your recipient has asked
|
|
182
|
+
# for addendum data, typically unstructured remittance information. Corporate
|
|
183
|
+
# Trade Exchange (CTX) flows can carry structured X12 remittance advice instead.
|
|
184
|
+
#
|
|
185
|
+
# @param company_descriptive_date [String]
|
|
186
|
+
# A description of the transfer date (typically `YYMMDD`), sent in the company
|
|
187
|
+
# batch header. This value is informational and does not affect funds movement,
|
|
188
|
+
# settlement timing, or returns. Only set this if your recipient has asked for it.
|
|
189
|
+
#
|
|
190
|
+
# @param company_discretionary_data [String]
|
|
191
|
+
# Custom data sent in the company batch header. This value is informational and
|
|
192
|
+
# does not affect funds movement, settlement timing, or returns. Most ACH
|
|
193
|
+
# transfers do not need this. Only set this if your recipient has asked for it.
|
|
194
|
+
#
|
|
195
|
+
# @param company_entry_description [String]
|
|
196
|
+
# A short description sent in the company batch header. Most receivers do not
|
|
197
|
+
# surface this. Only set this if your recipient has asked for a specific value or
|
|
198
|
+
# if Nacha mandates one for your Standard Entry Class (SEC) code and use case. For
|
|
199
|
+
# example, Prearranged Payment and Deposit (PPD) payroll credits must use
|
|
200
|
+
# `PAYROLL`, and reversals must use `REVERSAL`.
|
|
201
|
+
#
|
|
202
|
+
# @param company_name [String]
|
|
203
|
+
# The name by which the recipient knows you, sent in the company batch header. We
|
|
204
|
+
# recommend setting this on every transfer; if you do not, we fall back to the ACH
|
|
205
|
+
# company name configured on your account.
|
|
206
|
+
#
|
|
207
|
+
# @param destination_account_holder [Symbol, Increase::Models::ACHTransferCreateParams::DestinationAccountHolder]
|
|
208
|
+
# The type of entity that owns the receiver's account.
|
|
209
|
+
#
|
|
210
|
+
# @param external_account_id [String]
|
|
211
|
+
# The ID of an External Account to initiate a transfer to. If this parameter is
|
|
212
|
+
# provided, `account_number`, `routing_number`, and `funding` must be absent.
|
|
213
|
+
#
|
|
214
|
+
# @param funding [Symbol, Increase::Models::ACHTransferCreateParams::Funding]
|
|
215
|
+
# The type of the receiver's bank account.
|
|
216
|
+
#
|
|
217
|
+
# @param individual_id [String]
|
|
218
|
+
# Your internal identifier for the transfer recipient. This value is informational
|
|
219
|
+
# and not verified by the recipient's bank. Most callers can leave this unset.
|
|
220
|
+
#
|
|
221
|
+
# @param individual_name [String]
|
|
222
|
+
# The name of the transfer recipient. This value is informational and not verified
|
|
223
|
+
# by the recipient's bank.
|
|
224
|
+
#
|
|
225
|
+
# @param preferred_effective_date [Increase::Models::ACHTransferCreateParams::PreferredEffectiveDate]
|
|
226
|
+
# Configuration for how the effective date of the transfer will be set. This
|
|
227
|
+
# determines same-day vs future-dated settlement timing. If not set, defaults to a
|
|
228
|
+
# `settlement_schedule` of `same_day`. If set, exactly one of the child attributes
|
|
229
|
+
# must be set.
|
|
230
|
+
#
|
|
231
|
+
# @param require_approval [Boolean]
|
|
232
|
+
# Whether the transfer requires explicit approval via the dashboard or API.
|
|
233
|
+
#
|
|
234
|
+
# @param routing_number [String]
|
|
235
|
+
# The American Bankers' Association (ABA) Routing Transit Number (RTN) of the
|
|
236
|
+
# receiver's bank.
|
|
237
|
+
#
|
|
238
|
+
# @param standard_entry_class_code [Symbol, Increase::Models::ACHTransferCreateParams::StandardEntryClassCode]
|
|
239
|
+
# The
|
|
240
|
+
# [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
|
|
241
|
+
# to use for the transfer. If not provided, the default is
|
|
242
|
+
# `corporate_credit_or_debit`.
|
|
243
|
+
#
|
|
244
|
+
# @param transaction_timing [Symbol, Increase::Models::ACHTransferCreateParams::TransactionTiming]
|
|
245
|
+
# The timing of the transaction.
|
|
199
246
|
#
|
|
200
247
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
201
248
|
|
|
@@ -223,19 +270,22 @@ module Increase
|
|
|
223
270
|
-> { Increase::ACHTransferCreateParams::Addenda::PaymentOrderRemittanceAdvice }
|
|
224
271
|
|
|
225
272
|
# @!method initialize(category:, freeform: nil, payment_order_remittance_advice: nil)
|
|
226
|
-
# Some parameter documentations has been truncated, see
|
|
227
|
-
# {Increase::Models::ACHTransferCreateParams::Addenda} for more details.
|
|
228
|
-
#
|
|
229
273
|
# Additional information passed through to the receiving bank with the transfer.
|
|
230
274
|
# Most ACH transfers do not need this. Only set this if your recipient has asked
|
|
231
275
|
# for addendum data, typically unstructured remittance information. Corporate
|
|
232
276
|
# Trade Exchange (CTX) flows can carry structured X12 remittance advice instead.
|
|
233
277
|
#
|
|
234
|
-
# @param category [Symbol, Increase::Models::ACHTransferCreateParams::Addenda::Category]
|
|
278
|
+
# @param category [Symbol, Increase::Models::ACHTransferCreateParams::Addenda::Category]
|
|
279
|
+
# The type of addenda to pass with the transfer.
|
|
235
280
|
#
|
|
236
|
-
# @param freeform [Increase::Models::ACHTransferCreateParams::Addenda::Freeform]
|
|
281
|
+
# @param freeform [Increase::Models::ACHTransferCreateParams::Addenda::Freeform]
|
|
282
|
+
# Unstructured `payment_related_information` passed through with the transfer.
|
|
283
|
+
# Required if and only if `category` is `freeform`.
|
|
237
284
|
#
|
|
238
|
-
# @param payment_order_remittance_advice [Increase::Models::ACHTransferCreateParams::Addenda::PaymentOrderRemittanceAdvice]
|
|
285
|
+
# @param payment_order_remittance_advice [Increase::Models::ACHTransferCreateParams::Addenda::PaymentOrderRemittanceAdvice]
|
|
286
|
+
# Structured ASC X12 820 remittance advice records. Please reach out to
|
|
287
|
+
# [support@increase.com](mailto:support@increase.com) for more information.
|
|
288
|
+
# Required if and only if `category` is `payment_order_remittance_advice`.
|
|
239
289
|
|
|
240
290
|
# The type of addenda to pass with the transfer.
|
|
241
291
|
#
|
|
@@ -265,13 +315,13 @@ module Increase
|
|
|
265
315
|
-> { Increase::Internal::Type::ArrayOf[Increase::ACHTransferCreateParams::Addenda::Freeform::Entry] }
|
|
266
316
|
|
|
267
317
|
# @!method initialize(entries:)
|
|
268
|
-
# Some parameter documentations has been truncated, see
|
|
269
|
-
# {Increase::Models::ACHTransferCreateParams::Addenda::Freeform} for more details.
|
|
270
|
-
#
|
|
271
318
|
# Unstructured `payment_related_information` passed through with the transfer.
|
|
272
319
|
# Required if and only if `category` is `freeform`.
|
|
273
320
|
#
|
|
274
|
-
# @param entries [Array<Increase::Models::ACHTransferCreateParams::Addenda::Freeform::Entry>]
|
|
321
|
+
# @param entries [Array<Increase::Models::ACHTransferCreateParams::Addenda::Freeform::Entry>]
|
|
322
|
+
# Each entry represents an addendum sent with the transfer. Sending more than one
|
|
323
|
+
# addendum is only supported for transfers with `standard_entry_class_code` of
|
|
324
|
+
# `corporate_trade_exchange` (CTX).
|
|
275
325
|
|
|
276
326
|
class Entry < Increase::Internal::Type::BaseModel
|
|
277
327
|
# @!attribute payment_related_information
|
|
@@ -299,7 +349,8 @@ module Increase
|
|
|
299
349
|
# [support@increase.com](mailto:support@increase.com) for more information.
|
|
300
350
|
# Required if and only if `category` is `payment_order_remittance_advice`.
|
|
301
351
|
#
|
|
302
|
-
# @param invoices [Array<Increase::Models::ACHTransferCreateParams::Addenda::PaymentOrderRemittanceAdvice::Invoice>]
|
|
352
|
+
# @param invoices [Array<Increase::Models::ACHTransferCreateParams::Addenda::PaymentOrderRemittanceAdvice::Invoice>]
|
|
353
|
+
# ASC X12 RMR records for this specific transfer.
|
|
303
354
|
|
|
304
355
|
class Invoice < Increase::Internal::Type::BaseModel
|
|
305
356
|
# @!attribute invoice_number
|
|
@@ -316,13 +367,12 @@ module Increase
|
|
|
316
367
|
required :paid_amount, Integer
|
|
317
368
|
|
|
318
369
|
# @!method initialize(invoice_number:, paid_amount:)
|
|
319
|
-
#
|
|
320
|
-
#
|
|
321
|
-
# for more details.
|
|
370
|
+
# @param invoice_number [String]
|
|
371
|
+
# The invoice number for this reference, determined in advance with the receiver.
|
|
322
372
|
#
|
|
323
|
-
# @param
|
|
324
|
-
#
|
|
325
|
-
#
|
|
373
|
+
# @param paid_amount [Integer]
|
|
374
|
+
# The amount that was paid for this invoice in the minor unit of its currency. For
|
|
375
|
+
# dollars, for example, this is cents.
|
|
326
376
|
end
|
|
327
377
|
end
|
|
328
378
|
end
|
|
@@ -380,18 +430,17 @@ module Increase
|
|
|
380
430
|
enum: -> { Increase::ACHTransferCreateParams::PreferredEffectiveDate::SettlementSchedule }
|
|
381
431
|
|
|
382
432
|
# @!method initialize(date: nil, settlement_schedule: nil)
|
|
383
|
-
# Some parameter documentations has been truncated, see
|
|
384
|
-
# {Increase::Models::ACHTransferCreateParams::PreferredEffectiveDate} for more
|
|
385
|
-
# details.
|
|
386
|
-
#
|
|
387
433
|
# Configuration for how the effective date of the transfer will be set. This
|
|
388
434
|
# determines same-day vs future-dated settlement timing. If not set, defaults to a
|
|
389
435
|
# `settlement_schedule` of `same_day`. If set, exactly one of the child attributes
|
|
390
436
|
# must be set.
|
|
391
437
|
#
|
|
392
|
-
# @param date [Date]
|
|
438
|
+
# @param date [Date]
|
|
439
|
+
# A specific date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format to
|
|
440
|
+
# use as the effective date when submitting this transfer.
|
|
393
441
|
#
|
|
394
|
-
# @param settlement_schedule [Symbol, Increase::Models::ACHTransferCreateParams::PreferredEffectiveDate::SettlementSchedule]
|
|
442
|
+
# @param settlement_schedule [Symbol, Increase::Models::ACHTransferCreateParams::PreferredEffectiveDate::SettlementSchedule]
|
|
443
|
+
# A schedule by which Increase will choose an effective date for the transfer.
|
|
395
444
|
|
|
396
445
|
# A schedule by which Increase will choose an effective date for the transfer.
|
|
397
446
|
#
|
|
@@ -52,9 +52,6 @@ module Increase
|
|
|
52
52
|
optional :status, -> { Increase::ACHTransferListParams::Status }
|
|
53
53
|
|
|
54
54
|
# @!method initialize(account_id: nil, created_at: nil, cursor: nil, external_account_id: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
|
|
55
|
-
# Some parameter documentations has been truncated, see
|
|
56
|
-
# {Increase::Models::ACHTransferListParams} for more details.
|
|
57
|
-
#
|
|
58
55
|
# @param account_id [String] Filter ACH Transfers to those that originated from the specified Account.
|
|
59
56
|
#
|
|
60
57
|
# @param created_at [Increase::Models::ACHTransferListParams::CreatedAt]
|
|
@@ -63,9 +60,15 @@ module Increase
|
|
|
63
60
|
#
|
|
64
61
|
# @param external_account_id [String] Filter ACH Transfers to those made to the specified External Account.
|
|
65
62
|
#
|
|
66
|
-
# @param idempotency_key [String]
|
|
63
|
+
# @param idempotency_key [String]
|
|
64
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
65
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
66
|
+
# request is only processed once. Learn more about
|
|
67
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
67
68
|
#
|
|
68
|
-
# @param limit [Integer]
|
|
69
|
+
# @param limit [Integer]
|
|
70
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
71
|
+
# objects.
|
|
69
72
|
#
|
|
70
73
|
# @param status [Increase::Models::ACHTransferListParams::Status]
|
|
71
74
|
#
|
|
@@ -101,16 +104,21 @@ module Increase
|
|
|
101
104
|
optional :on_or_before, Time
|
|
102
105
|
|
|
103
106
|
# @!method initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil)
|
|
104
|
-
#
|
|
105
|
-
#
|
|
106
|
-
#
|
|
107
|
-
# @param after [Time] Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) tim
|
|
107
|
+
# @param after [Time]
|
|
108
|
+
# Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
109
|
+
# timestamp.
|
|
108
110
|
#
|
|
109
|
-
# @param before [Time]
|
|
111
|
+
# @param before [Time]
|
|
112
|
+
# Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
113
|
+
# timestamp.
|
|
110
114
|
#
|
|
111
|
-
# @param on_or_after [Time]
|
|
115
|
+
# @param on_or_after [Time]
|
|
116
|
+
# Return results on or after this
|
|
117
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
112
118
|
#
|
|
113
|
-
# @param on_or_before [Time]
|
|
119
|
+
# @param on_or_before [Time]
|
|
120
|
+
# Return results on or before this
|
|
121
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
114
122
|
end
|
|
115
123
|
|
|
116
124
|
class Status < Increase::Internal::Type::BaseModel
|
|
@@ -124,10 +132,9 @@ module Increase
|
|
|
124
132
|
api_name: :in
|
|
125
133
|
|
|
126
134
|
# @!method initialize(in_: nil)
|
|
127
|
-
#
|
|
128
|
-
#
|
|
129
|
-
#
|
|
130
|
-
# @param in_ [Array<Symbol, Increase::Models::ACHTransferListParams::Status::In>] Return results whose value is in the provided list. For GET requests, this shoul
|
|
135
|
+
# @param in_ [Array<Symbol, Increase::Models::ACHTransferListParams::Status::In>]
|
|
136
|
+
# Return results whose value is in the provided list. For GET requests, this
|
|
137
|
+
# should be encoded as a comma-delimited string, such as `?in=one,two,three`.
|
|
131
138
|
|
|
132
139
|
module In
|
|
133
140
|
extend Increase::Internal::Type::Enum
|
|
@@ -38,21 +38,24 @@ module Increase
|
|
|
38
38
|
required :type, enum: -> { Increase::BalanceLookup::Type }
|
|
39
39
|
|
|
40
40
|
# @!method initialize(account_id:, available_balance:, current_balance:, loan:, type:)
|
|
41
|
-
# Some parameter documentations has been truncated, see
|
|
42
|
-
# {Increase::Models::BalanceLookup} for more details.
|
|
43
|
-
#
|
|
44
41
|
# Represents a request to lookup the balance of an Account at a given point in
|
|
45
42
|
# time.
|
|
46
43
|
#
|
|
47
44
|
# @param account_id [String] The identifier for the account for which the balance was queried.
|
|
48
45
|
#
|
|
49
|
-
# @param available_balance [Integer]
|
|
46
|
+
# @param available_balance [Integer]
|
|
47
|
+
# The Account's available balance, representing the current balance less any open
|
|
48
|
+
# Pending Transactions on the Account.
|
|
50
49
|
#
|
|
51
|
-
# @param current_balance [Integer]
|
|
50
|
+
# @param current_balance [Integer]
|
|
51
|
+
# The Account's current balance, representing the sum of all posted Transactions
|
|
52
|
+
# on the Account.
|
|
52
53
|
#
|
|
53
54
|
# @param loan [Increase::Models::BalanceLookup::Loan, nil] The loan balances for the Account.
|
|
54
55
|
#
|
|
55
|
-
# @param type [Symbol, Increase::Models::BalanceLookup::Type]
|
|
56
|
+
# @param type [Symbol, Increase::Models::BalanceLookup::Type]
|
|
57
|
+
# A constant representing the object's type. For this resource it will always be
|
|
58
|
+
# `balance_lookup`.
|
|
56
59
|
|
|
57
60
|
# @see Increase::Models::BalanceLookup#loan
|
|
58
61
|
class Loan < Increase::Internal::Type::BaseModel
|
|
@@ -82,18 +85,18 @@ module Increase
|
|
|
82
85
|
required :receivables, -> { Increase::BalanceLookup::Loan::Receivables }, nil?: true
|
|
83
86
|
|
|
84
87
|
# @!method initialize(due_at:, due_balance:, past_due_balance:, receivables:)
|
|
85
|
-
# Some parameter documentations has been truncated, see
|
|
86
|
-
# {Increase::Models::BalanceLookup::Loan} for more details.
|
|
87
|
-
#
|
|
88
88
|
# The loan balances for the Account.
|
|
89
89
|
#
|
|
90
|
-
# @param due_at [Time, nil]
|
|
90
|
+
# @param due_at [Time, nil]
|
|
91
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the loan
|
|
92
|
+
# payment is due.
|
|
91
93
|
#
|
|
92
94
|
# @param due_balance [Integer] The total amount due on the loan.
|
|
93
95
|
#
|
|
94
96
|
# @param past_due_balance [Integer] The amount past due on the loan.
|
|
95
97
|
#
|
|
96
|
-
# @param receivables [Increase::Models::BalanceLookup::Loan::Receivables, nil]
|
|
98
|
+
# @param receivables [Increase::Models::BalanceLookup::Loan::Receivables, nil]
|
|
99
|
+
# The receivables balances for the loan.
|
|
97
100
|
|
|
98
101
|
# @see Increase::Models::BalanceLookup::Loan#receivables
|
|
99
102
|
class Receivables < Increase::Internal::Type::BaseModel
|
|
@@ -36,14 +36,17 @@ module Increase
|
|
|
36
36
|
optional :company_title, String
|
|
37
37
|
|
|
38
38
|
# @!method initialize(entity_id:, individual:, prongs:, company_title: nil, request_options: {})
|
|
39
|
-
#
|
|
40
|
-
#
|
|
39
|
+
# @param entity_id [String]
|
|
40
|
+
# The identifier of the Entity to associate with the new Beneficial Owner. Only
|
|
41
|
+
# `corporation` entities have beneficial owners.
|
|
41
42
|
#
|
|
42
|
-
# @param
|
|
43
|
+
# @param individual [Increase::Models::BeneficialOwnerCreateParams::Individual]
|
|
44
|
+
# Personal details for the beneficial owner.
|
|
43
45
|
#
|
|
44
|
-
# @param
|
|
45
|
-
#
|
|
46
|
-
#
|
|
46
|
+
# @param prongs [Array<Symbol, Increase::Models::BeneficialOwnerCreateParams::Prong>]
|
|
47
|
+
# Why this person is considered a beneficial owner of the entity. At least one
|
|
48
|
+
# option is required, if a person is both a control person and owner, submit an
|
|
49
|
+
# array containing both.
|
|
47
50
|
#
|
|
48
51
|
# @param company_title [String] This person's role or title within the entity.
|
|
49
52
|
#
|
|
@@ -85,20 +88,24 @@ module Increase
|
|
|
85
88
|
optional :confirmed_no_us_tax_id, Increase::Internal::Type::Boolean
|
|
86
89
|
|
|
87
90
|
# @!method initialize(address:, date_of_birth:, identification:, name:, confirmed_no_us_tax_id: nil)
|
|
88
|
-
# Some parameter documentations has been truncated, see
|
|
89
|
-
# {Increase::Models::BeneficialOwnerCreateParams::Individual} for more details.
|
|
90
|
-
#
|
|
91
91
|
# Personal details for the beneficial owner.
|
|
92
92
|
#
|
|
93
|
-
# @param address [Increase::Models::BeneficialOwnerCreateParams::Individual::Address]
|
|
93
|
+
# @param address [Increase::Models::BeneficialOwnerCreateParams::Individual::Address]
|
|
94
|
+
# The individual's physical address. Mail receiving locations like PO Boxes and
|
|
95
|
+
# PMB's are disallowed.
|
|
94
96
|
#
|
|
95
97
|
# @param date_of_birth [Date] The person's date of birth in YYYY-MM-DD format.
|
|
96
98
|
#
|
|
97
|
-
# @param identification [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification]
|
|
99
|
+
# @param identification [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification]
|
|
100
|
+
# A means of verifying the person's identity.
|
|
98
101
|
#
|
|
99
102
|
# @param name [String] The person's legal name.
|
|
100
103
|
#
|
|
101
|
-
# @param confirmed_no_us_tax_id [Boolean]
|
|
104
|
+
# @param confirmed_no_us_tax_id [Boolean]
|
|
105
|
+
# The identification method for an individual can only be a passport, driver's
|
|
106
|
+
# license, or other document if you've confirmed the individual does not have a US
|
|
107
|
+
# tax id (either a Social Security Number or Individual Taxpayer Identification
|
|
108
|
+
# Number).
|
|
102
109
|
|
|
103
110
|
# @see Increase::Models::BeneficialOwnerCreateParams::Individual#address
|
|
104
111
|
class Address < Increase::Internal::Type::BaseModel
|
|
@@ -140,10 +147,6 @@ module Increase
|
|
|
140
147
|
optional :zip, String
|
|
141
148
|
|
|
142
149
|
# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
|
|
143
|
-
# Some parameter documentations has been truncated, see
|
|
144
|
-
# {Increase::Models::BeneficialOwnerCreateParams::Individual::Address} for more
|
|
145
|
-
# details.
|
|
146
|
-
#
|
|
147
150
|
# The individual's physical address. Mail receiving locations like PO Boxes and
|
|
148
151
|
# PMB's are disallowed.
|
|
149
152
|
#
|
|
@@ -155,7 +158,9 @@ module Increase
|
|
|
155
158
|
#
|
|
156
159
|
# @param line2 [String] The second line of the address. This might be the floor or room number.
|
|
157
160
|
#
|
|
158
|
-
# @param state [String]
|
|
161
|
+
# @param state [String]
|
|
162
|
+
# The two-letter United States Postal Service (USPS) abbreviation for the US
|
|
163
|
+
# state, province, or region of the address. Required in certain countries.
|
|
159
164
|
#
|
|
160
165
|
# @param zip [String] The ZIP or postal code of the address. Required in certain countries.
|
|
161
166
|
end
|
|
@@ -203,21 +208,29 @@ module Increase
|
|
|
203
208
|
optional :passport, -> { Increase::BeneficialOwnerCreateParams::Individual::Identification::Passport }
|
|
204
209
|
|
|
205
210
|
# @!method initialize(method_:, number:, drivers_license: nil, other: nil, passport: nil)
|
|
206
|
-
# Some parameter documentations has been truncated, see
|
|
207
|
-
# {Increase::Models::BeneficialOwnerCreateParams::Individual::Identification} for
|
|
208
|
-
# more details.
|
|
209
|
-
#
|
|
210
211
|
# A means of verifying the person's identity.
|
|
211
212
|
#
|
|
212
|
-
# @param method_ [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
|
|
213
|
+
# @param method_ [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
|
|
214
|
+
# A method that can be used to verify the individual's identity.
|
|
213
215
|
#
|
|
214
|
-
# @param number [String]
|
|
216
|
+
# @param number [String]
|
|
217
|
+
# An identification number that can be used to verify the individual's identity,
|
|
218
|
+
# such as a social security number. For Social Security Numbers and Individual
|
|
219
|
+
# Taxpayer Identification Numbers, submit nine digits with no dashes or other
|
|
220
|
+
# separators. When testing in sandbox, use one of our
|
|
221
|
+
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
215
222
|
#
|
|
216
|
-
# @param drivers_license [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::DriversLicense]
|
|
223
|
+
# @param drivers_license [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::DriversLicense]
|
|
224
|
+
# Information about the United States driver's license used for identification.
|
|
225
|
+
# Required if `method` is equal to `drivers_license`.
|
|
217
226
|
#
|
|
218
|
-
# @param other [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Other]
|
|
227
|
+
# @param other [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Other]
|
|
228
|
+
# Information about the identification document provided. Required if `method` is
|
|
229
|
+
# equal to `other`.
|
|
219
230
|
#
|
|
220
|
-
# @param passport [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Passport]
|
|
231
|
+
# @param passport [Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Passport]
|
|
232
|
+
# Information about the passport used for identification. Required if `method` is
|
|
233
|
+
# equal to `passport`.
|
|
221
234
|
|
|
222
235
|
# A method that can be used to verify the individual's identity.
|
|
223
236
|
#
|
|
@@ -318,20 +331,20 @@ module Increase
|
|
|
318
331
|
optional :expiration_date, Date
|
|
319
332
|
|
|
320
333
|
# @!method initialize(country:, description:, file_id:, back_file_id: nil, expiration_date: nil)
|
|
321
|
-
# Some parameter documentations has been truncated, see
|
|
322
|
-
# {Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Other}
|
|
323
|
-
# for more details.
|
|
324
|
-
#
|
|
325
334
|
# Information about the identification document provided. Required if `method` is
|
|
326
335
|
# equal to `other`.
|
|
327
336
|
#
|
|
328
|
-
# @param country [String]
|
|
337
|
+
# @param country [String]
|
|
338
|
+
# The two-character ISO 3166-1 code representing the country that issued the
|
|
339
|
+
# document (e.g., `US`).
|
|
329
340
|
#
|
|
330
341
|
# @param description [String] A description of the document submitted.
|
|
331
342
|
#
|
|
332
343
|
# @param file_id [String] The identifier of the File containing the front of the document.
|
|
333
344
|
#
|
|
334
|
-
# @param back_file_id [String]
|
|
345
|
+
# @param back_file_id [String]
|
|
346
|
+
# The identifier of the File containing the back of the document. Not every
|
|
347
|
+
# document has a reverse side.
|
|
335
348
|
#
|
|
336
349
|
# @param expiration_date [Date] The document's expiration date in YYYY-MM-DD format.
|
|
337
350
|
end
|
|
@@ -358,14 +371,12 @@ module Increase
|
|
|
358
371
|
required :file_id, String
|
|
359
372
|
|
|
360
373
|
# @!method initialize(country:, expiration_date:, file_id:)
|
|
361
|
-
# Some parameter documentations has been truncated, see
|
|
362
|
-
# {Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Passport}
|
|
363
|
-
# for more details.
|
|
364
|
-
#
|
|
365
374
|
# Information about the passport used for identification. Required if `method` is
|
|
366
375
|
# equal to `passport`.
|
|
367
376
|
#
|
|
368
|
-
# @param country [String]
|
|
377
|
+
# @param country [String]
|
|
378
|
+
# The two-character ISO 3166-1 code representing the country that issued the
|
|
379
|
+
# document (e.g., `US`).
|
|
369
380
|
#
|
|
370
381
|
# @param expiration_date [Date] The passport's expiration date in YYYY-MM-DD format.
|
|
371
382
|
#
|
|
@@ -37,16 +37,21 @@ module Increase
|
|
|
37
37
|
optional :limit, Integer
|
|
38
38
|
|
|
39
39
|
# @!method initialize(entity_id:, cursor: nil, idempotency_key: nil, limit: nil, request_options: {})
|
|
40
|
-
#
|
|
41
|
-
#
|
|
42
|
-
#
|
|
43
|
-
# @param entity_id [String] The identifier of the Entity to list beneficial owners for. Only `corporation` e
|
|
40
|
+
# @param entity_id [String]
|
|
41
|
+
# The identifier of the Entity to list beneficial owners for. Only `corporation`
|
|
42
|
+
# entities have beneficial owners.
|
|
44
43
|
#
|
|
45
44
|
# @param cursor [String] Return the page of entries after this one.
|
|
46
45
|
#
|
|
47
|
-
# @param idempotency_key [String]
|
|
46
|
+
# @param idempotency_key [String]
|
|
47
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
48
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
49
|
+
# request is only processed once. Learn more about
|
|
50
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
48
51
|
#
|
|
49
|
-
# @param limit [Integer]
|
|
52
|
+
# @param limit [Integer]
|
|
53
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
54
|
+
# objects.
|
|
50
55
|
#
|
|
51
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
52
57
|
end
|