increase 1.340.0 → 1.342.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/increase/client.rb +8 -6
- data/lib/increase/internal/type/converter.rb +13 -12
- data/lib/increase/models/account.rb +40 -19
- data/lib/increase/models/account_create_params.rb +14 -11
- data/lib/increase/models/account_list_params.rb +25 -17
- data/lib/increase/models/account_number.rb +22 -14
- data/lib/increase/models/account_number_create_params.rb +12 -13
- data/lib/increase/models/account_number_list_params.rb +26 -20
- data/lib/increase/models/account_number_update_params.rb +12 -11
- data/lib/increase/models/account_statement.rb +15 -11
- data/lib/increase/models/account_statement_list_params.rb +15 -12
- data/lib/increase/models/account_transfer.rb +58 -29
- data/lib/increase/models/account_transfer_create_params.rb +12 -7
- data/lib/increase/models/account_transfer_list_params.rb +20 -12
- data/lib/increase/models/ach_prenotification.rb +49 -28
- data/lib/increase/models/ach_prenotification_create_params.rb +15 -8
- data/lib/increase/models/ach_prenotification_list_params.rb +20 -12
- data/lib/increase/models/ach_transfer.rb +220 -105
- data/lib/increase/models/ach_transfer_create_params.rb +110 -61
- data/lib/increase/models/ach_transfer_list_params.rb +23 -16
- data/lib/increase/models/balance_lookup.rb +14 -11
- data/lib/increase/models/beneficial_owner_create_params.rb +60 -46
- data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
- data/lib/increase/models/beneficial_owner_update_params.rb +56 -40
- data/lib/increase/models/card.rb +69 -47
- data/lib/increase/models/card_create_details_iframe_params.rb +3 -4
- data/lib/increase/models/card_create_params.rb +65 -56
- data/lib/increase/models/card_details.rb +7 -5
- data/lib/increase/models/card_dispute.rb +530 -306
- data/lib/increase/models/card_dispute_create_params.rb +271 -175
- data/lib/increase/models/card_dispute_list_params.rb +24 -16
- data/lib/increase/models/card_dispute_submit_user_submission_params.rb +288 -191
- data/lib/increase/models/card_iframe_url.rb +3 -4
- data/lib/increase/models/card_list_params.rb +23 -16
- data/lib/increase/models/card_payment.rb +1941 -1200
- data/lib/increase/models/card_payment_list_params.rb +15 -11
- data/lib/increase/models/card_purchase_supplement.rb +37 -25
- data/lib/increase/models/card_purchase_supplement_list_params.rb +18 -13
- data/lib/increase/models/card_push_transfer.rb +121 -65
- data/lib/increase/models/card_push_transfer_create_params.rb +55 -25
- data/lib/increase/models/card_push_transfer_list_params.rb +23 -16
- data/lib/increase/models/card_token.rb +9 -6
- data/lib/increase/models/card_token_capabilities.rb +11 -8
- data/lib/increase/models/card_token_list_params.rb +15 -11
- data/lib/increase/models/card_update_params.rb +65 -57
- data/lib/increase/models/card_validation.rb +76 -43
- data/lib/increase/models/card_validation_create_params.rb +11 -7
- data/lib/increase/models/card_validation_list_params.rb +23 -16
- data/lib/increase/models/check_deposit.rb +103 -52
- data/lib/increase/models/check_deposit_create_params.rb +2 -4
- data/lib/increase/models/check_deposit_list_params.rb +20 -12
- data/lib/increase/models/check_transfer.rb +127 -76
- data/lib/increase/models/check_transfer_create_params.rb +91 -51
- data/lib/increase/models/check_transfer_list_params.rb +24 -16
- data/lib/increase/models/check_transfer_stop_payment_params.rb +2 -1
- data/lib/increase/models/declined_transaction.rb +339 -206
- data/lib/increase/models/declined_transaction_list_params.rb +18 -15
- data/lib/increase/models/digital_card_profile.rb +16 -9
- data/lib/increase/models/digital_card_profile_clone_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_create_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_list_params.rb +12 -9
- data/lib/increase/models/digital_wallet_token.rb +26 -17
- data/lib/increase/models/digital_wallet_token_list_params.rb +15 -11
- data/lib/increase/models/entity.rb +175 -135
- data/lib/increase/models/entity_archive_params.rb +3 -4
- data/lib/increase/models/entity_beneficial_owner.rb +24 -19
- data/lib/increase/models/entity_create_params.rb +395 -290
- data/lib/increase/models/entity_list_params.rb +67 -16
- data/lib/increase/models/entity_onboarding_session.rb +25 -11
- data/lib/increase/models/entity_onboarding_session_create_params.rb +8 -5
- data/lib/increase/models/entity_onboarding_session_list_params.rb +12 -9
- data/lib/increase/models/entity_supplemental_document.rb +10 -6
- data/lib/increase/models/entity_update_params.rb +136 -104
- data/lib/increase/models/event.rb +14 -5
- data/lib/increase/models/event_list_params.rb +31 -17
- data/lib/increase/models/event_subscription.rb +25 -9
- data/lib/increase/models/event_subscription_create_params.rb +22 -8
- data/lib/increase/models/event_subscription_list_params.rb +8 -5
- data/lib/increase/models/event_subscription_update_params.rb +2 -1
- data/lib/increase/models/export.rb +69 -30
- data/lib/increase/models/export_create_params.rb +76 -46
- data/lib/increase/models/export_list_params.rb +26 -17
- data/lib/increase/models/external_account.rb +14 -8
- data/lib/increase/models/external_account_create_params.rb +7 -6
- data/lib/increase/models/external_account_list_params.rb +12 -9
- data/lib/increase/models/external_account_update_params.rb +6 -3
- data/lib/increase/models/fednow_transfer.rb +62 -32
- data/lib/increase/models/fednow_transfer_create_params.rb +11 -8
- data/lib/increase/models/fednow_transfer_list_params.rb +25 -17
- data/lib/increase/models/file.rb +13 -7
- data/lib/increase/models/file_create_params.rb +6 -5
- data/lib/increase/models/file_link.rb +17 -8
- data/lib/increase/models/file_link_create_params.rb +3 -4
- data/lib/increase/models/file_list_params.rb +23 -16
- data/lib/increase/models/group.rb +6 -5
- data/lib/increase/models/inbound_ach_transfer.rb +115 -51
- data/lib/increase/models/inbound_ach_transfer_create_notification_of_change_params.rb +3 -5
- data/lib/increase/models/inbound_ach_transfer_decline_params.rb +4 -4
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +21 -16
- data/lib/increase/models/inbound_ach_transfer_transfer_return_params.rb +6 -5
- data/lib/increase/models/inbound_check_deposit.rb +46 -19
- data/lib/increase/models/inbound_check_deposit_list_params.rb +18 -12
- data/lib/increase/models/inbound_check_deposit_return_params.rb +2 -1
- data/lib/increase/models/inbound_fednow_transfer.rb +28 -14
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +18 -12
- data/lib/increase/models/inbound_fednow_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_mail_item.rb +13 -8
- data/lib/increase/models/inbound_mail_item_action_params.rb +4 -2
- data/lib/increase/models/inbound_mail_item_list_params.rb +17 -12
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +21 -12
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +21 -14
- data/lib/increase/models/inbound_real_time_payments_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_drawdown_request.rb +23 -10
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +3 -4
- data/lib/increase/models/inbound_wire_drawdown_request_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_transfer.rb +51 -22
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +24 -17
- data/lib/increase/models/inbound_wire_transfer_reverse_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment.rb +16 -8
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +12 -9
- data/lib/increase/models/intrafi_account_enrollment_retrieve_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment_unenroll_params.rb +2 -1
- data/lib/increase/models/intrafi_balance.rb +18 -12
- data/lib/increase/models/intrafi_exclusion.rb +13 -7
- data/lib/increase/models/intrafi_exclusion_archive_params.rb +4 -4
- data/lib/increase/models/intrafi_exclusion_create_params.rb +5 -4
- data/lib/increase/models/intrafi_exclusion_list_params.rb +8 -5
- data/lib/increase/models/lockbox_address.rb +16 -11
- data/lib/increase/models/lockbox_address_list_params.rb +20 -12
- data/lib/increase/models/lockbox_address_update_params.rb +2 -1
- data/lib/increase/models/lockbox_recipient.rb +22 -10
- data/lib/increase/models/lockbox_recipient_create_params.rb +5 -5
- data/lib/increase/models/lockbox_recipient_list_params.rb +22 -13
- data/lib/increase/models/lockbox_recipient_update_params.rb +2 -1
- data/lib/increase/models/oauth_application.rb +12 -7
- data/lib/increase/models/oauth_application_list_params.rb +18 -15
- data/lib/increase/models/oauth_connection.rb +9 -6
- data/lib/increase/models/oauth_connection_list_params.rb +10 -9
- data/lib/increase/models/oauth_token.rb +6 -5
- data/lib/increase/models/oauth_token_create_params.rb +14 -7
- data/lib/increase/models/pending_transaction.rb +392 -239
- data/lib/increase/models/pending_transaction_create_params.rb +6 -6
- data/lib/increase/models/pending_transaction_list_params.rb +23 -19
- data/lib/increase/models/physical_card.rb +36 -24
- data/lib/increase/models/physical_card_create_params.rb +22 -17
- data/lib/increase/models/physical_card_list_params.rb +20 -12
- data/lib/increase/models/physical_card_profile.rb +33 -17
- data/lib/increase/models/physical_card_profile_clone_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_create_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_list_params.rb +12 -9
- data/lib/increase/models/physical_card_update_params.rb +2 -1
- data/lib/increase/models/program.rb +15 -8
- data/lib/increase/models/program_list_params.rb +3 -4
- data/lib/increase/models/real_time_decision.rb +561 -370
- data/lib/increase/models/real_time_decision_action_params.rb +86 -75
- data/lib/increase/models/real_time_payments_transfer.rb +90 -47
- data/lib/increase/models/real_time_payments_transfer_approve_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_cancel_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +24 -12
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +28 -19
- data/lib/increase/models/routing_number_list_params.rb +3 -4
- data/lib/increase/models/routing_number_list_response.rb +11 -8
- data/lib/increase/models/simulations/account_revenue_payment_create_params.rb +9 -7
- data/lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb +5 -6
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +18 -6
- data/lib/increase/models/simulations/ach_transfer_settle_params.rb +4 -4
- data/lib/increase/models/simulations/card_authentication_create_params.rb +10 -8
- data/lib/increase/models/simulations/card_authorization_create_params.rb +50 -27
- data/lib/increase/models/simulations/card_authorization_create_response.rb +11 -7
- data/lib/increase/models/simulations/card_balance_inquiry_create_params.rb +26 -13
- data/lib/increase/models/simulations/card_dispute_action_params.rb +39 -19
- data/lib/increase/models/simulations/card_fuel_confirmation_create_params.rb +3 -5
- data/lib/increase/models/simulations/card_increment_create_params.rb +5 -4
- data/lib/increase/models/simulations/card_purchase_supplement_create_params.rb +7 -7
- data/lib/increase/models/simulations/card_refund_create_params.rb +10 -6
- data/lib/increase/models/simulations/card_reversal_create_params.rb +3 -4
- data/lib/increase/models/simulations/card_settlement_create_params.rb +16 -13
- data/lib/increase/models/simulations/card_token_create_params.rb +18 -9
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +8 -5
- data/lib/increase/models/simulations/check_deposit_submit_params.rb +9 -10
- data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -7
- data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +2 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +5 -5
- data/lib/increase/models/simulations/export_create_params.rb +5 -5
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +20 -12
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_check_deposit_create_params.rb +6 -6
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +9 -6
- data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb +27 -13
- data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +45 -19
- data/lib/increase/models/simulations/interest_payment_create_params.rb +4 -5
- data/lib/increase/models/simulations/pending_transaction_release_inbound_funds_hold_params.rb +3 -5
- data/lib/increase/models/simulations/physical_card_advance_shipment_params.rb +2 -1
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -5
- data/lib/increase/models/simulations/program_create_params.rb +4 -5
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +6 -3
- data/lib/increase/models/supplemental_document_list_params.rb +8 -5
- data/lib/increase/models/swift_transfer.rb +60 -27
- data/lib/increase/models/swift_transfer_create_params.rb +40 -20
- data/lib/increase/models/swift_transfer_list_params.rb +23 -16
- data/lib/increase/models/transaction.rb +1016 -536
- data/lib/increase/models/transaction_list_params.rb +21 -16
- data/lib/increase/models/unwrap_webhook_event.rb +14 -5
- data/lib/increase/models/wire_drawdown_request.rb +44 -26
- data/lib/increase/models/wire_drawdown_request_create_params.rb +23 -19
- data/lib/increase/models/wire_drawdown_request_list_params.rb +12 -9
- data/lib/increase/models/wire_transfer.rb +100 -55
- data/lib/increase/models/wire_transfer_create_params.rb +43 -26
- data/lib/increase/models/wire_transfer_list_params.rb +23 -16
- data/lib/increase/resources/account_numbers.rb +20 -16
- data/lib/increase/resources/account_statements.rb +3 -4
- data/lib/increase/resources/account_transfers.rb +20 -12
- data/lib/increase/resources/accounts.rb +19 -12
- data/lib/increase/resources/ach_prenotifications.rb +23 -13
- data/lib/increase/resources/ach_transfers.rb +93 -43
- data/lib/increase/resources/beneficial_owners.rb +35 -19
- data/lib/increase/resources/card_disputes.rb +43 -22
- data/lib/increase/resources/card_payments.rb +3 -4
- data/lib/increase/resources/card_purchase_supplements.rb +6 -5
- data/lib/increase/resources/card_push_transfers.rb +55 -24
- data/lib/increase/resources/card_tokens.rb +3 -4
- data/lib/increase/resources/card_validations.rb +19 -12
- data/lib/increase/resources/cards.rb +33 -22
- data/lib/increase/resources/check_deposits.rb +10 -9
- data/lib/increase/resources/check_transfers.rb +37 -17
- data/lib/increase/resources/declined_transactions.rb +3 -4
- data/lib/increase/resources/digital_card_profiles.rb +12 -7
- data/lib/increase/resources/digital_wallet_tokens.rb +3 -4
- data/lib/increase/resources/entities.rb +69 -33
- data/lib/increase/resources/entity_onboarding_sessions.rb +16 -10
- data/lib/increase/resources/event_subscriptions.rb +22 -13
- data/lib/increase/resources/events.rb +10 -9
- data/lib/increase/resources/exports.rb +40 -22
- data/lib/increase/resources/external_accounts.rb +21 -14
- data/lib/increase/resources/fednow_transfers.rb +21 -14
- data/lib/increase/resources/file_links.rb +3 -4
- data/lib/increase/resources/files.rb +14 -10
- data/lib/increase/resources/inbound_ach_transfers.rb +18 -19
- data/lib/increase/resources/inbound_check_deposits.rb +8 -6
- data/lib/increase/resources/inbound_fednow_transfers.rb +8 -6
- data/lib/increase/resources/inbound_mail_items.rb +7 -6
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +11 -7
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +5 -5
- data/lib/increase/resources/inbound_wire_transfers.rb +10 -7
- data/lib/increase/resources/intrafi_account_enrollments.rb +12 -7
- data/lib/increase/resources/intrafi_exclusions.rb +17 -13
- data/lib/increase/resources/lockbox_addresses.rb +10 -6
- data/lib/increase/resources/lockbox_recipients.rb +17 -12
- data/lib/increase/resources/oauth_applications.rb +3 -4
- data/lib/increase/resources/oauth_connections.rb +6 -5
- data/lib/increase/resources/oauth_tokens.rb +14 -7
- data/lib/increase/resources/pending_transactions.rb +7 -8
- data/lib/increase/resources/physical_card_profiles.rb +18 -15
- data/lib/increase/resources/physical_cards.rb +17 -12
- data/lib/increase/resources/programs.rb +3 -4
- data/lib/increase/resources/real_time_decisions.rb +18 -9
- data/lib/increase/resources/real_time_payments_transfers.rb +41 -21
- data/lib/increase/resources/routing_numbers.rb +3 -4
- data/lib/increase/resources/simulations/account_revenue_payments.rb +9 -7
- data/lib/increase/resources/simulations/ach_transfers.rb +18 -15
- data/lib/increase/resources/simulations/card_authentications.rb +10 -8
- data/lib/increase/resources/simulations/card_authorizations.rb +28 -12
- data/lib/increase/resources/simulations/card_balance_inquiries.rb +22 -11
- data/lib/increase/resources/simulations/card_disputes.rb +6 -5
- data/lib/increase/resources/simulations/card_fuel_confirmations.rb +3 -5
- data/lib/increase/resources/simulations/card_increments.rb +5 -4
- data/lib/increase/resources/simulations/card_purchase_supplements.rb +7 -7
- data/lib/increase/resources/simulations/card_refunds.rb +10 -6
- data/lib/increase/resources/simulations/card_reversals.rb +3 -4
- data/lib/increase/resources/simulations/card_settlements.rb +8 -6
- data/lib/increase/resources/simulations/card_tokens.rb +6 -3
- data/lib/increase/resources/simulations/check_deposits.rb +11 -9
- data/lib/increase/resources/simulations/entities.rb +3 -4
- data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +2 -1
- data/lib/increase/resources/simulations/exports.rb +5 -5
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +14 -9
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +11 -12
- data/lib/increase/resources/simulations/inbound_mail_items.rb +9 -6
- data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +5 -6
- data/lib/increase/resources/simulations/inbound_wire_drawdown_requests.rb +27 -13
- data/lib/increase/resources/simulations/inbound_wire_transfers.rb +45 -19
- data/lib/increase/resources/simulations/interest_payments.rb +4 -5
- data/lib/increase/resources/simulations/pending_transactions.rb +3 -5
- data/lib/increase/resources/simulations/physical_cards.rb +7 -6
- data/lib/increase/resources/simulations/programs.rb +4 -2
- data/lib/increase/resources/simulations/real_time_payments_transfers.rb +4 -2
- data/lib/increase/resources/supplemental_documents.rb +8 -5
- data/lib/increase/resources/swift_transfers.rb +33 -17
- data/lib/increase/resources/transactions.rb +6 -5
- data/lib/increase/resources/wire_drawdown_requests.rb +23 -14
- data/lib/increase/resources/wire_transfers.rb +29 -16
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_prenotification.rbi +1 -1
- data/rbi/increase/models/ach_transfer.rbi +19 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +13 -8
- data/rbi/increase/models/beneficial_owner_update_params.rbi +13 -8
- data/rbi/increase/models/check_transfer.rbi +12 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
- data/rbi/increase/models/entity_create_params.rbi +78 -48
- data/rbi/increase/models/entity_list_params.rbi +119 -0
- data/rbi/increase/models/entity_update_params.rbi +26 -16
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +14 -0
- data/rbi/increase/models/event_subscription.rbi +14 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
- data/rbi/increase/models/inbound_wire_transfer.rbi +16 -0
- data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +16 -1
- data/rbi/increase/models/simulations/card_settlement_create_params.rbi +17 -12
- data/rbi/increase/models/simulations/program_create_params.rbi +0 -7
- data/rbi/increase/models/swift_transfer.rbi +10 -0
- data/rbi/increase/models/swift_transfer_create_params.rbi +13 -0
- data/rbi/increase/models/transaction.rbi +19 -1
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/rbi/increase/resources/entities.rbi +3 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -2
- data/rbi/increase/resources/simulations/ach_transfers.rbi +5 -0
- data/rbi/increase/resources/simulations/card_settlements.rbi +6 -5
- data/rbi/increase/resources/swift_transfers.rbi +4 -0
- data/sig/increase/models/ach_prenotification.rbs +1 -1
- data/sig/increase/models/ach_transfer.rbs +6 -1
- data/sig/increase/models/beneficial_owner_create_params.rbs +7 -5
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -5
- data/sig/increase/models/check_transfer.rbs +5 -0
- data/sig/increase/models/check_transfer_create_params.rbs +12 -9
- data/sig/increase/models/entity_create_params.rbs +42 -30
- data/sig/increase/models/entity_list_params.rbs +48 -1
- data/sig/increase/models/entity_update_params.rbs +14 -10
- data/sig/increase/models/event.rbs +8 -0
- data/sig/increase/models/event_list_params.rbs +8 -0
- data/sig/increase/models/event_subscription.rbs +8 -0
- data/sig/increase/models/event_subscription_create_params.rbs +8 -0
- data/sig/increase/models/inbound_wire_transfer.rbs +10 -0
- data/sig/increase/models/simulations/ach_transfer_return_params.rbs +8 -1
- data/sig/increase/models/simulations/card_settlement_create_params.rbs +7 -5
- data/sig/increase/models/simulations/program_create_params.rbs +1 -8
- data/sig/increase/models/swift_transfer.rbs +5 -0
- data/sig/increase/models/swift_transfer_create_params.rbs +7 -0
- data/sig/increase/models/transaction.rbs +6 -1
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- data/sig/increase/resources/entities.rbs +1 -0
- data/sig/increase/resources/simulations/ach_transfers.rbs +1 -0
- data/sig/increase/resources/simulations/card_settlements.rbs +1 -1
- data/sig/increase/resources/swift_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -4,10 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardBalanceInquiries
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardBalanceInquiryCreateParams} for more
|
|
9
|
-
# details.
|
|
10
|
-
#
|
|
11
7
|
# Simulates a balance inquiry on a [Card](#cards).
|
|
12
8
|
#
|
|
13
9
|
# @overload create(balance: nil, card_id: nil, decline_reason: nil, digital_wallet_token_id: nil, event_subscription_id: nil, merchant_acceptor_id: nil, merchant_category_code: nil, merchant_city: nil, merchant_country: nil, merchant_descriptor: nil, merchant_state: nil, network_details: nil, network_risk_score: nil, physical_card_id: nil, terminal_id: nil, request_options: {})
|
|
@@ -16,15 +12,25 @@ module Increase
|
|
|
16
12
|
#
|
|
17
13
|
# @param card_id [String] The identifier of the Card to be authorized.
|
|
18
14
|
#
|
|
19
|
-
# @param decline_reason [Symbol, Increase::Models::Simulations::CardBalanceInquiryCreateParams::DeclineReason]
|
|
15
|
+
# @param decline_reason [Symbol, Increase::Models::Simulations::CardBalanceInquiryCreateParams::DeclineReason]
|
|
16
|
+
# Forces a card decline with a specific reason. No real time decision will be
|
|
17
|
+
# sent.
|
|
20
18
|
#
|
|
21
19
|
# @param digital_wallet_token_id [String] The identifier of the Digital Wallet Token to be authorized.
|
|
22
20
|
#
|
|
23
|
-
# @param event_subscription_id [String]
|
|
21
|
+
# @param event_subscription_id [String]
|
|
22
|
+
# The identifier of the Event Subscription to use. If provided, will override the
|
|
23
|
+
# default real time event subscription. Because you can only create one real time
|
|
24
|
+
# decision event subscription, you can use this field to route events to any
|
|
25
|
+
# specified event subscription for testing purposes.
|
|
24
26
|
#
|
|
25
|
-
# @param merchant_acceptor_id [String]
|
|
27
|
+
# @param merchant_acceptor_id [String]
|
|
28
|
+
# The merchant identifier (commonly abbreviated as MID) of the merchant the card
|
|
29
|
+
# is transacting with.
|
|
26
30
|
#
|
|
27
|
-
# @param merchant_category_code [String]
|
|
31
|
+
# @param merchant_category_code [String]
|
|
32
|
+
# The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
|
|
33
|
+
# card is transacting with.
|
|
28
34
|
#
|
|
29
35
|
# @param merchant_city [String] The city the merchant resides in.
|
|
30
36
|
#
|
|
@@ -34,13 +40,18 @@ module Increase
|
|
|
34
40
|
#
|
|
35
41
|
# @param merchant_state [String] The state the merchant resides in.
|
|
36
42
|
#
|
|
37
|
-
# @param network_details [Increase::Models::Simulations::CardBalanceInquiryCreateParams::NetworkDetails]
|
|
43
|
+
# @param network_details [Increase::Models::Simulations::CardBalanceInquiryCreateParams::NetworkDetails]
|
|
44
|
+
# Fields specific to a given card network.
|
|
38
45
|
#
|
|
39
|
-
# @param network_risk_score [Integer]
|
|
46
|
+
# @param network_risk_score [Integer]
|
|
47
|
+
# The risk score generated by the card network. For Visa this is the Visa Advanced
|
|
48
|
+
# Authorization risk score, from 0 to 99, where 99 is the riskiest.
|
|
40
49
|
#
|
|
41
50
|
# @param physical_card_id [String] The identifier of the Physical Card to be authorized.
|
|
42
51
|
#
|
|
43
|
-
# @param terminal_id [String]
|
|
52
|
+
# @param terminal_id [String]
|
|
53
|
+
# The terminal identifier (commonly abbreviated as TID) of the terminal the card
|
|
54
|
+
# is transacting with.
|
|
44
55
|
#
|
|
45
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
46
57
|
#
|
|
@@ -4,9 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardDisputes
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardDisputeActionParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# After a [Card Dispute](#card-disputes) is created in production, the dispute
|
|
11
8
|
# will initially be in a `pending_user_submission_reviewing` state. Since no
|
|
12
9
|
# review or further action happens in sandbox, this endpoint simulates moving a
|
|
@@ -16,9 +13,13 @@ module Increase
|
|
|
16
13
|
#
|
|
17
14
|
# @param card_dispute_id [String] The dispute you would like to action.
|
|
18
15
|
#
|
|
19
|
-
# @param network [Symbol, Increase::Models::Simulations::CardDisputeActionParams::Network]
|
|
16
|
+
# @param network [Symbol, Increase::Models::Simulations::CardDisputeActionParams::Network]
|
|
17
|
+
# The network of the Card Dispute. Details specific to the network are required
|
|
18
|
+
# under the sub-object with the same identifier as the network.
|
|
20
19
|
#
|
|
21
|
-
# @param visa [Increase::Models::Simulations::CardDisputeActionParams::Visa]
|
|
20
|
+
# @param visa [Increase::Models::Simulations::CardDisputeActionParams::Visa]
|
|
21
|
+
# The Visa-specific parameters for the taking action on the dispute. Required if
|
|
22
|
+
# and only if `network` is `visa`.
|
|
22
23
|
#
|
|
23
24
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
24
25
|
#
|
|
@@ -4,17 +4,15 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardFuelConfirmations
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardFuelConfirmationCreateParams} for more
|
|
9
|
-
# details.
|
|
10
|
-
#
|
|
11
7
|
# Simulates the fuel confirmation of an authorization by a card acquirer. This
|
|
12
8
|
# happens asynchronously right after a fuel pump transaction is completed. A fuel
|
|
13
9
|
# confirmation can only happen once per authorization.
|
|
14
10
|
#
|
|
15
11
|
# @overload create(amount:, card_payment_id:, request_options: {})
|
|
16
12
|
#
|
|
17
|
-
# @param amount [Integer]
|
|
13
|
+
# @param amount [Integer]
|
|
14
|
+
# The amount of the fuel_confirmation in minor units in the card authorization's
|
|
15
|
+
# currency.
|
|
18
16
|
#
|
|
19
17
|
# @param card_payment_id [String] The identifier of the Card Payment to create a fuel_confirmation on.
|
|
20
18
|
#
|
|
@@ -4,9 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardIncrements
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardIncrementCreateParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Simulates the increment of an authorization by a card acquirer. An authorization
|
|
11
8
|
# can be incremented multiple times.
|
|
12
9
|
#
|
|
@@ -16,7 +13,11 @@ module Increase
|
|
|
16
13
|
#
|
|
17
14
|
# @param card_payment_id [String] The identifier of the Card Payment to create an increment on.
|
|
18
15
|
#
|
|
19
|
-
# @param event_subscription_id [String]
|
|
16
|
+
# @param event_subscription_id [String]
|
|
17
|
+
# The identifier of the Event Subscription to use. If provided, will override the
|
|
18
|
+
# default real time event subscription. Because you can only create one real time
|
|
19
|
+
# decision event subscription, you can use this field to route events to any
|
|
20
|
+
# specified event subscription for testing purposes.
|
|
20
21
|
#
|
|
21
22
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
22
23
|
#
|
|
@@ -4,21 +4,21 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardPurchaseSupplements
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardPurchaseSupplementCreateParams} for more
|
|
9
|
-
# details.
|
|
10
|
-
#
|
|
11
7
|
# Simulates the creation of a Card Purchase Supplement (Level 3 data) for a card
|
|
12
8
|
# settlement. This happens asynchronously in production when Visa sends enhanced
|
|
13
9
|
# transaction data about a purchase.
|
|
14
10
|
#
|
|
15
11
|
# @overload create(transaction_id:, invoice: nil, line_items: nil, request_options: {})
|
|
16
12
|
#
|
|
17
|
-
# @param transaction_id [String]
|
|
13
|
+
# @param transaction_id [String]
|
|
14
|
+
# The identifier of the Transaction to create a Card Purchase Supplement for. The
|
|
15
|
+
# Transaction must have a source of type `card_settlement`.
|
|
18
16
|
#
|
|
19
|
-
# @param invoice [Increase::Models::Simulations::CardPurchaseSupplementCreateParams::Invoice]
|
|
17
|
+
# @param invoice [Increase::Models::Simulations::CardPurchaseSupplementCreateParams::Invoice]
|
|
18
|
+
# Invoice-level information about the payment.
|
|
20
19
|
#
|
|
21
|
-
# @param line_items [Array<Increase::Models::Simulations::CardPurchaseSupplementCreateParams::LineItem>]
|
|
20
|
+
# @param line_items [Array<Increase::Models::Simulations::CardPurchaseSupplementCreateParams::LineItem>]
|
|
21
|
+
# Line item information, such as individual products purchased.
|
|
22
22
|
#
|
|
23
23
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
24
24
|
#
|
|
@@ -4,19 +4,23 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardRefunds
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardRefundCreateParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Simulates refunding a card transaction. The full value of the original sandbox
|
|
11
8
|
# transaction is refunded.
|
|
12
9
|
#
|
|
13
10
|
# @overload create(amount: nil, pending_transaction_id: nil, transaction_id: nil, request_options: {})
|
|
14
11
|
#
|
|
15
|
-
# @param amount [Integer]
|
|
12
|
+
# @param amount [Integer]
|
|
13
|
+
# The refund amount in cents. Pulled off the `pending_transaction` or the
|
|
14
|
+
# `transaction` if not provided.
|
|
16
15
|
#
|
|
17
|
-
# @param pending_transaction_id [String]
|
|
16
|
+
# @param pending_transaction_id [String]
|
|
17
|
+
# The identifier of the Pending Transaction for the refund authorization. If this
|
|
18
|
+
# is provided, `transaction` must not be provided as a refund with a refund
|
|
19
|
+
# authorized can not be linked to a regular transaction.
|
|
18
20
|
#
|
|
19
|
-
# @param transaction_id [String]
|
|
21
|
+
# @param transaction_id [String]
|
|
22
|
+
# The identifier for the Transaction to refund. The Transaction's source must have
|
|
23
|
+
# a category of card_settlement.
|
|
20
24
|
#
|
|
21
25
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
22
26
|
#
|
|
@@ -4,9 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardReversals
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardReversalCreateParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Simulates the reversal of an authorization by a card acquirer. An authorization
|
|
11
8
|
# can be partially reversed multiple times, up until the total authorized amount.
|
|
12
9
|
# Marks the pending transaction as complete if the authorization is fully
|
|
@@ -16,7 +13,9 @@ module Increase
|
|
|
16
13
|
#
|
|
17
14
|
# @param card_payment_id [String] The identifier of the Card Payment to create a reversal on.
|
|
18
15
|
#
|
|
19
|
-
# @param amount [Integer]
|
|
16
|
+
# @param amount [Integer]
|
|
17
|
+
# The amount of the reversal in minor units in the card authorization's currency.
|
|
18
|
+
# This defaults to the authorization amount.
|
|
20
19
|
#
|
|
21
20
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
22
21
|
#
|
|
@@ -4,22 +4,24 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CardSettlements
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CardSettlementCreateParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Simulates the settlement of an authorization by a card acquirer. After a card
|
|
11
8
|
# authorization is created, the merchant will eventually send a settlement. This
|
|
12
9
|
# simulates that event, which may occur many days after the purchase in
|
|
13
10
|
# production. The amount settled can be different from the amount originally
|
|
14
11
|
# authorized, for example, when adding a tip to a restaurant bill.
|
|
15
12
|
#
|
|
16
|
-
# @overload create(card_id:,
|
|
13
|
+
# @overload create(card_id:, amount: nil, pending_transaction_id: nil, request_options: {})
|
|
17
14
|
#
|
|
18
15
|
# @param card_id [String] The identifier of the Card to create a settlement on.
|
|
19
16
|
#
|
|
20
|
-
# @param
|
|
17
|
+
# @param amount [Integer]
|
|
18
|
+
# The amount to be settled. This defaults to the amount of the Pending Transaction
|
|
19
|
+
# being settled, or a random amount if `pending_transaction_id` is not provided.
|
|
21
20
|
#
|
|
22
|
-
# @param
|
|
21
|
+
# @param pending_transaction_id [String]
|
|
22
|
+
# The identifier of the Pending Transaction for the Card Authorization you wish to
|
|
23
|
+
# settle. If not provided, the settlement will be force posted without a Card
|
|
24
|
+
# Authorization.
|
|
23
25
|
#
|
|
24
26
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
25
27
|
#
|
|
@@ -8,17 +8,20 @@ module Increase
|
|
|
8
8
|
#
|
|
9
9
|
# @overload create(capabilities: nil, expiration: nil, last4: nil, outcome: nil, prefix: nil, primary_account_number_length: nil, request_options: {})
|
|
10
10
|
#
|
|
11
|
-
# @param capabilities [Array<Increase::Models::Simulations::CardTokenCreateParams::Capability>]
|
|
11
|
+
# @param capabilities [Array<Increase::Models::Simulations::CardTokenCreateParams::Capability>]
|
|
12
|
+
# The capabilities of the outbound card token.
|
|
12
13
|
#
|
|
13
14
|
# @param expiration [Date] The expiration date of the card.
|
|
14
15
|
#
|
|
15
16
|
# @param last4 [String] The last 4 digits of the card number.
|
|
16
17
|
#
|
|
17
|
-
# @param outcome [Increase::Models::Simulations::CardTokenCreateParams::Outcome]
|
|
18
|
+
# @param outcome [Increase::Models::Simulations::CardTokenCreateParams::Outcome]
|
|
19
|
+
# The outcome to simulate for card push transfers using this token.
|
|
18
20
|
#
|
|
19
21
|
# @param prefix [String] The prefix of the card number, usually the first 8 digits.
|
|
20
22
|
#
|
|
21
|
-
# @param primary_account_number_length [Integer]
|
|
23
|
+
# @param primary_account_number_length [Integer]
|
|
24
|
+
# The total length of the card number, including prefix and last4.
|
|
22
25
|
#
|
|
23
26
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
24
27
|
#
|
|
@@ -4,9 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class CheckDeposits
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::CheckDepositAdjustmentParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Simulates the creation of a
|
|
11
8
|
# [Check Deposit Adjustment](#check-deposit-adjustments) on a
|
|
12
9
|
# [Check Deposit](#check-deposits). This Check Deposit must first have a `status`
|
|
@@ -16,9 +13,15 @@ module Increase
|
|
|
16
13
|
#
|
|
17
14
|
# @param check_deposit_id [String] The identifier of the Check Deposit you wish to adjust.
|
|
18
15
|
#
|
|
19
|
-
# @param amount [Integer]
|
|
16
|
+
# @param amount [Integer]
|
|
17
|
+
# The adjustment amount in the minor unit of the Check Deposit's currency (e.g.,
|
|
18
|
+
# cents). A negative amount means that the funds are being clawed back by the
|
|
19
|
+
# other bank and is a debit to your account. Defaults to the negative of the Check
|
|
20
|
+
# Deposit amount.
|
|
20
21
|
#
|
|
21
|
-
# @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason]
|
|
22
|
+
# @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason]
|
|
23
|
+
# The reason for the adjustment. Defaults to `non_conforming_item`, which is often
|
|
24
|
+
# used for a low quality image that the recipient wasn't able to handle.
|
|
22
25
|
#
|
|
23
26
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
24
27
|
#
|
|
@@ -79,9 +82,6 @@ module Increase
|
|
|
79
82
|
)
|
|
80
83
|
end
|
|
81
84
|
|
|
82
|
-
# Some parameter documentations has been truncated, see
|
|
83
|
-
# {Increase::Models::Simulations::CheckDepositSubmitParams} for more details.
|
|
84
|
-
#
|
|
85
85
|
# Simulates the submission of a [Check Deposit](#check-deposits) to the Federal
|
|
86
86
|
# Reserve. This Check Deposit must first have a `status` of `pending`.
|
|
87
87
|
#
|
|
@@ -89,7 +89,9 @@ module Increase
|
|
|
89
89
|
#
|
|
90
90
|
# @param check_deposit_id [String] The identifier of the Check Deposit you wish to submit.
|
|
91
91
|
#
|
|
92
|
-
# @param scan [Increase::Models::Simulations::CheckDepositSubmitParams::Scan]
|
|
92
|
+
# @param scan [Increase::Models::Simulations::CheckDepositSubmitParams::Scan]
|
|
93
|
+
# If set, the simulation will use these values for the check's scanned MICR data.
|
|
94
|
+
# If not set, the simulation will use random values.
|
|
93
95
|
#
|
|
94
96
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
95
97
|
#
|
|
@@ -4,9 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class Entities
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::EntityUpdateValidationParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Simulate updates to an
|
|
11
8
|
# [Entity's validation](/documentation/api/entities#entity-object.validation). In
|
|
12
9
|
# production, Know Your Customer validations
|
|
@@ -18,7 +15,9 @@ module Increase
|
|
|
18
15
|
#
|
|
19
16
|
# @param entity_id [String] The identifier of the Entity whose validation status to update.
|
|
20
17
|
#
|
|
21
|
-
# @param issues [Array<Increase::Models::Simulations::EntityUpdateValidationParams::Issue>]
|
|
18
|
+
# @param issues [Array<Increase::Models::Simulations::EntityUpdateValidationParams::Issue>]
|
|
19
|
+
# The validation issues to attach. If no issues are provided, the validation
|
|
20
|
+
# status will be set to `valid`.
|
|
22
21
|
#
|
|
23
22
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
24
23
|
#
|
|
@@ -11,7 +11,8 @@ module Increase
|
|
|
11
11
|
#
|
|
12
12
|
# @overload submit(entity_onboarding_session_id, request_options: {})
|
|
13
13
|
#
|
|
14
|
-
# @param entity_onboarding_session_id [String]
|
|
14
|
+
# @param entity_onboarding_session_id [String]
|
|
15
|
+
# The identifier of the Entity Onboarding Session you wish to submit.
|
|
15
16
|
#
|
|
16
17
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
17
18
|
#
|
|
@@ -4,9 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class Exports
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::ExportCreateParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Many exports are created by you via POST /exports or in the Dashboard. Some
|
|
11
8
|
# exports are created automatically by Increase. For example, tax documents are
|
|
12
9
|
# published once a year. In sandbox, you can trigger the arrival of an export that
|
|
@@ -14,9 +11,12 @@ module Increase
|
|
|
14
11
|
#
|
|
15
12
|
# @overload create(category:, form_1099_int: nil, request_options: {})
|
|
16
13
|
#
|
|
17
|
-
# @param category [Symbol, Increase::Models::Simulations::ExportCreateParams::Category]
|
|
14
|
+
# @param category [Symbol, Increase::Models::Simulations::ExportCreateParams::Category]
|
|
15
|
+
# The type of Export to create.
|
|
18
16
|
#
|
|
19
|
-
# @param form_1099_int [Increase::Models::Simulations::ExportCreateParams::Form1099Int]
|
|
17
|
+
# @param form_1099_int [Increase::Models::Simulations::ExportCreateParams::Form1099Int]
|
|
18
|
+
# Options for the created export. Required if `category` is equal to
|
|
19
|
+
# `form_1099_int`.
|
|
20
20
|
#
|
|
21
21
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
22
22
|
#
|
|
@@ -4,10 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class InboundACHTransfers
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::InboundACHTransferCreateParams} for more
|
|
9
|
-
# details.
|
|
10
|
-
#
|
|
11
7
|
# Simulates an inbound ACH transfer to your account. This imitates initiating a
|
|
12
8
|
# transfer to an Increase account from a different financial institution. The
|
|
13
9
|
# transfer may be either a credit or a debit depending on if the `amount` is
|
|
@@ -23,9 +19,13 @@ module Increase
|
|
|
23
19
|
#
|
|
24
20
|
# @param account_number_id [String] The identifier of the Account Number the inbound ACH Transfer is for.
|
|
25
21
|
#
|
|
26
|
-
# @param amount [Integer]
|
|
22
|
+
# @param amount [Integer]
|
|
23
|
+
# The transfer amount in cents. A positive amount originates a credit transfer
|
|
24
|
+
# pushing funds to the receiving account. A negative amount originates a debit
|
|
25
|
+
# transfer pulling funds from the receiving account.
|
|
27
26
|
#
|
|
28
|
-
# @param addenda [Increase::Models::Simulations::InboundACHTransferCreateParams::Addenda]
|
|
27
|
+
# @param addenda [Increase::Models::Simulations::InboundACHTransferCreateParams::Addenda]
|
|
28
|
+
# Additional information to include in the transfer.
|
|
29
29
|
#
|
|
30
30
|
# @param company_descriptive_date [String] The description of the date of the transfer.
|
|
31
31
|
#
|
|
@@ -35,15 +35,20 @@ module Increase
|
|
|
35
35
|
#
|
|
36
36
|
# @param company_id [String] The sender's company ID.
|
|
37
37
|
#
|
|
38
|
-
# @param company_name [String]
|
|
38
|
+
# @param company_name [String]
|
|
39
|
+
# The name of the sender. This corresponds to the `originator_company_name` field
|
|
40
|
+
# on the resulting Inbound ACH Transfer.
|
|
39
41
|
#
|
|
40
42
|
# @param receiver_id_number [String] The ID of the receiver of the transfer.
|
|
41
43
|
#
|
|
42
44
|
# @param receiver_name [String] The name of the receiver of the transfer.
|
|
43
45
|
#
|
|
44
|
-
# @param resolve_at [Time]
|
|
46
|
+
# @param resolve_at [Time]
|
|
47
|
+
# The time at which the transfer should be resolved. If not provided will resolve
|
|
48
|
+
# immediately.
|
|
45
49
|
#
|
|
46
|
-
# @param standard_entry_class_code [Symbol, Increase::Models::Simulations::InboundACHTransferCreateParams::StandardEntryClassCode]
|
|
50
|
+
# @param standard_entry_class_code [Symbol, Increase::Models::Simulations::InboundACHTransferCreateParams::StandardEntryClassCode]
|
|
51
|
+
# The standard entry class code for the transfer.
|
|
47
52
|
#
|
|
48
53
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
49
54
|
#
|
|
@@ -4,10 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class InboundCheckDeposits
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::InboundCheckDepositCreateParams} for more
|
|
9
|
-
# details.
|
|
10
|
-
#
|
|
11
7
|
# Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
12
8
|
# depositing a check at their bank that was issued from your account. It may or
|
|
13
9
|
# may not be associated with a Check Transfer. Increase will evaluate the Inbound
|
|
@@ -17,13 +13,17 @@ module Increase
|
|
|
17
13
|
#
|
|
18
14
|
# @overload create(account_number_id:, amount:, check_number:, payee_name_analysis: nil, request_options: {})
|
|
19
15
|
#
|
|
20
|
-
# @param account_number_id [String]
|
|
16
|
+
# @param account_number_id [String]
|
|
17
|
+
# The identifier of the Account Number the Inbound Check Deposit will be against.
|
|
21
18
|
#
|
|
22
19
|
# @param amount [Integer] The check amount in cents.
|
|
23
20
|
#
|
|
24
21
|
# @param check_number [String] The check number on the check to be deposited.
|
|
25
22
|
#
|
|
26
|
-
# @param payee_name_analysis [Symbol, Increase::Models::Simulations::InboundCheckDepositCreateParams::PayeeNameAnalysis]
|
|
23
|
+
# @param payee_name_analysis [Symbol, Increase::Models::Simulations::InboundCheckDepositCreateParams::PayeeNameAnalysis]
|
|
24
|
+
# Simulate the outcome of
|
|
25
|
+
# [payee name checking](https://increase.com/documentation/positive-pay#payee-name-mismatches).
|
|
26
|
+
# Defaults to `not_evaluated`.
|
|
27
27
|
#
|
|
28
28
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
29
29
|
#
|
|
@@ -41,10 +41,6 @@ module Increase
|
|
|
41
41
|
)
|
|
42
42
|
end
|
|
43
43
|
|
|
44
|
-
# Some parameter documentations has been truncated, see
|
|
45
|
-
# {Increase::Models::Simulations::InboundCheckDepositAdjustmentParams} for more
|
|
46
|
-
# details.
|
|
47
|
-
#
|
|
48
44
|
# Simulates an adjustment on an Inbound Check Deposit. The Inbound Check Deposit
|
|
49
45
|
# must have a `status` of `accepted`.
|
|
50
46
|
#
|
|
@@ -52,9 +48,12 @@ module Increase
|
|
|
52
48
|
#
|
|
53
49
|
# @param inbound_check_deposit_id [String] The identifier of the Inbound Check Deposit to adjust.
|
|
54
50
|
#
|
|
55
|
-
# @param amount [Integer]
|
|
51
|
+
# @param amount [Integer]
|
|
52
|
+
# The adjustment amount in cents. Defaults to the amount of the Inbound Check
|
|
53
|
+
# Deposit.
|
|
56
54
|
#
|
|
57
|
-
# @param reason [Symbol, Increase::Models::Simulations::InboundCheckDepositAdjustmentParams::Reason]
|
|
55
|
+
# @param reason [Symbol, Increase::Models::Simulations::InboundCheckDepositAdjustmentParams::Reason]
|
|
56
|
+
# The reason for the adjustment. Defaults to `wrong_payee_credit`.
|
|
58
57
|
#
|
|
59
58
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
60
59
|
#
|
|
@@ -4,9 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class InboundMailItems
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::InboundMailItemCreateParams} for more details.
|
|
9
|
-
#
|
|
10
7
|
# Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
|
|
11
8
|
# Recipients, as if someone had mailed a physical check. Increase automatically
|
|
12
9
|
# deposits a check mailed to a Lockbox Recipient into the recipient's Account. A
|
|
@@ -17,11 +14,17 @@ module Increase
|
|
|
17
14
|
#
|
|
18
15
|
# @param amount [Integer] The amount of the check to be simulated, in cents.
|
|
19
16
|
#
|
|
20
|
-
# @param contents_file_id [String]
|
|
17
|
+
# @param contents_file_id [String]
|
|
18
|
+
# The file containing the PDF contents. If not present, a default check image file
|
|
19
|
+
# will be used.
|
|
21
20
|
#
|
|
22
|
-
# @param lockbox_address_id [String]
|
|
21
|
+
# @param lockbox_address_id [String]
|
|
22
|
+
# The identifier of the Lockbox Address to simulate inbound mail to. Exactly one
|
|
23
|
+
# lockbox identifier parameter must be provided.
|
|
23
24
|
#
|
|
24
|
-
# @param lockbox_recipient_id [String]
|
|
25
|
+
# @param lockbox_recipient_id [String]
|
|
26
|
+
# The identifier of the Lockbox Recipient to simulate inbound mail to. Exactly one
|
|
27
|
+
# lockbox identifier parameter must be provided.
|
|
25
28
|
#
|
|
26
29
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
27
30
|
#
|
|
@@ -4,17 +4,15 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class InboundRealTimePaymentsTransfers
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::InboundRealTimePaymentsTransferCreateParams} for
|
|
9
|
-
# more details.
|
|
10
|
-
#
|
|
11
7
|
# Simulates an
|
|
12
8
|
# [Inbound Real-Time Payments Transfer](#inbound-real-time-payments-transfers) to
|
|
13
9
|
# your account. Real-Time Payments are a beta feature.
|
|
14
10
|
#
|
|
15
11
|
# @overload create(account_number_id:, amount:, debtor_account_number: nil, debtor_name: nil, debtor_routing_number: nil, request_for_payment_id: nil, unstructured_remittance_information: nil, request_options: {})
|
|
16
12
|
#
|
|
17
|
-
# @param account_number_id [String]
|
|
13
|
+
# @param account_number_id [String]
|
|
14
|
+
# The identifier of the Account Number the inbound Real-Time Payments Transfer is
|
|
15
|
+
# for.
|
|
18
16
|
#
|
|
19
17
|
# @param amount [Integer] The transfer amount in USD cents. Must be positive.
|
|
20
18
|
#
|
|
@@ -24,7 +22,8 @@ module Increase
|
|
|
24
22
|
#
|
|
25
23
|
# @param debtor_routing_number [String] The routing number of the account that sent the transfer.
|
|
26
24
|
#
|
|
27
|
-
# @param request_for_payment_id [String]
|
|
25
|
+
# @param request_for_payment_id [String]
|
|
26
|
+
# The identifier of a pending Request for Payment that this transfer will fulfill.
|
|
28
27
|
#
|
|
29
28
|
# @param unstructured_remittance_information [String] Additional information included with the transfer.
|
|
30
29
|
#
|
|
@@ -4,10 +4,6 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class InboundWireDrawdownRequests
|
|
7
|
-
# Some parameter documentations has been truncated, see
|
|
8
|
-
# {Increase::Models::Simulations::InboundWireDrawdownRequestCreateParams} for more
|
|
9
|
-
# details.
|
|
10
|
-
#
|
|
11
7
|
# Simulates receiving an
|
|
12
8
|
# [Inbound Wire Drawdown Request](#inbound-wire-drawdown-requests).
|
|
13
9
|
#
|
|
@@ -19,23 +15,37 @@ module Increase
|
|
|
19
15
|
#
|
|
20
16
|
# @param creditor_routing_number [String] The creditor's routing number.
|
|
21
17
|
#
|
|
22
|
-
# @param currency [String]
|
|
18
|
+
# @param currency [String]
|
|
19
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the amount being
|
|
20
|
+
# requested. Will always be "USD".
|
|
23
21
|
#
|
|
24
|
-
# @param recipient_account_number_id [String]
|
|
22
|
+
# @param recipient_account_number_id [String]
|
|
23
|
+
# The Account Number to which the recipient of this request is being requested to
|
|
24
|
+
# send funds from.
|
|
25
25
|
#
|
|
26
|
-
# @param creditor_address_line1 [String]
|
|
26
|
+
# @param creditor_address_line1 [String]
|
|
27
|
+
# A free-form address field set by the sender representing the first line of the
|
|
28
|
+
# creditor's address.
|
|
27
29
|
#
|
|
28
|
-
# @param creditor_address_line2 [String]
|
|
30
|
+
# @param creditor_address_line2 [String]
|
|
31
|
+
# A free-form address field set by the sender representing the second line of the
|
|
32
|
+
# creditor's address.
|
|
29
33
|
#
|
|
30
|
-
# @param creditor_address_line3 [String]
|
|
34
|
+
# @param creditor_address_line3 [String]
|
|
35
|
+
# A free-form address field set by the sender representing the third line of the
|
|
36
|
+
# creditor's address.
|
|
31
37
|
#
|
|
32
38
|
# @param creditor_name [String] A free-form name field set by the sender representing the creditor's name.
|
|
33
39
|
#
|
|
34
40
|
# @param debtor_account_number [String] The debtor's account number.
|
|
35
41
|
#
|
|
36
|
-
# @param debtor_address_line1 [String]
|
|
42
|
+
# @param debtor_address_line1 [String]
|
|
43
|
+
# A free-form address field set by the sender representing the first line of the
|
|
44
|
+
# debtor's address.
|
|
37
45
|
#
|
|
38
|
-
# @param debtor_address_line2 [String]
|
|
46
|
+
# @param debtor_address_line2 [String]
|
|
47
|
+
# A free-form address field set by the sender representing the second line of the
|
|
48
|
+
# debtor's address.
|
|
39
49
|
#
|
|
40
50
|
# @param debtor_address_line3 [String] A free-form address field set by the sender.
|
|
41
51
|
#
|
|
@@ -43,11 +53,15 @@ module Increase
|
|
|
43
53
|
#
|
|
44
54
|
# @param debtor_routing_number [String] The debtor's routing number.
|
|
45
55
|
#
|
|
46
|
-
# @param end_to_end_identification [String]
|
|
56
|
+
# @param end_to_end_identification [String]
|
|
57
|
+
# A free-form reference string set by the sender, to help identify the transfer.
|
|
47
58
|
#
|
|
48
59
|
# @param instruction_identification [String] The sending bank's identifier for the wire transfer.
|
|
49
60
|
#
|
|
50
|
-
# @param unique_end_to_end_transaction_reference [String]
|
|
61
|
+
# @param unique_end_to_end_transaction_reference [String]
|
|
62
|
+
# The Unique End-to-end Transaction Reference
|
|
63
|
+
# ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
|
|
64
|
+
# of the transfer.
|
|
51
65
|
#
|
|
52
66
|
# @param unstructured_remittance_information [String] A free-form message set by the sender.
|
|
53
67
|
#
|