increase 0.59.1 → 0.61.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.
- package/CHANGELOG.md +31 -0
- package/README.md +41 -17
- package/error.d.ts.map +1 -1
- package/error.js +0 -3
- package/error.js.map +1 -1
- package/error.mjs +0 -3
- package/error.mjs.map +1 -1
- package/index.d.mts +190 -172
- package/index.d.ts +190 -172
- package/index.d.ts.map +1 -1
- package/index.js +96 -87
- package/index.js.map +1 -1
- package/index.mjs +96 -87
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/cards.d.ts +1 -1
- package/resources/cards.d.ts.map +1 -1
- package/resources/cards.js +1 -1
- package/resources/cards.js.map +1 -1
- package/resources/cards.mjs +1 -1
- package/resources/cards.mjs.map +1 -1
- package/resources/declined-transactions.d.ts +2 -231
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/declined-transactions.js.map +1 -1
- package/resources/declined-transactions.mjs.map +1 -1
- package/resources/{entities/entities.d.ts → entities.d.ts} +276 -46
- package/resources/entities.d.ts.map +1 -0
- package/resources/{entities/entities.js → entities.js} +28 -17
- package/resources/entities.js.map +1 -0
- package/resources/{entities/entities.mjs → entities.mjs} +28 -17
- package/resources/entities.mjs.map +1 -0
- package/resources/groups.d.ts +1 -1
- package/resources/groups.d.ts.map +1 -1
- package/resources/groups.js +1 -1
- package/resources/groups.js.map +1 -1
- package/resources/groups.mjs +1 -1
- package/resources/groups.mjs.map +1 -1
- package/resources/inbound-ach-transfers.d.ts +218 -7
- package/resources/inbound-ach-transfers.d.ts.map +1 -1
- package/resources/inbound-ach-transfers.js +8 -8
- package/resources/inbound-ach-transfers.js.map +1 -1
- package/resources/inbound-ach-transfers.mjs +8 -8
- package/resources/inbound-ach-transfers.mjs.map +1 -1
- package/resources/inbound-check-deposits.d.ts +25 -1
- package/resources/inbound-check-deposits.d.ts.map +1 -1
- package/resources/inbound-check-deposits.js +6 -0
- package/resources/inbound-check-deposits.js.map +1 -1
- package/resources/inbound-check-deposits.mjs +6 -0
- package/resources/inbound-check-deposits.mjs.map +1 -1
- package/resources/inbound-mail-items.d.ts +0 -14
- package/resources/inbound-mail-items.d.ts.map +1 -1
- package/resources/inbound-mail-items.js.map +1 -1
- package/resources/inbound-mail-items.mjs.map +1 -1
- package/resources/inbound-wire-transfers.d.ts +4 -0
- package/resources/inbound-wire-transfers.d.ts.map +1 -1
- package/resources/inbound-wire-transfers.js.map +1 -1
- package/resources/inbound-wire-transfers.mjs.map +1 -1
- package/resources/index.d.ts +11 -8
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +15 -6
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +7 -4
- package/resources/index.mjs.map +1 -1
- package/resources/{intrafi/account-enrollments.d.ts → intrafi-account-enrollments.d.ts} +17 -17
- package/resources/intrafi-account-enrollments.d.ts.map +1 -0
- package/resources/{intrafi/account-enrollments.js → intrafi-account-enrollments.js} +11 -11
- package/resources/intrafi-account-enrollments.js.map +1 -0
- package/resources/{intrafi/account-enrollments.mjs → intrafi-account-enrollments.mjs} +9 -9
- package/resources/intrafi-account-enrollments.mjs.map +1 -0
- package/resources/{intrafi/balances.d.ts → intrafi-balances.d.ts} +7 -7
- package/resources/intrafi-balances.d.ts.map +1 -0
- package/resources/{intrafi/balances.js → intrafi-balances.js} +7 -7
- package/resources/intrafi-balances.js.map +1 -0
- package/resources/{intrafi/balances.mjs → intrafi-balances.mjs} +5 -5
- package/resources/intrafi-balances.mjs.map +1 -0
- package/resources/{intrafi/exclusions.d.ts → intrafi-exclusions.d.ts} +15 -15
- package/resources/intrafi-exclusions.d.ts.map +1 -0
- package/resources/{intrafi/exclusions.js → intrafi-exclusions.js} +11 -11
- package/resources/intrafi-exclusions.js.map +1 -0
- package/resources/{intrafi/exclusions.mjs → intrafi-exclusions.mjs} +9 -9
- package/resources/intrafi-exclusions.mjs.map +1 -0
- package/resources/lockboxes.d.ts +0 -14
- package/resources/lockboxes.d.ts.map +1 -1
- package/resources/lockboxes.js.map +1 -1
- package/resources/lockboxes.mjs.map +1 -1
- package/resources/routing-numbers.d.ts +5 -5
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/routing-numbers.js +5 -5
- package/resources/routing-numbers.js.map +1 -1
- package/resources/routing-numbers.mjs +3 -3
- package/resources/routing-numbers.mjs.map +1 -1
- package/resources/simulations/ach-transfers.d.ts +10 -61
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.js +10 -14
- package/resources/simulations/ach-transfers.js.map +1 -1
- package/resources/simulations/ach-transfers.mjs +10 -14
- package/resources/simulations/ach-transfers.mjs.map +1 -1
- package/resources/simulations/card-authorization-expirations.d.ts +20 -0
- package/resources/simulations/card-authorization-expirations.d.ts.map +1 -0
- package/resources/simulations/card-authorization-expirations.js +17 -0
- package/resources/simulations/card-authorization-expirations.js.map +1 -0
- package/resources/simulations/card-authorization-expirations.mjs +13 -0
- package/resources/simulations/card-authorization-expirations.mjs.map +1 -0
- package/resources/simulations/card-authorizations.d.ts +91 -0
- package/resources/simulations/card-authorizations.d.ts.map +1 -0
- package/resources/simulations/{cards.js → card-authorizations.js} +7 -17
- package/resources/simulations/card-authorizations.js.map +1 -0
- package/resources/simulations/{cards.mjs → card-authorizations.mjs} +5 -15
- package/resources/simulations/card-authorizations.mjs.map +1 -0
- package/resources/simulations/card-fuel-confirmations.d.ts +27 -0
- package/resources/simulations/card-fuel-confirmations.d.ts.map +1 -0
- package/resources/simulations/card-fuel-confirmations.js +19 -0
- package/resources/simulations/card-fuel-confirmations.js.map +1 -0
- package/resources/simulations/card-fuel-confirmations.mjs +15 -0
- package/resources/simulations/card-fuel-confirmations.mjs.map +1 -0
- package/resources/simulations/card-increments.d.ts +32 -0
- package/resources/simulations/card-increments.d.ts.map +1 -0
- package/resources/simulations/card-increments.js +18 -0
- package/resources/simulations/card-increments.js.map +1 -0
- package/resources/simulations/card-increments.mjs +14 -0
- package/resources/simulations/card-increments.mjs.map +1 -0
- package/resources/simulations/card-reversals.d.ts +28 -0
- package/resources/simulations/card-reversals.d.ts.map +1 -0
- package/resources/simulations/card-reversals.js +20 -0
- package/resources/simulations/card-reversals.js.map +1 -0
- package/resources/simulations/card-reversals.mjs +16 -0
- package/resources/simulations/card-reversals.mjs.map +1 -0
- package/resources/simulations/card-settlements.d.ts +34 -0
- package/resources/simulations/card-settlements.d.ts.map +1 -0
- package/resources/simulations/card-settlements.js +21 -0
- package/resources/simulations/card-settlements.js.map +1 -0
- package/resources/simulations/card-settlements.mjs +17 -0
- package/resources/simulations/card-settlements.mjs.map +1 -0
- package/resources/simulations/inbound-ach-transfers.d.ts +89 -0
- package/resources/simulations/inbound-ach-transfers.d.ts.map +1 -0
- package/resources/simulations/inbound-ach-transfers.js +26 -0
- package/resources/simulations/inbound-ach-transfers.js.map +1 -0
- package/resources/simulations/inbound-ach-transfers.mjs +22 -0
- package/resources/simulations/inbound-ach-transfers.mjs.map +1 -0
- package/resources/simulations/inbound-real-time-payments-transfers.d.ts +71 -0
- package/resources/simulations/inbound-real-time-payments-transfers.d.ts.map +1 -0
- package/resources/simulations/inbound-real-time-payments-transfers.js +18 -0
- package/resources/simulations/inbound-real-time-payments-transfers.js.map +1 -0
- package/resources/simulations/inbound-real-time-payments-transfers.mjs +14 -0
- package/resources/simulations/inbound-real-time-payments-transfers.mjs.map +1 -0
- package/resources/simulations/inbound-wire-transfers.d.ts +99 -0
- package/resources/simulations/inbound-wire-transfers.d.ts.map +1 -0
- package/resources/simulations/inbound-wire-transfers.js +17 -0
- package/resources/simulations/inbound-wire-transfers.js.map +1 -0
- package/resources/simulations/inbound-wire-transfers.mjs +13 -0
- package/resources/simulations/inbound-wire-transfers.mjs.map +1 -0
- package/resources/simulations/index.d.ts +14 -7
- package/resources/simulations/index.d.ts.map +1 -1
- package/resources/simulations/index.js +21 -7
- package/resources/simulations/index.js.map +1 -1
- package/resources/simulations/index.mjs +11 -4
- package/resources/simulations/index.mjs.map +1 -1
- package/resources/simulations/interest-payments.js +1 -1
- package/resources/simulations/interest-payments.js.map +1 -1
- package/resources/simulations/interest-payments.mjs +1 -1
- package/resources/simulations/interest-payments.mjs.map +1 -1
- package/resources/simulations/physical-cards.d.ts +3 -3
- package/resources/simulations/physical-cards.js +2 -2
- package/resources/simulations/physical-cards.mjs +2 -2
- package/resources/simulations/real-time-payments-transfers.d.ts +0 -3686
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.js +0 -7
- package/resources/simulations/real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/real-time-payments-transfers.mjs +0 -7
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/simulations.d.ts +67 -118
- package/resources/simulations/simulations.d.ts.map +1 -1
- package/resources/simulations/simulations.js +45 -54
- package/resources/simulations/simulations.js.map +1 -1
- package/resources/simulations/simulations.mjs +45 -54
- package/resources/simulations/simulations.mjs.map +1 -1
- package/resources/simulations/wire-transfers.d.ts +10 -85
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/simulations/wire-transfers.js +14 -5
- package/resources/simulations/wire-transfers.js.map +1 -1
- package/resources/simulations/wire-transfers.mjs +14 -5
- package/resources/simulations/wire-transfers.mjs.map +1 -1
- package/resources/{entities/supplemental-documents.d.ts → supplemental-documents.d.ts} +17 -10
- package/resources/supplemental-documents.d.ts.map +1 -0
- package/resources/{entities/supplemental-documents.js → supplemental-documents.js} +9 -9
- package/resources/supplemental-documents.js.map +1 -0
- package/resources/{entities/supplemental-documents.mjs → supplemental-documents.mjs} +7 -7
- package/resources/supplemental-documents.mjs.map +1 -0
- package/resources/transactions.d.ts +6 -276
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs.map +1 -1
- package/resources/wire-transfers.d.ts +4 -13
- package/resources/wire-transfers.d.ts.map +1 -1
- package/resources/wire-transfers.js +0 -17
- package/resources/wire-transfers.js.map +1 -1
- package/resources/wire-transfers.mjs +0 -17
- package/resources/wire-transfers.mjs.map +1 -1
- package/src/error.ts +0 -8
- package/src/index.ts +210 -189
- package/src/resources/cards.ts +1 -1
- package/src/resources/declined-transactions.ts +0 -297
- package/src/resources/{entities/entities.ts → entities.ts} +351 -56
- package/src/resources/groups.ts +1 -1
- package/src/resources/inbound-ach-transfers.ts +288 -13
- package/src/resources/inbound-check-deposits.ts +34 -1
- package/src/resources/inbound-mail-items.ts +0 -16
- package/src/resources/inbound-wire-transfers.ts +5 -0
- package/src/resources/index.ts +32 -14
- package/src/resources/{intrafi/account-enrollments.ts → intrafi-account-enrollments.ts} +18 -18
- package/src/resources/{intrafi/balances.ts → intrafi-balances.ts} +6 -6
- package/src/resources/{intrafi/exclusions.ts → intrafi-exclusions.ts} +19 -16
- package/src/resources/lockboxes.ts +0 -16
- package/src/resources/routing-numbers.ts +6 -6
- package/src/resources/simulations/ach-transfers.ts +15 -76
- package/src/resources/simulations/card-authorization-expirations.ts +29 -0
- package/src/resources/simulations/card-authorizations.ts +112 -0
- package/src/resources/simulations/card-fuel-confirmations.ts +37 -0
- package/src/resources/simulations/card-increments.ts +43 -0
- package/src/resources/simulations/card-reversals.ts +38 -0
- package/src/resources/simulations/card-settlements.ts +45 -0
- package/src/resources/simulations/inbound-ach-transfers.ts +124 -0
- package/src/resources/simulations/inbound-real-time-payments-transfers.ts +89 -0
- package/src/resources/simulations/inbound-wire-transfers.ts +124 -0
- package/src/resources/simulations/index.ts +26 -21
- package/src/resources/simulations/interest-payments.ts +1 -1
- package/src/resources/simulations/physical-cards.ts +5 -5
- package/src/resources/simulations/real-time-payments-transfers.ts +0 -4659
- package/src/resources/simulations/simulations.ts +80 -157
- package/src/resources/simulations/wire-transfers.ts +18 -104
- package/src/resources/{entities/supplemental-documents.ts → supplemental-documents.ts} +21 -13
- package/src/resources/transactions.ts +5 -350
- package/src/resources/wire-transfers.ts +5 -19
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/entities/beneficial-owners.d.ts +0 -279
- package/resources/entities/beneficial-owners.d.ts.map +0 -1
- package/resources/entities/beneficial-owners.js +0 -29
- package/resources/entities/beneficial-owners.js.map +0 -1
- package/resources/entities/beneficial-owners.mjs +0 -25
- package/resources/entities/beneficial-owners.mjs.map +0 -1
- package/resources/entities/entities.d.ts.map +0 -1
- package/resources/entities/entities.js.map +0 -1
- package/resources/entities/entities.mjs.map +0 -1
- package/resources/entities/index.d.ts +0 -5
- package/resources/entities/index.d.ts.map +0 -1
- package/resources/entities/index.js +0 -15
- package/resources/entities/index.js.map +0 -1
- package/resources/entities/index.mjs +0 -6
- package/resources/entities/index.mjs.map +0 -1
- package/resources/entities/industry-code.d.ts +0 -23
- package/resources/entities/industry-code.d.ts.map +0 -1
- package/resources/entities/industry-code.js +0 -17
- package/resources/entities/industry-code.js.map +0 -1
- package/resources/entities/industry-code.mjs +0 -13
- package/resources/entities/industry-code.mjs.map +0 -1
- package/resources/entities/supplemental-documents.d.ts.map +0 -1
- package/resources/entities/supplemental-documents.js.map +0 -1
- package/resources/entities/supplemental-documents.mjs.map +0 -1
- package/resources/intrafi/account-enrollments.d.ts.map +0 -1
- package/resources/intrafi/account-enrollments.js.map +0 -1
- package/resources/intrafi/account-enrollments.mjs.map +0 -1
- package/resources/intrafi/balances.d.ts.map +0 -1
- package/resources/intrafi/balances.js.map +0 -1
- package/resources/intrafi/balances.mjs.map +0 -1
- package/resources/intrafi/exclusions.d.ts.map +0 -1
- package/resources/intrafi/exclusions.js.map +0 -1
- package/resources/intrafi/exclusions.mjs.map +0 -1
- package/resources/intrafi/index.d.ts +0 -5
- package/resources/intrafi/index.d.ts.map +0 -1
- package/resources/intrafi/index.js +0 -15
- package/resources/intrafi/index.js.map +0 -1
- package/resources/intrafi/index.mjs +0 -6
- package/resources/intrafi/index.mjs.map +0 -1
- package/resources/intrafi/intrafi.d.ts +0 -24
- package/resources/intrafi/intrafi.d.ts.map +0 -1
- package/resources/intrafi/intrafi.js +0 -48
- package/resources/intrafi/intrafi.js.map +0 -1
- package/resources/intrafi/intrafi.mjs +0 -21
- package/resources/intrafi/intrafi.mjs.map +0 -1
- package/resources/simulations/cards.d.ts +0 -1763
- package/resources/simulations/cards.d.ts.map +0 -1
- package/resources/simulations/cards.js.map +0 -1
- package/resources/simulations/cards.mjs.map +0 -1
- package/resources/simulations/inbound-international-ach-transfers.d.ts +0 -285
- package/resources/simulations/inbound-international-ach-transfers.d.ts.map +0 -1
- package/resources/simulations/inbound-international-ach-transfers.js +0 -21
- package/resources/simulations/inbound-international-ach-transfers.js.map +0 -1
- package/resources/simulations/inbound-international-ach-transfers.mjs +0 -17
- package/resources/simulations/inbound-international-ach-transfers.mjs.map +0 -1
- package/src/resources/entities/beneficial-owners.ts +0 -346
- package/src/resources/entities/index.ts +0 -25
- package/src/resources/entities/industry-code.ts +0 -33
- package/src/resources/intrafi/index.ts +0 -18
- package/src/resources/intrafi/intrafi.ts +0 -29
- package/src/resources/simulations/cards.ts +0 -2188
- package/src/resources/simulations/inbound-international-ach-transfers.ts +0 -367
|
@@ -149,8 +149,6 @@ export namespace DeclinedTransaction {
|
|
|
149
149
|
* - `inbound_real_time_payments_transfer_decline` - Inbound Real-Time Payments
|
|
150
150
|
* Transfer Decline: details will be under the
|
|
151
151
|
* `inbound_real_time_payments_transfer_decline` object.
|
|
152
|
-
* - `international_ach_decline` - International ACH Decline: details will be under
|
|
153
|
-
* the `international_ach_decline` object.
|
|
154
152
|
* - `wire_decline` - Wire Decline: details will be under the `wire_decline`
|
|
155
153
|
* object.
|
|
156
154
|
* - `check_deposit_rejection` - Check Deposit Rejection: details will be under the
|
|
@@ -163,7 +161,6 @@ export namespace DeclinedTransaction {
|
|
|
163
161
|
| 'card_decline'
|
|
164
162
|
| 'check_decline'
|
|
165
163
|
| 'inbound_real_time_payments_transfer_decline'
|
|
166
|
-
| 'international_ach_decline'
|
|
167
164
|
| 'wire_decline'
|
|
168
165
|
| 'check_deposit_rejection'
|
|
169
166
|
| 'other';
|
|
@@ -187,12 +184,6 @@ export namespace DeclinedTransaction {
|
|
|
187
184
|
*/
|
|
188
185
|
inbound_real_time_payments_transfer_decline: Source.InboundRealTimePaymentsTransferDecline | null;
|
|
189
186
|
|
|
190
|
-
/**
|
|
191
|
-
* An International ACH Decline object. This field will be present in the JSON
|
|
192
|
-
* response if and only if `category` is equal to `international_ach_decline`.
|
|
193
|
-
*/
|
|
194
|
-
international_ach_decline: Source.InternationalACHDecline | null;
|
|
195
|
-
|
|
196
187
|
/**
|
|
197
188
|
* A Wire Decline object. This field will be present in the JSON response if and
|
|
198
189
|
* only if `category` is equal to `wire_decline`.
|
|
@@ -942,293 +933,6 @@ export namespace DeclinedTransaction {
|
|
|
942
933
|
transaction_identification: string;
|
|
943
934
|
}
|
|
944
935
|
|
|
945
|
-
/**
|
|
946
|
-
* An International ACH Decline object. This field will be present in the JSON
|
|
947
|
-
* response if and only if `category` is equal to `international_ach_decline`.
|
|
948
|
-
*/
|
|
949
|
-
export interface InternationalACHDecline {
|
|
950
|
-
/**
|
|
951
|
-
* The declined amount in the minor unit of the destination account currency. For
|
|
952
|
-
* dollars, for example, this is cents.
|
|
953
|
-
*/
|
|
954
|
-
amount: number;
|
|
955
|
-
|
|
956
|
-
/**
|
|
957
|
-
* The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
|
|
958
|
-
* country code of the destination country.
|
|
959
|
-
*/
|
|
960
|
-
destination_country_code: string;
|
|
961
|
-
|
|
962
|
-
/**
|
|
963
|
-
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
|
|
964
|
-
* destination bank account.
|
|
965
|
-
*/
|
|
966
|
-
destination_currency_code: string;
|
|
967
|
-
|
|
968
|
-
/**
|
|
969
|
-
* A description of how the foreign exchange rate was calculated.
|
|
970
|
-
*
|
|
971
|
-
* - `fixed_to_variable` - The originator chose an amount in their own currency.
|
|
972
|
-
* The settled amount in USD was converted using the exchange rate.
|
|
973
|
-
* - `variable_to_fixed` - The originator chose an amount to settle in USD. The
|
|
974
|
-
* originator's amount was variable; known only after the foreign exchange
|
|
975
|
-
* conversion.
|
|
976
|
-
* - `fixed_to_fixed` - The amount was originated and settled as a fixed amount in
|
|
977
|
-
* USD. There is no foreign exchange conversion.
|
|
978
|
-
*/
|
|
979
|
-
foreign_exchange_indicator: 'fixed_to_variable' | 'variable_to_fixed' | 'fixed_to_fixed';
|
|
980
|
-
|
|
981
|
-
/**
|
|
982
|
-
* Depending on the `foreign_exchange_reference_indicator`, an exchange rate or a
|
|
983
|
-
* reference to a well-known rate.
|
|
984
|
-
*/
|
|
985
|
-
foreign_exchange_reference: string | null;
|
|
986
|
-
|
|
987
|
-
/**
|
|
988
|
-
* An instruction of how to interpret the `foreign_exchange_reference` field for
|
|
989
|
-
* this Transaction.
|
|
990
|
-
*
|
|
991
|
-
* - `foreign_exchange_rate` - The ACH file contains a foreign exchange rate.
|
|
992
|
-
* - `foreign_exchange_reference_number` - The ACH file contains a reference to a
|
|
993
|
-
* well-known foreign exchange rate.
|
|
994
|
-
* - `blank` - There is no foreign exchange for this transfer, so the
|
|
995
|
-
* `foreign_exchange_reference` field is blank.
|
|
996
|
-
*/
|
|
997
|
-
foreign_exchange_reference_indicator:
|
|
998
|
-
| 'foreign_exchange_rate'
|
|
999
|
-
| 'foreign_exchange_reference_number'
|
|
1000
|
-
| 'blank';
|
|
1001
|
-
|
|
1002
|
-
/**
|
|
1003
|
-
* The amount in the minor unit of the foreign payment currency. For dollars, for
|
|
1004
|
-
* example, this is cents.
|
|
1005
|
-
*/
|
|
1006
|
-
foreign_payment_amount: number;
|
|
1007
|
-
|
|
1008
|
-
/**
|
|
1009
|
-
* A reference number in the foreign banking infrastructure.
|
|
1010
|
-
*/
|
|
1011
|
-
foreign_trace_number: string | null;
|
|
1012
|
-
|
|
1013
|
-
/**
|
|
1014
|
-
* The type of transfer. Set by the originator.
|
|
1015
|
-
*
|
|
1016
|
-
* - `annuity` - Sent as `ANN` in the Nacha file.
|
|
1017
|
-
* - `business_or_commercial` - Sent as `BUS` in the Nacha file.
|
|
1018
|
-
* - `deposit` - Sent as `DEP` in the Nacha file.
|
|
1019
|
-
* - `loan` - Sent as `LOA` in the Nacha file.
|
|
1020
|
-
* - `miscellaneous` - Sent as `MIS` in the Nacha file.
|
|
1021
|
-
* - `mortgage` - Sent as `MOR` in the Nacha file.
|
|
1022
|
-
* - `pension` - Sent as `PEN` in the Nacha file.
|
|
1023
|
-
* - `remittance` - Sent as `REM` in the Nacha file.
|
|
1024
|
-
* - `rent_or_lease` - Sent as `RLS` in the Nacha file.
|
|
1025
|
-
* - `salary_or_payroll` - Sent as `SAL` in the Nacha file.
|
|
1026
|
-
* - `tax` - Sent as `TAX` in the Nacha file.
|
|
1027
|
-
* - `accounts_receivable` - Sent as `ARC` in the Nacha file.
|
|
1028
|
-
* - `back_office_conversion` - Sent as `BOC` in the Nacha file.
|
|
1029
|
-
* - `machine_transfer` - Sent as `MTE` in the Nacha file.
|
|
1030
|
-
* - `point_of_purchase` - Sent as `POP` in the Nacha file.
|
|
1031
|
-
* - `point_of_sale` - Sent as `POS` in the Nacha file.
|
|
1032
|
-
* - `represented_check` - Sent as `RCK` in the Nacha file.
|
|
1033
|
-
* - `shared_network_transaction` - Sent as `SHR` in the Nacha file.
|
|
1034
|
-
* - `telphone_initiated` - Sent as `TEL` in the Nacha file.
|
|
1035
|
-
* - `internet_initiated` - Sent as `WEB` in the Nacha file.
|
|
1036
|
-
*/
|
|
1037
|
-
international_transaction_type_code:
|
|
1038
|
-
| 'annuity'
|
|
1039
|
-
| 'business_or_commercial'
|
|
1040
|
-
| 'deposit'
|
|
1041
|
-
| 'loan'
|
|
1042
|
-
| 'miscellaneous'
|
|
1043
|
-
| 'mortgage'
|
|
1044
|
-
| 'pension'
|
|
1045
|
-
| 'remittance'
|
|
1046
|
-
| 'rent_or_lease'
|
|
1047
|
-
| 'salary_or_payroll'
|
|
1048
|
-
| 'tax'
|
|
1049
|
-
| 'accounts_receivable'
|
|
1050
|
-
| 'back_office_conversion'
|
|
1051
|
-
| 'machine_transfer'
|
|
1052
|
-
| 'point_of_purchase'
|
|
1053
|
-
| 'point_of_sale'
|
|
1054
|
-
| 'represented_check'
|
|
1055
|
-
| 'shared_network_transaction'
|
|
1056
|
-
| 'telphone_initiated'
|
|
1057
|
-
| 'internet_initiated';
|
|
1058
|
-
|
|
1059
|
-
/**
|
|
1060
|
-
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
|
|
1061
|
-
* originating bank account.
|
|
1062
|
-
*/
|
|
1063
|
-
originating_currency_code: string;
|
|
1064
|
-
|
|
1065
|
-
/**
|
|
1066
|
-
* The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
|
|
1067
|
-
* country code of the originating branch country.
|
|
1068
|
-
*/
|
|
1069
|
-
originating_depository_financial_institution_branch_country: string;
|
|
1070
|
-
|
|
1071
|
-
/**
|
|
1072
|
-
* An identifier for the originating bank. One of an International Bank Account
|
|
1073
|
-
* Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
|
|
1074
|
-
* domestic identifier like a US Routing Number.
|
|
1075
|
-
*/
|
|
1076
|
-
originating_depository_financial_institution_id: string;
|
|
1077
|
-
|
|
1078
|
-
/**
|
|
1079
|
-
* An instruction of how to interpret the
|
|
1080
|
-
* `originating_depository_financial_institution_id` field for this Transaction.
|
|
1081
|
-
*
|
|
1082
|
-
* - `national_clearing_system_number` - A domestic clearing system number. In the
|
|
1083
|
-
* US, for example, this is the American Banking Association (ABA) routing
|
|
1084
|
-
* number.
|
|
1085
|
-
* - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
|
|
1086
|
-
* - `iban` - An International Bank Account Number.
|
|
1087
|
-
*/
|
|
1088
|
-
originating_depository_financial_institution_id_qualifier:
|
|
1089
|
-
| 'national_clearing_system_number'
|
|
1090
|
-
| 'bic_code'
|
|
1091
|
-
| 'iban';
|
|
1092
|
-
|
|
1093
|
-
/**
|
|
1094
|
-
* The name of the originating bank. Sometimes this will refer to an American bank
|
|
1095
|
-
* and obscure the correspondent foreign bank.
|
|
1096
|
-
*/
|
|
1097
|
-
originating_depository_financial_institution_name: string;
|
|
1098
|
-
|
|
1099
|
-
/**
|
|
1100
|
-
* A portion of the originator address. This may be incomplete.
|
|
1101
|
-
*/
|
|
1102
|
-
originator_city: string;
|
|
1103
|
-
|
|
1104
|
-
/**
|
|
1105
|
-
* A description field set by the originator.
|
|
1106
|
-
*/
|
|
1107
|
-
originator_company_entry_description: string;
|
|
1108
|
-
|
|
1109
|
-
/**
|
|
1110
|
-
* A portion of the originator address. The
|
|
1111
|
-
* [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
|
|
1112
|
-
* code of the originator country.
|
|
1113
|
-
*/
|
|
1114
|
-
originator_country: string;
|
|
1115
|
-
|
|
1116
|
-
/**
|
|
1117
|
-
* An identifier for the originating company. This is generally stable across
|
|
1118
|
-
* multiple ACH transfers.
|
|
1119
|
-
*/
|
|
1120
|
-
originator_identification: string;
|
|
1121
|
-
|
|
1122
|
-
/**
|
|
1123
|
-
* Either the name of the originator or an intermediary money transmitter.
|
|
1124
|
-
*/
|
|
1125
|
-
originator_name: string;
|
|
1126
|
-
|
|
1127
|
-
/**
|
|
1128
|
-
* A portion of the originator address. This may be incomplete.
|
|
1129
|
-
*/
|
|
1130
|
-
originator_postal_code: string | null;
|
|
1131
|
-
|
|
1132
|
-
/**
|
|
1133
|
-
* A portion of the originator address. This may be incomplete.
|
|
1134
|
-
*/
|
|
1135
|
-
originator_state_or_province: string | null;
|
|
1136
|
-
|
|
1137
|
-
/**
|
|
1138
|
-
* A portion of the originator address. This may be incomplete.
|
|
1139
|
-
*/
|
|
1140
|
-
originator_street_address: string;
|
|
1141
|
-
|
|
1142
|
-
/**
|
|
1143
|
-
* A description field set by the originator.
|
|
1144
|
-
*/
|
|
1145
|
-
payment_related_information: string | null;
|
|
1146
|
-
|
|
1147
|
-
/**
|
|
1148
|
-
* A description field set by the originator.
|
|
1149
|
-
*/
|
|
1150
|
-
payment_related_information2: string | null;
|
|
1151
|
-
|
|
1152
|
-
/**
|
|
1153
|
-
* A portion of the receiver address. This may be incomplete.
|
|
1154
|
-
*/
|
|
1155
|
-
receiver_city: string;
|
|
1156
|
-
|
|
1157
|
-
/**
|
|
1158
|
-
* A portion of the receiver address. The
|
|
1159
|
-
* [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
|
|
1160
|
-
* code of the receiver country.
|
|
1161
|
-
*/
|
|
1162
|
-
receiver_country: string;
|
|
1163
|
-
|
|
1164
|
-
/**
|
|
1165
|
-
* An identification number the originator uses for the receiver.
|
|
1166
|
-
*/
|
|
1167
|
-
receiver_identification_number: string | null;
|
|
1168
|
-
|
|
1169
|
-
/**
|
|
1170
|
-
* A portion of the receiver address. This may be incomplete.
|
|
1171
|
-
*/
|
|
1172
|
-
receiver_postal_code: string | null;
|
|
1173
|
-
|
|
1174
|
-
/**
|
|
1175
|
-
* A portion of the receiver address. This may be incomplete.
|
|
1176
|
-
*/
|
|
1177
|
-
receiver_state_or_province: string | null;
|
|
1178
|
-
|
|
1179
|
-
/**
|
|
1180
|
-
* A portion of the receiver address. This may be incomplete.
|
|
1181
|
-
*/
|
|
1182
|
-
receiver_street_address: string;
|
|
1183
|
-
|
|
1184
|
-
/**
|
|
1185
|
-
* The name of the receiver of the transfer. This is not verified by Increase.
|
|
1186
|
-
*/
|
|
1187
|
-
receiving_company_or_individual_name: string;
|
|
1188
|
-
|
|
1189
|
-
/**
|
|
1190
|
-
* The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
|
|
1191
|
-
* country code of the receiving bank country.
|
|
1192
|
-
*/
|
|
1193
|
-
receiving_depository_financial_institution_country: string;
|
|
1194
|
-
|
|
1195
|
-
/**
|
|
1196
|
-
* An identifier for the receiving bank. One of an International Bank Account
|
|
1197
|
-
* Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
|
|
1198
|
-
* domestic identifier like a US Routing Number.
|
|
1199
|
-
*/
|
|
1200
|
-
receiving_depository_financial_institution_id: string;
|
|
1201
|
-
|
|
1202
|
-
/**
|
|
1203
|
-
* An instruction of how to interpret the
|
|
1204
|
-
* `receiving_depository_financial_institution_id` field for this Transaction.
|
|
1205
|
-
*
|
|
1206
|
-
* - `national_clearing_system_number` - A domestic clearing system number. In the
|
|
1207
|
-
* US, for example, this is the American Banking Association (ABA) routing
|
|
1208
|
-
* number.
|
|
1209
|
-
* - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
|
|
1210
|
-
* - `iban` - An International Bank Account Number.
|
|
1211
|
-
*/
|
|
1212
|
-
receiving_depository_financial_institution_id_qualifier:
|
|
1213
|
-
| 'national_clearing_system_number'
|
|
1214
|
-
| 'bic_code'
|
|
1215
|
-
| 'iban';
|
|
1216
|
-
|
|
1217
|
-
/**
|
|
1218
|
-
* The name of the receiving bank, as set by the sending financial institution.
|
|
1219
|
-
*/
|
|
1220
|
-
receiving_depository_financial_institution_name: string;
|
|
1221
|
-
|
|
1222
|
-
/**
|
|
1223
|
-
* A 15 digit number recorded in the Nacha file and available to both the
|
|
1224
|
-
* originating and receiving bank. Along with the amount, date, and originating
|
|
1225
|
-
* routing number, this can be used to identify the ACH transfer at either bank.
|
|
1226
|
-
* ACH trace numbers are not unique, but are
|
|
1227
|
-
* [used to correlate returns](https://increase.com/documentation/ach-returns#ach-returns).
|
|
1228
|
-
*/
|
|
1229
|
-
trace_number: string;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
936
|
/**
|
|
1233
937
|
* A Wire Decline object. This field will be present in the JSON response if and
|
|
1234
938
|
* only if `category` is equal to `wire_decline`.
|
|
@@ -1288,7 +992,6 @@ export namespace DeclinedTransactionListParams {
|
|
|
1288
992
|
| 'card_decline'
|
|
1289
993
|
| 'check_decline'
|
|
1290
994
|
| 'inbound_real_time_payments_transfer_decline'
|
|
1291
|
-
| 'international_ach_decline'
|
|
1292
995
|
| 'wire_decline'
|
|
1293
996
|
| 'check_deposit_rejection'
|
|
1294
997
|
| 'other'
|