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
|
@@ -146,15 +146,14 @@ module Increase
|
|
|
146
146
|
required :type, enum: -> { Increase::CardValidation::Type }
|
|
147
147
|
|
|
148
148
|
# @!method initialize(id:, acceptance:, account_id:, card_token_id:, cardholder_first_name:, cardholder_last_name:, cardholder_middle_name:, cardholder_postal_code:, cardholder_street_address:, created_at:, created_by:, decline:, idempotency_key:, merchant_category_code:, merchant_city_name:, merchant_name:, merchant_postal_code:, merchant_state:, route:, status:, submission:, type:)
|
|
149
|
-
# Some parameter documentations has been truncated, see
|
|
150
|
-
# {Increase::Models::CardValidation} for more details.
|
|
151
|
-
#
|
|
152
149
|
# Card Validations are used to validate a card and its cardholder before sending
|
|
153
150
|
# funds to or pulling funds from a card.
|
|
154
151
|
#
|
|
155
152
|
# @param id [String] The Card Validation's identifier.
|
|
156
153
|
#
|
|
157
|
-
# @param acceptance [Increase::Models::CardValidation::Acceptance, nil]
|
|
154
|
+
# @param acceptance [Increase::Models::CardValidation::Acceptance, nil]
|
|
155
|
+
# If the validation is accepted by the recipient bank, this will contain
|
|
156
|
+
# supplemental details.
|
|
158
157
|
#
|
|
159
158
|
# @param account_id [String] The identifier of the Account from which to send the validation.
|
|
160
159
|
#
|
|
@@ -170,31 +169,49 @@ module Increase
|
|
|
170
169
|
#
|
|
171
170
|
# @param cardholder_street_address [String, nil] The cardholder's street address.
|
|
172
171
|
#
|
|
173
|
-
# @param created_at [Time]
|
|
172
|
+
# @param created_at [Time]
|
|
173
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
174
|
+
# the validation was created.
|
|
174
175
|
#
|
|
175
|
-
# @param created_by [Increase::Models::CardValidation::CreatedBy, nil]
|
|
176
|
+
# @param created_by [Increase::Models::CardValidation::CreatedBy, nil]
|
|
177
|
+
# What object created the validation, either via the API or the dashboard.
|
|
176
178
|
#
|
|
177
|
-
# @param decline [Increase::Models::CardValidation::Decline, nil]
|
|
179
|
+
# @param decline [Increase::Models::CardValidation::Decline, nil]
|
|
180
|
+
# If the validation is rejected by the card network or the destination financial
|
|
181
|
+
# institution, this will contain supplemental details.
|
|
178
182
|
#
|
|
179
|
-
# @param idempotency_key [String, nil]
|
|
183
|
+
# @param idempotency_key [String, nil]
|
|
184
|
+
# The idempotency key you chose for this object. This value is unique across
|
|
185
|
+
# Increase and is used to ensure that a request is only processed once. Learn more
|
|
186
|
+
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
180
187
|
#
|
|
181
|
-
# @param merchant_category_code [String]
|
|
188
|
+
# @param merchant_category_code [String]
|
|
189
|
+
# A four-digit code (MCC) identifying the type of business or service provided by
|
|
190
|
+
# the merchant.
|
|
182
191
|
#
|
|
183
192
|
# @param merchant_city_name [String] The city where the merchant (typically your business) is located.
|
|
184
193
|
#
|
|
185
|
-
# @param merchant_name [String]
|
|
194
|
+
# @param merchant_name [String]
|
|
195
|
+
# The merchant name that will appear in the cardholder’s statement descriptor.
|
|
196
|
+
# Typically your business name.
|
|
186
197
|
#
|
|
187
|
-
# @param merchant_postal_code [String]
|
|
198
|
+
# @param merchant_postal_code [String]
|
|
199
|
+
# The postal code for the merchant’s (typically your business’s) location.
|
|
188
200
|
#
|
|
189
201
|
# @param merchant_state [String] The U.S. state where the merchant (typically your business) is located.
|
|
190
202
|
#
|
|
191
|
-
# @param route [Symbol, Increase::Models::CardValidation::Route]
|
|
203
|
+
# @param route [Symbol, Increase::Models::CardValidation::Route]
|
|
204
|
+
# The card network route used for the validation.
|
|
192
205
|
#
|
|
193
206
|
# @param status [Symbol, Increase::Models::CardValidation::Status] The lifecycle status of the validation.
|
|
194
207
|
#
|
|
195
|
-
# @param submission [Increase::Models::CardValidation::Submission, nil]
|
|
208
|
+
# @param submission [Increase::Models::CardValidation::Submission, nil]
|
|
209
|
+
# After the validation is submitted to the card network, this will contain
|
|
210
|
+
# supplemental details.
|
|
196
211
|
#
|
|
197
|
-
# @param type [Symbol, Increase::Models::CardValidation::Type]
|
|
212
|
+
# @param type [Symbol, Increase::Models::CardValidation::Type]
|
|
213
|
+
# A constant representing the object's type. For this resource it will always be
|
|
214
|
+
# `card_validation`.
|
|
198
215
|
|
|
199
216
|
# @see Increase::Models::CardValidation#acceptance
|
|
200
217
|
class Acceptance < Increase::Internal::Type::BaseModel
|
|
@@ -274,31 +291,39 @@ module Increase
|
|
|
274
291
|
required :network_transaction_identifier, String, nil?: true
|
|
275
292
|
|
|
276
293
|
# @!method initialize(accepted_at:, authorization_identification_response:, card_verification_value2_result:, cardholder_first_name_result:, cardholder_full_name_result:, cardholder_last_name_result:, cardholder_middle_name_result:, cardholder_postal_code_result:, cardholder_street_address_result:, network_transaction_identifier:)
|
|
277
|
-
# Some parameter documentations has been truncated, see
|
|
278
|
-
# {Increase::Models::CardValidation::Acceptance} for more details.
|
|
279
|
-
#
|
|
280
294
|
# If the validation is accepted by the recipient bank, this will contain
|
|
281
295
|
# supplemental details.
|
|
282
296
|
#
|
|
283
|
-
# @param accepted_at [Time]
|
|
297
|
+
# @param accepted_at [Time]
|
|
298
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
299
|
+
# the validation was accepted by the issuing bank.
|
|
284
300
|
#
|
|
285
|
-
# @param authorization_identification_response [String]
|
|
301
|
+
# @param authorization_identification_response [String]
|
|
302
|
+
# The authorization identification response from the issuing bank.
|
|
286
303
|
#
|
|
287
|
-
# @param card_verification_value2_result [Symbol, Increase::Models::CardValidation::Acceptance::CardVerificationValue2Result, nil]
|
|
304
|
+
# @param card_verification_value2_result [Symbol, Increase::Models::CardValidation::Acceptance::CardVerificationValue2Result, nil]
|
|
305
|
+
# The result of the Card Verification Value 2 match.
|
|
288
306
|
#
|
|
289
|
-
# @param cardholder_first_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderFirstNameResult, nil]
|
|
307
|
+
# @param cardholder_first_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderFirstNameResult, nil]
|
|
308
|
+
# The result of the cardholder first name match.
|
|
290
309
|
#
|
|
291
|
-
# @param cardholder_full_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderFullNameResult, nil]
|
|
310
|
+
# @param cardholder_full_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderFullNameResult, nil]
|
|
311
|
+
# The result of the cardholder full name match.
|
|
292
312
|
#
|
|
293
|
-
# @param cardholder_last_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderLastNameResult, nil]
|
|
313
|
+
# @param cardholder_last_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderLastNameResult, nil]
|
|
314
|
+
# The result of the cardholder last name match.
|
|
294
315
|
#
|
|
295
|
-
# @param cardholder_middle_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderMiddleNameResult, nil]
|
|
316
|
+
# @param cardholder_middle_name_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderMiddleNameResult, nil]
|
|
317
|
+
# The result of the cardholder middle name match.
|
|
296
318
|
#
|
|
297
|
-
# @param cardholder_postal_code_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderPostalCodeResult, nil]
|
|
319
|
+
# @param cardholder_postal_code_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderPostalCodeResult, nil]
|
|
320
|
+
# The result of the cardholder postal code match.
|
|
298
321
|
#
|
|
299
|
-
# @param cardholder_street_address_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderStreetAddressResult, nil]
|
|
322
|
+
# @param cardholder_street_address_result [Symbol, Increase::Models::CardValidation::Acceptance::CardholderStreetAddressResult, nil]
|
|
323
|
+
# The result of the cardholder street address match.
|
|
300
324
|
#
|
|
301
|
-
# @param network_transaction_identifier [String, nil]
|
|
325
|
+
# @param network_transaction_identifier [String, nil]
|
|
326
|
+
# A unique identifier for the transaction on the card network.
|
|
302
327
|
|
|
303
328
|
# The result of the Card Verification Value 2 match.
|
|
304
329
|
#
|
|
@@ -454,13 +479,17 @@ module Increase
|
|
|
454
479
|
# @!method initialize(category:, api_key: nil, oauth_application: nil, user: nil)
|
|
455
480
|
# What object created the validation, either via the API or the dashboard.
|
|
456
481
|
#
|
|
457
|
-
# @param category [Symbol, Increase::Models::CardValidation::CreatedBy::Category]
|
|
482
|
+
# @param category [Symbol, Increase::Models::CardValidation::CreatedBy::Category]
|
|
483
|
+
# The type of object that created this transfer.
|
|
458
484
|
#
|
|
459
|
-
# @param api_key [Increase::Models::CardValidation::CreatedBy::APIKey, nil]
|
|
485
|
+
# @param api_key [Increase::Models::CardValidation::CreatedBy::APIKey, nil]
|
|
486
|
+
# If present, details about the API key that created the transfer.
|
|
460
487
|
#
|
|
461
|
-
# @param oauth_application [Increase::Models::CardValidation::CreatedBy::OAuthApplication, nil]
|
|
488
|
+
# @param oauth_application [Increase::Models::CardValidation::CreatedBy::OAuthApplication, nil]
|
|
489
|
+
# If present, details about the OAuth Application that created the transfer.
|
|
462
490
|
#
|
|
463
|
-
# @param user [Increase::Models::CardValidation::CreatedBy::User, nil]
|
|
491
|
+
# @param user [Increase::Models::CardValidation::CreatedBy::User, nil]
|
|
492
|
+
# If present, details about the User that created the transfer.
|
|
464
493
|
|
|
465
494
|
# The type of object that created this transfer.
|
|
466
495
|
#
|
|
@@ -546,17 +575,18 @@ module Increase
|
|
|
546
575
|
required :reason, enum: -> { Increase::CardValidation::Decline::Reason }
|
|
547
576
|
|
|
548
577
|
# @!method initialize(declined_at:, network_transaction_identifier:, reason:)
|
|
549
|
-
# Some parameter documentations has been truncated, see
|
|
550
|
-
# {Increase::Models::CardValidation::Decline} for more details.
|
|
551
|
-
#
|
|
552
578
|
# If the validation is rejected by the card network or the destination financial
|
|
553
579
|
# institution, this will contain supplemental details.
|
|
554
580
|
#
|
|
555
|
-
# @param declined_at [Time]
|
|
581
|
+
# @param declined_at [Time]
|
|
582
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
583
|
+
# the validation was declined.
|
|
556
584
|
#
|
|
557
|
-
# @param network_transaction_identifier [String, nil]
|
|
585
|
+
# @param network_transaction_identifier [String, nil]
|
|
586
|
+
# A unique identifier for the transaction on the card network.
|
|
558
587
|
#
|
|
559
|
-
# @param reason [Symbol, Increase::Models::CardValidation::Decline::Reason]
|
|
588
|
+
# @param reason [Symbol, Increase::Models::CardValidation::Decline::Reason]
|
|
589
|
+
# The reason why the validation was declined.
|
|
560
590
|
|
|
561
591
|
# The reason why the validation was declined.
|
|
562
592
|
#
|
|
@@ -827,17 +857,20 @@ module Increase
|
|
|
827
857
|
required :trace_number, String
|
|
828
858
|
|
|
829
859
|
# @!method initialize(retrieval_reference_number:, submitted_at:, trace_number:)
|
|
830
|
-
# Some parameter documentations has been truncated, see
|
|
831
|
-
# {Increase::Models::CardValidation::Submission} for more details.
|
|
832
|
-
#
|
|
833
860
|
# After the validation is submitted to the card network, this will contain
|
|
834
861
|
# supplemental details.
|
|
835
862
|
#
|
|
836
|
-
# @param retrieval_reference_number [String]
|
|
863
|
+
# @param retrieval_reference_number [String]
|
|
864
|
+
# A 12-digit retrieval reference number that identifies the validation. Usually a
|
|
865
|
+
# combination of a timestamp and the trace number.
|
|
837
866
|
#
|
|
838
|
-
# @param submitted_at [Time]
|
|
867
|
+
# @param submitted_at [Time]
|
|
868
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
869
|
+
# the validation was submitted to the card network.
|
|
839
870
|
#
|
|
840
|
-
# @param trace_number [String]
|
|
871
|
+
# @param trace_number [String]
|
|
872
|
+
# A 6-digit trace number that identifies the validation within a short time
|
|
873
|
+
# window.
|
|
841
874
|
end
|
|
842
875
|
|
|
843
876
|
# A constant representing the object's type. For this resource it will always be
|
|
@@ -83,20 +83,24 @@ module Increase
|
|
|
83
83
|
optional :cardholder_street_address, String
|
|
84
84
|
|
|
85
85
|
# @!method initialize(account_id:, card_token_id:, merchant_category_code:, merchant_city_name:, merchant_name:, merchant_postal_code:, merchant_state:, cardholder_first_name: nil, cardholder_last_name: nil, cardholder_middle_name: nil, cardholder_postal_code: nil, cardholder_street_address: nil, request_options: {})
|
|
86
|
-
# Some parameter documentations has been truncated, see
|
|
87
|
-
# {Increase::Models::CardValidationCreateParams} for more details.
|
|
88
|
-
#
|
|
89
86
|
# @param account_id [String] The identifier of the Account from which to send the validation.
|
|
90
87
|
#
|
|
91
|
-
# @param card_token_id [String]
|
|
88
|
+
# @param card_token_id [String]
|
|
89
|
+
# The Increase identifier for the Card Token that represents the card number
|
|
90
|
+
# you're validating.
|
|
92
91
|
#
|
|
93
|
-
# @param merchant_category_code [String]
|
|
92
|
+
# @param merchant_category_code [String]
|
|
93
|
+
# A four-digit code (MCC) identifying the type of business or service provided by
|
|
94
|
+
# the merchant.
|
|
94
95
|
#
|
|
95
96
|
# @param merchant_city_name [String] The city where the merchant (typically your business) is located.
|
|
96
97
|
#
|
|
97
|
-
# @param merchant_name [String]
|
|
98
|
+
# @param merchant_name [String]
|
|
99
|
+
# The merchant name that will appear in the cardholder’s statement descriptor.
|
|
100
|
+
# Typically your business name.
|
|
98
101
|
#
|
|
99
|
-
# @param merchant_postal_code [String]
|
|
102
|
+
# @param merchant_postal_code [String]
|
|
103
|
+
# The postal code for the merchant’s (typically your business’s) location.
|
|
100
104
|
#
|
|
101
105
|
# @param merchant_state [String] The U.S. state where the merchant (typically your business) is located.
|
|
102
106
|
#
|
|
@@ -46,18 +46,21 @@ module Increase
|
|
|
46
46
|
optional :status, -> { Increase::CardValidationListParams::Status }
|
|
47
47
|
|
|
48
48
|
# @!method initialize(account_id: nil, created_at: nil, cursor: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
|
|
49
|
-
# Some parameter documentations has been truncated, see
|
|
50
|
-
# {Increase::Models::CardValidationListParams} for more details.
|
|
51
|
-
#
|
|
52
49
|
# @param account_id [String] Filter Card Validations to ones belonging to the specified Account.
|
|
53
50
|
#
|
|
54
51
|
# @param created_at [Increase::Models::CardValidationListParams::CreatedAt]
|
|
55
52
|
#
|
|
56
53
|
# @param cursor [String] Return the page of entries after this one.
|
|
57
54
|
#
|
|
58
|
-
# @param idempotency_key [String]
|
|
55
|
+
# @param idempotency_key [String]
|
|
56
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
57
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
58
|
+
# request is only processed once. Learn more about
|
|
59
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
59
60
|
#
|
|
60
|
-
# @param limit [Integer]
|
|
61
|
+
# @param limit [Integer]
|
|
62
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
63
|
+
# objects.
|
|
61
64
|
#
|
|
62
65
|
# @param status [Increase::Models::CardValidationListParams::Status]
|
|
63
66
|
#
|
|
@@ -93,16 +96,21 @@ module Increase
|
|
|
93
96
|
optional :on_or_before, Time
|
|
94
97
|
|
|
95
98
|
# @!method initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil)
|
|
96
|
-
#
|
|
97
|
-
#
|
|
98
|
-
#
|
|
99
|
-
# @param after [Time] Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) tim
|
|
99
|
+
# @param after [Time]
|
|
100
|
+
# Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
101
|
+
# timestamp.
|
|
100
102
|
#
|
|
101
|
-
# @param before [Time]
|
|
103
|
+
# @param before [Time]
|
|
104
|
+
# Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
105
|
+
# timestamp.
|
|
102
106
|
#
|
|
103
|
-
# @param on_or_after [Time]
|
|
107
|
+
# @param on_or_after [Time]
|
|
108
|
+
# Return results on or after this
|
|
109
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
104
110
|
#
|
|
105
|
-
# @param on_or_before [Time]
|
|
111
|
+
# @param on_or_before [Time]
|
|
112
|
+
# Return results on or before this
|
|
113
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
106
114
|
end
|
|
107
115
|
|
|
108
116
|
class Status < Increase::Internal::Type::BaseModel
|
|
@@ -118,10 +126,9 @@ module Increase
|
|
|
118
126
|
api_name: :in
|
|
119
127
|
|
|
120
128
|
# @!method initialize(in_: nil)
|
|
121
|
-
#
|
|
122
|
-
#
|
|
123
|
-
#
|
|
124
|
-
# @param in_ [Array<Symbol, Increase::Models::CardValidationListParams::Status::In>] Filter Card Validations by status. For GET requests, this should be encoded as a
|
|
129
|
+
# @param in_ [Array<Symbol, Increase::Models::CardValidationListParams::Status::In>]
|
|
130
|
+
# Filter Card Validations by status. For GET requests, this should be encoded as a
|
|
131
|
+
# comma-delimited string, such as `?in=one,two,three`.
|
|
125
132
|
|
|
126
133
|
module In
|
|
127
134
|
extend Increase::Internal::Type::Enum
|
|
@@ -133,9 +133,6 @@ module Increase
|
|
|
133
133
|
required :type, enum: -> { Increase::CheckDeposit::Type }
|
|
134
134
|
|
|
135
135
|
# @!method initialize(id:, account_id:, amount:, back_image_file_id:, created_at:, deposit_acceptance:, deposit_adjustments:, deposit_rejection:, deposit_return:, deposit_submission:, description:, front_image_file_id:, idempotency_key:, inbound_funds_hold:, inbound_mail_item_id:, lockbox_recipient_id:, status:, transaction_id:, type:)
|
|
136
|
-
# Some parameter documentations has been truncated, see
|
|
137
|
-
# {Increase::Models::CheckDeposit} for more details.
|
|
138
|
-
#
|
|
139
136
|
# Check Deposits allow you to deposit images of paper checks into your account.
|
|
140
137
|
#
|
|
141
138
|
# @param id [String] The deposit's identifier.
|
|
@@ -146,35 +143,59 @@ module Increase
|
|
|
146
143
|
#
|
|
147
144
|
# @param back_image_file_id [String, nil] The ID for the File containing the image of the back of the check.
|
|
148
145
|
#
|
|
149
|
-
# @param created_at [Time]
|
|
146
|
+
# @param created_at [Time]
|
|
147
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
148
|
+
# the transfer was created.
|
|
150
149
|
#
|
|
151
|
-
# @param deposit_acceptance [Increase::Models::CheckDeposit::DepositAcceptance, nil]
|
|
150
|
+
# @param deposit_acceptance [Increase::Models::CheckDeposit::DepositAcceptance, nil]
|
|
151
|
+
# Once your deposit is successfully parsed and accepted by Increase, this will
|
|
152
|
+
# contain details of the parsed check.
|
|
152
153
|
#
|
|
153
|
-
# @param deposit_adjustments [Array<Increase::Models::CheckDeposit::DepositAdjustment>]
|
|
154
|
+
# @param deposit_adjustments [Array<Increase::Models::CheckDeposit::DepositAdjustment>]
|
|
155
|
+
# If the deposit or the return was adjusted by the receiving institution, this
|
|
156
|
+
# will contain details of the adjustments.
|
|
154
157
|
#
|
|
155
|
-
# @param deposit_rejection [Increase::Models::CheckDeposit::DepositRejection, nil]
|
|
158
|
+
# @param deposit_rejection [Increase::Models::CheckDeposit::DepositRejection, nil]
|
|
159
|
+
# If your deposit is rejected by Increase, this will contain details as to why it
|
|
160
|
+
# was rejected.
|
|
156
161
|
#
|
|
157
|
-
# @param deposit_return [Increase::Models::CheckDeposit::DepositReturn, nil]
|
|
162
|
+
# @param deposit_return [Increase::Models::CheckDeposit::DepositReturn, nil]
|
|
163
|
+
# If your deposit is returned, this will contain details as to why it was
|
|
164
|
+
# returned.
|
|
158
165
|
#
|
|
159
|
-
# @param deposit_submission [Increase::Models::CheckDeposit::DepositSubmission, nil]
|
|
166
|
+
# @param deposit_submission [Increase::Models::CheckDeposit::DepositSubmission, nil]
|
|
167
|
+
# After the check is parsed, it is submitted to the Check21 network for
|
|
168
|
+
# processing. This will contain details of the submission.
|
|
160
169
|
#
|
|
161
170
|
# @param description [String, nil] The description of the Check Deposit, for display purposes only.
|
|
162
171
|
#
|
|
163
172
|
# @param front_image_file_id [String] The ID for the File containing the image of the front of the check.
|
|
164
173
|
#
|
|
165
|
-
# @param idempotency_key [String, nil]
|
|
174
|
+
# @param idempotency_key [String, nil]
|
|
175
|
+
# The idempotency key you chose for this object. This value is unique across
|
|
176
|
+
# Increase and is used to ensure that a request is only processed once. Learn more
|
|
177
|
+
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
166
178
|
#
|
|
167
|
-
# @param inbound_funds_hold [Increase::Models::CheckDeposit::InboundFundsHold, nil]
|
|
179
|
+
# @param inbound_funds_hold [Increase::Models::CheckDeposit::InboundFundsHold, nil]
|
|
180
|
+
# Increase will sometimes hold the funds for Check Deposits. If funds are held,
|
|
181
|
+
# this sub-object will contain details of the hold.
|
|
168
182
|
#
|
|
169
|
-
# @param inbound_mail_item_id [String, nil]
|
|
183
|
+
# @param inbound_mail_item_id [String, nil]
|
|
184
|
+
# If the Check Deposit was the result of an Inbound Mail Item, this will contain
|
|
185
|
+
# the identifier of the Inbound Mail Item.
|
|
170
186
|
#
|
|
171
|
-
# @param lockbox_recipient_id [String, nil]
|
|
187
|
+
# @param lockbox_recipient_id [String, nil]
|
|
188
|
+
# If the Check Deposit was the result of an Inbound Mail Item routed to a Lockbox
|
|
189
|
+
# Recipient, this will contain the identifier of the Lockbox Recipient that
|
|
190
|
+
# received it.
|
|
172
191
|
#
|
|
173
192
|
# @param status [Symbol, Increase::Models::CheckDeposit::Status] The status of the Check Deposit.
|
|
174
193
|
#
|
|
175
194
|
# @param transaction_id [String, nil] The ID for the Transaction created by the deposit.
|
|
176
195
|
#
|
|
177
|
-
# @param type [Symbol, Increase::Models::CheckDeposit::Type]
|
|
196
|
+
# @param type [Symbol, Increase::Models::CheckDeposit::Type]
|
|
197
|
+
# A constant representing the object's type. For this resource it will always be
|
|
198
|
+
# `check_deposit`.
|
|
178
199
|
|
|
179
200
|
# @see Increase::Models::CheckDeposit#deposit_acceptance
|
|
180
201
|
class DepositAcceptance < Increase::Internal::Type::BaseModel
|
|
@@ -227,25 +248,34 @@ module Increase
|
|
|
227
248
|
required :serial_number, String, nil?: true
|
|
228
249
|
|
|
229
250
|
# @!method initialize(account_number:, amount:, auxiliary_on_us:, check_deposit_id:, currency:, routing_number:, serial_number:)
|
|
230
|
-
# Some parameter documentations has been truncated, see
|
|
231
|
-
# {Increase::Models::CheckDeposit::DepositAcceptance} for more details.
|
|
232
|
-
#
|
|
233
251
|
# Once your deposit is successfully parsed and accepted by Increase, this will
|
|
234
252
|
# contain details of the parsed check.
|
|
235
253
|
#
|
|
236
|
-
# @param account_number [String]
|
|
254
|
+
# @param account_number [String]
|
|
255
|
+
# The account number printed on the check. This is an account at the bank that
|
|
256
|
+
# issued the check.
|
|
237
257
|
#
|
|
238
|
-
# @param amount [Integer]
|
|
258
|
+
# @param amount [Integer]
|
|
259
|
+
# The amount to be deposited in the minor unit of the transaction's currency. For
|
|
260
|
+
# dollars, for example, this is cents.
|
|
239
261
|
#
|
|
240
|
-
# @param auxiliary_on_us [String, nil]
|
|
262
|
+
# @param auxiliary_on_us [String, nil]
|
|
263
|
+
# An additional line of metadata printed on the check. This typically includes the
|
|
264
|
+
# check number for business checks.
|
|
241
265
|
#
|
|
242
266
|
# @param check_deposit_id [String] The ID of the Check Deposit that was accepted.
|
|
243
267
|
#
|
|
244
|
-
# @param currency [Symbol, Increase::Models::CheckDeposit::DepositAcceptance::Currency]
|
|
268
|
+
# @param currency [Symbol, Increase::Models::CheckDeposit::DepositAcceptance::Currency]
|
|
269
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
270
|
+
# transaction's currency.
|
|
245
271
|
#
|
|
246
|
-
# @param routing_number [String]
|
|
272
|
+
# @param routing_number [String]
|
|
273
|
+
# The routing number printed on the check. This is a routing number for the bank
|
|
274
|
+
# that issued the check.
|
|
247
275
|
#
|
|
248
|
-
# @param serial_number [String, nil]
|
|
276
|
+
# @param serial_number [String, nil]
|
|
277
|
+
# The check serial number, if present, for consumer checks. For business checks,
|
|
278
|
+
# the serial number is usually in the `auxiliary_on_us` field.
|
|
249
279
|
|
|
250
280
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
251
281
|
# transaction's currency.
|
|
@@ -292,7 +322,8 @@ module Increase
|
|
|
292
322
|
#
|
|
293
323
|
# @param amount [Integer] The amount of the adjustment.
|
|
294
324
|
#
|
|
295
|
-
# @param reason [Symbol, Increase::Models::CheckDeposit::DepositAdjustment::Reason]
|
|
325
|
+
# @param reason [Symbol, Increase::Models::CheckDeposit::DepositAdjustment::Reason]
|
|
326
|
+
# The reason for the adjustment.
|
|
296
327
|
#
|
|
297
328
|
# @param transaction_id [String] The id of the transaction for the adjustment.
|
|
298
329
|
|
|
@@ -358,23 +389,27 @@ module Increase
|
|
|
358
389
|
required :rejected_at, Time
|
|
359
390
|
|
|
360
391
|
# @!method initialize(amount:, check_deposit_id:, currency:, declined_transaction_id:, reason:, rejected_at:)
|
|
361
|
-
# Some parameter documentations has been truncated, see
|
|
362
|
-
# {Increase::Models::CheckDeposit::DepositRejection} for more details.
|
|
363
|
-
#
|
|
364
392
|
# If your deposit is rejected by Increase, this will contain details as to why it
|
|
365
393
|
# was rejected.
|
|
366
394
|
#
|
|
367
|
-
# @param amount [Integer]
|
|
395
|
+
# @param amount [Integer]
|
|
396
|
+
# The rejected amount in the minor unit of check's currency. For dollars, for
|
|
397
|
+
# example, this is cents.
|
|
368
398
|
#
|
|
369
399
|
# @param check_deposit_id [String] The identifier of the Check Deposit that was rejected.
|
|
370
400
|
#
|
|
371
|
-
# @param currency [Symbol, Increase::Models::CheckDeposit::DepositRejection::Currency]
|
|
401
|
+
# @param currency [Symbol, Increase::Models::CheckDeposit::DepositRejection::Currency]
|
|
402
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the check's
|
|
403
|
+
# currency.
|
|
372
404
|
#
|
|
373
405
|
# @param declined_transaction_id [String] The identifier of the associated declined transaction.
|
|
374
406
|
#
|
|
375
|
-
# @param reason [Symbol, Increase::Models::CheckDeposit::DepositRejection::Reason]
|
|
407
|
+
# @param reason [Symbol, Increase::Models::CheckDeposit::DepositRejection::Reason]
|
|
408
|
+
# Why the check deposit was rejected.
|
|
376
409
|
#
|
|
377
|
-
# @param rejected_at [Time]
|
|
410
|
+
# @param rejected_at [Time]
|
|
411
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
412
|
+
# the check deposit was rejected.
|
|
378
413
|
|
|
379
414
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the check's
|
|
380
415
|
# currency.
|
|
@@ -480,9 +515,6 @@ module Increase
|
|
|
480
515
|
required :transaction_id, String
|
|
481
516
|
|
|
482
517
|
# @!method initialize(amount:, check_deposit_id:, currency:, return_reason:, returned_at:, transaction_id:)
|
|
483
|
-
# Some parameter documentations has been truncated, see
|
|
484
|
-
# {Increase::Models::CheckDeposit::DepositReturn} for more details.
|
|
485
|
-
#
|
|
486
518
|
# If your deposit is returned, this will contain details as to why it was
|
|
487
519
|
# returned.
|
|
488
520
|
#
|
|
@@ -490,13 +522,21 @@ module Increase
|
|
|
490
522
|
#
|
|
491
523
|
# @param check_deposit_id [String] The identifier of the Check Deposit that was returned.
|
|
492
524
|
#
|
|
493
|
-
# @param currency [Symbol, Increase::Models::CheckDeposit::DepositReturn::Currency]
|
|
525
|
+
# @param currency [Symbol, Increase::Models::CheckDeposit::DepositReturn::Currency]
|
|
526
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
527
|
+
# transaction's currency.
|
|
494
528
|
#
|
|
495
|
-
# @param return_reason [Symbol, Increase::Models::CheckDeposit::DepositReturn::ReturnReason]
|
|
529
|
+
# @param return_reason [Symbol, Increase::Models::CheckDeposit::DepositReturn::ReturnReason]
|
|
530
|
+
# Why this check was returned by the bank holding the account it was drawn
|
|
531
|
+
# against.
|
|
496
532
|
#
|
|
497
|
-
# @param returned_at [Time]
|
|
533
|
+
# @param returned_at [Time]
|
|
534
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
535
|
+
# the check deposit was returned.
|
|
498
536
|
#
|
|
499
|
-
# @param transaction_id [String]
|
|
537
|
+
# @param transaction_id [String]
|
|
538
|
+
# The identifier of the transaction that reversed the original check deposit
|
|
539
|
+
# transaction.
|
|
500
540
|
|
|
501
541
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
502
542
|
# transaction's currency.
|
|
@@ -627,17 +667,21 @@ module Increase
|
|
|
627
667
|
required :submitted_at, Time
|
|
628
668
|
|
|
629
669
|
# @!method initialize(back_file_id:, front_file_id:, submitted_at:)
|
|
630
|
-
# Some parameter documentations has been truncated, see
|
|
631
|
-
# {Increase::Models::CheckDeposit::DepositSubmission} for more details.
|
|
632
|
-
#
|
|
633
670
|
# After the check is parsed, it is submitted to the Check21 network for
|
|
634
671
|
# processing. This will contain details of the submission.
|
|
635
672
|
#
|
|
636
|
-
# @param back_file_id [String]
|
|
673
|
+
# @param back_file_id [String]
|
|
674
|
+
# The ID for the File containing the check back image that was submitted to the
|
|
675
|
+
# Check21 network.
|
|
637
676
|
#
|
|
638
|
-
# @param front_file_id [String]
|
|
677
|
+
# @param front_file_id [String]
|
|
678
|
+
# The ID for the File containing the check front image that was submitted to the
|
|
679
|
+
# Check21 network.
|
|
639
680
|
#
|
|
640
|
-
# @param submitted_at [Time]
|
|
681
|
+
# @param submitted_at [Time]
|
|
682
|
+
# When the check deposit was submitted to the Check21 network for processing.
|
|
683
|
+
# During business days, this happens within a few hours of the check being
|
|
684
|
+
# accepted by Increase.
|
|
641
685
|
end
|
|
642
686
|
|
|
643
687
|
# @see Increase::Models::CheckDeposit#inbound_funds_hold
|
|
@@ -702,19 +746,24 @@ module Increase
|
|
|
702
746
|
required :type, enum: -> { Increase::CheckDeposit::InboundFundsHold::Type }
|
|
703
747
|
|
|
704
748
|
# @!method initialize(amount:, automatically_releases_at:, created_at:, currency:, held_transaction_id:, pending_transaction_id:, released_at:, status:, type:)
|
|
705
|
-
# Some parameter documentations has been truncated, see
|
|
706
|
-
# {Increase::Models::CheckDeposit::InboundFundsHold} for more details.
|
|
707
|
-
#
|
|
708
749
|
# Increase will sometimes hold the funds for Check Deposits. If funds are held,
|
|
709
750
|
# this sub-object will contain details of the hold.
|
|
710
751
|
#
|
|
711
|
-
# @param amount [Integer]
|
|
752
|
+
# @param amount [Integer]
|
|
753
|
+
# The held amount in the minor unit of the account's currency. For dollars, for
|
|
754
|
+
# example, this is cents.
|
|
712
755
|
#
|
|
713
|
-
# @param automatically_releases_at [Time]
|
|
756
|
+
# @param automatically_releases_at [Time]
|
|
757
|
+
# When the hold will be released automatically. Certain conditions may cause it to
|
|
758
|
+
# be released before this time.
|
|
714
759
|
#
|
|
715
|
-
# @param created_at [Time]
|
|
760
|
+
# @param created_at [Time]
|
|
761
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the hold
|
|
762
|
+
# was created.
|
|
716
763
|
#
|
|
717
|
-
# @param currency [Symbol, Increase::Models::CheckDeposit::InboundFundsHold::Currency]
|
|
764
|
+
# @param currency [Symbol, Increase::Models::CheckDeposit::InboundFundsHold::Currency]
|
|
765
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the hold's
|
|
766
|
+
# currency.
|
|
718
767
|
#
|
|
719
768
|
# @param held_transaction_id [String, nil] The ID of the Transaction for which funds were held.
|
|
720
769
|
#
|
|
@@ -724,7 +773,9 @@ module Increase
|
|
|
724
773
|
#
|
|
725
774
|
# @param status [Symbol, Increase::Models::CheckDeposit::InboundFundsHold::Status] The status of the hold.
|
|
726
775
|
#
|
|
727
|
-
# @param type [Symbol, Increase::Models::CheckDeposit::InboundFundsHold::Type]
|
|
776
|
+
# @param type [Symbol, Increase::Models::CheckDeposit::InboundFundsHold::Type]
|
|
777
|
+
# A constant representing the object's type. For this resource it will always be
|
|
778
|
+
# `inbound_funds_hold`.
|
|
728
779
|
|
|
729
780
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the hold's
|
|
730
781
|
# currency.
|
|
@@ -38,9 +38,6 @@ module Increase
|
|
|
38
38
|
optional :description, String
|
|
39
39
|
|
|
40
40
|
# @!method initialize(account_id:, amount:, back_image_file_id:, front_image_file_id:, description: nil, request_options: {})
|
|
41
|
-
# Some parameter documentations has been truncated, see
|
|
42
|
-
# {Increase::Models::CheckDepositCreateParams} for more details.
|
|
43
|
-
#
|
|
44
41
|
# @param account_id [String] The identifier for the Account to deposit the check in.
|
|
45
42
|
#
|
|
46
43
|
# @param amount [Integer] The deposit amount in USD cents.
|
|
@@ -49,7 +46,8 @@ module Increase
|
|
|
49
46
|
#
|
|
50
47
|
# @param front_image_file_id [String] The File containing the check's front image.
|
|
51
48
|
#
|
|
52
|
-
# @param description [String]
|
|
49
|
+
# @param description [String]
|
|
50
|
+
# The description you choose to give the Check Deposit, for display purposes only.
|
|
53
51
|
#
|
|
54
52
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
55
53
|
end
|