increase 0.319.0 → 0.320.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.320.0 (2025-09-26)
4
+
5
+ Full Changelog: [v0.319.0...v0.320.0](https://github.com/Increase/increase-node/compare/v0.319.0...v0.320.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([8ab5fb2](https://github.com/Increase/increase-node/commit/8ab5fb27322a5422aa39f2dd715dd528d7de91b6))
10
+
11
+
12
+ ### Performance Improvements
13
+
14
+ * faster formatting ([78f8ff4](https://github.com/Increase/increase-node/commit/78f8ff4a347dd297911976128e30653cf04d2e55))
15
+
16
+
17
+ ### Chores
18
+
19
+ * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([1cfcd8e](https://github.com/Increase/increase-node/commit/1cfcd8e065228bb44165ab61aa5c5483e91e3c40))
20
+
3
21
  ## 0.319.0 (2025-09-24)
4
22
 
5
23
  Full Changelog: [v0.318.0...v0.319.0](https://github.com/Increase/increase-node/compare/v0.318.0...v0.319.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.319.0",
3
+ "version": "0.320.0",
4
4
  "description": "The official TypeScript library for the Increase API",
5
5
  "author": "Increase <dev-feedback@increase.com>",
6
6
  "types": "./index.d.ts",
@@ -161,6 +161,12 @@ export declare namespace Transaction {
161
161
  * a lost Card Dispute.
162
162
  */
163
163
  card_dispute_loss: Source.CardDisputeLoss | null;
164
+ /**
165
+ * A Card Financial object. This field will be present in the JSON response if and
166
+ * only if `category` is equal to `card_financial`. Card Financials are temporary
167
+ * holds placed on a customers funds with the intent to later clear a transaction.
168
+ */
169
+ card_financial: Source.CardFinancial | null;
164
170
  /**
165
171
  * A Card Push Transfer Acceptance object. This field will be present in the JSON
166
172
  * response if and only if `category` is equal to `card_push_transfer_acceptance`.
@@ -220,6 +226,8 @@ export declare namespace Transaction {
220
226
  * - `card_refund` - Card Refund: details will be under the `card_refund` object.
221
227
  * - `card_settlement` - Card Settlement: details will be under the
222
228
  * `card_settlement` object.
229
+ * - `card_financial` - Card Financial: details will be under the `card_financial`
230
+ * object.
223
231
  * - `card_revenue_payment` - Card Revenue Payment: details will be under the
224
232
  * `card_revenue_payment` object.
225
233
  * - `check_deposit_acceptance` - Check Deposit Acceptance: details will be under
@@ -273,7 +281,7 @@ export declare namespace Transaction {
273
281
  * `account_revenue_payment` object.
274
282
  * - `other` - The Transaction was made for an undocumented or deprecated reason.
275
283
  */
276
- category: 'account_transfer_intention' | 'ach_transfer_intention' | 'ach_transfer_rejection' | 'ach_transfer_return' | 'cashback_payment' | 'card_dispute_acceptance' | 'card_dispute_financial' | 'card_dispute_loss' | 'card_refund' | 'card_settlement' | 'card_revenue_payment' | 'check_deposit_acceptance' | 'check_deposit_return' | 'fednow_transfer_acknowledgement' | 'check_transfer_deposit' | 'fee_payment' | 'inbound_ach_transfer' | 'inbound_ach_transfer_return_intention' | 'inbound_check_deposit_return_intention' | 'inbound_check_adjustment' | 'inbound_fednow_transfer_confirmation' | 'inbound_real_time_payments_transfer_confirmation' | 'inbound_wire_reversal' | 'inbound_wire_transfer' | 'inbound_wire_transfer_reversal' | 'interest_payment' | 'internal_source' | 'real_time_payments_transfer_acknowledgement' | 'sample_funds' | 'wire_transfer_intention' | 'swift_transfer_intention' | 'swift_transfer_return' | 'card_push_transfer_acceptance' | 'account_revenue_payment' | 'other';
284
+ category: 'account_transfer_intention' | 'ach_transfer_intention' | 'ach_transfer_rejection' | 'ach_transfer_return' | 'cashback_payment' | 'card_dispute_acceptance' | 'card_dispute_financial' | 'card_dispute_loss' | 'card_refund' | 'card_settlement' | 'card_financial' | 'card_revenue_payment' | 'check_deposit_acceptance' | 'check_deposit_return' | 'fednow_transfer_acknowledgement' | 'check_transfer_deposit' | 'fee_payment' | 'inbound_ach_transfer' | 'inbound_ach_transfer_return_intention' | 'inbound_check_deposit_return_intention' | 'inbound_check_adjustment' | 'inbound_fednow_transfer_confirmation' | 'inbound_real_time_payments_transfer_confirmation' | 'inbound_wire_reversal' | 'inbound_wire_transfer' | 'inbound_wire_transfer_reversal' | 'interest_payment' | 'internal_source' | 'real_time_payments_transfer_acknowledgement' | 'sample_funds' | 'wire_transfer_intention' | 'swift_transfer_intention' | 'swift_transfer_return' | 'card_push_transfer_acceptance' | 'account_revenue_payment' | 'other';
277
285
  /**
278
286
  * A Check Deposit Acceptance object. This field will be present in the JSON
279
287
  * response if and only if `category` is equal to `check_deposit_acceptance`. A
@@ -812,6 +820,555 @@ export declare namespace Transaction {
812
820
  */
813
821
  transaction_id: string;
814
822
  }
823
+ /**
824
+ * A Card Financial object. This field will be present in the JSON response if and
825
+ * only if `category` is equal to `card_financial`. Card Financials are temporary
826
+ * holds placed on a customers funds with the intent to later clear a transaction.
827
+ */
828
+ interface CardFinancial {
829
+ /**
830
+ * The Card Financial identifier.
831
+ */
832
+ id: string;
833
+ /**
834
+ * Whether this financial was approved by Increase, the card network through
835
+ * stand-in processing, or the user through a real-time decision.
836
+ *
837
+ * - `user` - This object was actioned by the user through a real-time decision.
838
+ * - `increase` - This object was actioned by Increase without user intervention.
839
+ * - `network` - This object was actioned by the network, through stand-in
840
+ * processing.
841
+ */
842
+ actioner: 'user' | 'increase' | 'network';
843
+ /**
844
+ * Additional amounts associated with the card authorization, such as ATM
845
+ * surcharges fees. These are usually a subset of the `amount` field and are used
846
+ * to provide more detailed information about the transaction.
847
+ */
848
+ additional_amounts: CardFinancial.AdditionalAmounts;
849
+ /**
850
+ * The pending amount in the minor unit of the transaction's currency. For dollars,
851
+ * for example, this is cents.
852
+ */
853
+ amount: number;
854
+ /**
855
+ * The ID of the Card Payment this transaction belongs to.
856
+ */
857
+ card_payment_id: string;
858
+ /**
859
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
860
+ * transaction's currency.
861
+ *
862
+ * - `CAD` - Canadian Dollar (CAD)
863
+ * - `CHF` - Swiss Franc (CHF)
864
+ * - `EUR` - Euro (EUR)
865
+ * - `GBP` - British Pound (GBP)
866
+ * - `JPY` - Japanese Yen (JPY)
867
+ * - `USD` - US Dollar (USD)
868
+ */
869
+ currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
870
+ /**
871
+ * If the authorization was made via a Digital Wallet Token (such as an Apple Pay
872
+ * purchase), the identifier of the token that was used.
873
+ */
874
+ digital_wallet_token_id: string | null;
875
+ /**
876
+ * The direction describes the direction the funds will move, either from the
877
+ * cardholder to the merchant or from the merchant to the cardholder.
878
+ *
879
+ * - `settlement` - A regular card authorization where funds are debited from the
880
+ * cardholder.
881
+ * - `refund` - A refund card authorization, sometimes referred to as a credit
882
+ * voucher authorization, where funds are credited to the cardholder.
883
+ */
884
+ direction: 'settlement' | 'refund';
885
+ /**
886
+ * The merchant identifier (commonly abbreviated as MID) of the merchant the card
887
+ * is transacting with.
888
+ */
889
+ merchant_acceptor_id: string;
890
+ /**
891
+ * The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
892
+ * card is transacting with.
893
+ */
894
+ merchant_category_code: string;
895
+ /**
896
+ * The city the merchant resides in.
897
+ */
898
+ merchant_city: string | null;
899
+ /**
900
+ * The country the merchant resides in.
901
+ */
902
+ merchant_country: string;
903
+ /**
904
+ * The merchant descriptor of the merchant the card is transacting with.
905
+ */
906
+ merchant_descriptor: string;
907
+ /**
908
+ * The merchant's postal code. For US merchants this is either a 5-digit or 9-digit
909
+ * ZIP code, where the first 5 and last 4 are separated by a dash.
910
+ */
911
+ merchant_postal_code: string | null;
912
+ /**
913
+ * The state the merchant resides in.
914
+ */
915
+ merchant_state: string | null;
916
+ /**
917
+ * Fields specific to the `network`.
918
+ */
919
+ network_details: CardFinancial.NetworkDetails;
920
+ /**
921
+ * Network-specific identifiers for a specific request or transaction.
922
+ */
923
+ network_identifiers: CardFinancial.NetworkIdentifiers;
924
+ /**
925
+ * The risk score generated by the card network. For Visa this is the Visa Advanced
926
+ * Authorization risk score, from 0 to 99, where 99 is the riskiest.
927
+ */
928
+ network_risk_score: number | null;
929
+ /**
930
+ * If the authorization was made in-person with a physical card, the Physical Card
931
+ * that was used.
932
+ */
933
+ physical_card_id: string | null;
934
+ /**
935
+ * The pending amount in the minor unit of the transaction's presentment currency.
936
+ */
937
+ presentment_amount: number;
938
+ /**
939
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
940
+ * transaction's presentment currency.
941
+ */
942
+ presentment_currency: string;
943
+ /**
944
+ * The processing category describes the intent behind the financial, such as
945
+ * whether it was used for bill payments or an automatic fuel dispenser.
946
+ *
947
+ * - `account_funding` - Account funding transactions are transactions used to
948
+ * e.g., fund an account or transfer funds between accounts.
949
+ * - `automatic_fuel_dispenser` - Automatic fuel dispenser authorizations occur
950
+ * when a card is used at a gas pump, prior to the actual transaction amount
951
+ * being known. They are followed by an advice message that updates the amount of
952
+ * the pending transaction.
953
+ * - `bill_payment` - A transaction used to pay a bill.
954
+ * - `original_credit` - Original credit transactions are used to send money to a
955
+ * cardholder.
956
+ * - `purchase` - A regular purchase.
957
+ * - `quasi_cash` - Quasi-cash transactions represent purchases of items which may
958
+ * be convertible to cash.
959
+ * - `refund` - A refund card authorization, sometimes referred to as a credit
960
+ * voucher authorization, where funds are credited to the cardholder.
961
+ * - `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
962
+ * from an ATM or a point of sale.
963
+ * - `unknown` - The processing category is unknown.
964
+ */
965
+ processing_category: 'account_funding' | 'automatic_fuel_dispenser' | 'bill_payment' | 'original_credit' | 'purchase' | 'quasi_cash' | 'refund' | 'cash_disbursement' | 'unknown';
966
+ /**
967
+ * The identifier of the Real-Time Decision sent to approve or decline this
968
+ * transaction.
969
+ */
970
+ real_time_decision_id: string | null;
971
+ /**
972
+ * The terminal identifier (commonly abbreviated as TID) of the terminal the card
973
+ * is transacting with.
974
+ */
975
+ terminal_id: string | null;
976
+ /**
977
+ * The identifier of the Transaction associated with this Transaction.
978
+ */
979
+ transaction_id: string;
980
+ /**
981
+ * A constant representing the object's type. For this resource it will always be
982
+ * `card_financial`.
983
+ */
984
+ type: 'card_financial';
985
+ /**
986
+ * Fields related to verification of cardholder-provided values.
987
+ */
988
+ verification: CardFinancial.Verification;
989
+ }
990
+ namespace CardFinancial {
991
+ /**
992
+ * Additional amounts associated with the card authorization, such as ATM
993
+ * surcharges fees. These are usually a subset of the `amount` field and are used
994
+ * to provide more detailed information about the transaction.
995
+ */
996
+ interface AdditionalAmounts {
997
+ /**
998
+ * The part of this transaction amount that was for clinic-related services.
999
+ */
1000
+ clinic: AdditionalAmounts.Clinic | null;
1001
+ /**
1002
+ * The part of this transaction amount that was for dental-related services.
1003
+ */
1004
+ dental: AdditionalAmounts.Dental | null;
1005
+ /**
1006
+ * The part of this transaction amount that was for healthcare prescriptions.
1007
+ */
1008
+ prescription: AdditionalAmounts.Prescription | null;
1009
+ /**
1010
+ * The surcharge amount charged for this transaction by the merchant.
1011
+ */
1012
+ surcharge: AdditionalAmounts.Surcharge | null;
1013
+ /**
1014
+ * The total amount of a series of incremental authorizations, optionally provided.
1015
+ */
1016
+ total_cumulative: AdditionalAmounts.TotalCumulative | null;
1017
+ /**
1018
+ * The total amount of healthcare-related additional amounts.
1019
+ */
1020
+ total_healthcare: AdditionalAmounts.TotalHealthcare | null;
1021
+ /**
1022
+ * The part of this transaction amount that was for transit-related services.
1023
+ */
1024
+ transit: AdditionalAmounts.Transit | null;
1025
+ /**
1026
+ * An unknown additional amount.
1027
+ */
1028
+ unknown: AdditionalAmounts.Unknown | null;
1029
+ /**
1030
+ * The part of this transaction amount that was for vision-related services.
1031
+ */
1032
+ vision: AdditionalAmounts.Vision | null;
1033
+ }
1034
+ namespace AdditionalAmounts {
1035
+ /**
1036
+ * The part of this transaction amount that was for clinic-related services.
1037
+ */
1038
+ interface Clinic {
1039
+ /**
1040
+ * The amount in minor units of the `currency` field. The amount is positive if it
1041
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1042
+ * subtracted from the amount (such as a discount).
1043
+ */
1044
+ amount: number;
1045
+ /**
1046
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1047
+ * amount's currency.
1048
+ */
1049
+ currency: string;
1050
+ }
1051
+ /**
1052
+ * The part of this transaction amount that was for dental-related services.
1053
+ */
1054
+ interface Dental {
1055
+ /**
1056
+ * The amount in minor units of the `currency` field. The amount is positive if it
1057
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1058
+ * subtracted from the amount (such as a discount).
1059
+ */
1060
+ amount: number;
1061
+ /**
1062
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1063
+ * amount's currency.
1064
+ */
1065
+ currency: string;
1066
+ }
1067
+ /**
1068
+ * The part of this transaction amount that was for healthcare prescriptions.
1069
+ */
1070
+ interface Prescription {
1071
+ /**
1072
+ * The amount in minor units of the `currency` field. The amount is positive if it
1073
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1074
+ * subtracted from the amount (such as a discount).
1075
+ */
1076
+ amount: number;
1077
+ /**
1078
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1079
+ * amount's currency.
1080
+ */
1081
+ currency: string;
1082
+ }
1083
+ /**
1084
+ * The surcharge amount charged for this transaction by the merchant.
1085
+ */
1086
+ interface Surcharge {
1087
+ /**
1088
+ * The amount in minor units of the `currency` field. The amount is positive if it
1089
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1090
+ * subtracted from the amount (such as a discount).
1091
+ */
1092
+ amount: number;
1093
+ /**
1094
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1095
+ * amount's currency.
1096
+ */
1097
+ currency: string;
1098
+ }
1099
+ /**
1100
+ * The total amount of a series of incremental authorizations, optionally provided.
1101
+ */
1102
+ interface TotalCumulative {
1103
+ /**
1104
+ * The amount in minor units of the `currency` field. The amount is positive if it
1105
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1106
+ * subtracted from the amount (such as a discount).
1107
+ */
1108
+ amount: number;
1109
+ /**
1110
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1111
+ * amount's currency.
1112
+ */
1113
+ currency: string;
1114
+ }
1115
+ /**
1116
+ * The total amount of healthcare-related additional amounts.
1117
+ */
1118
+ interface TotalHealthcare {
1119
+ /**
1120
+ * The amount in minor units of the `currency` field. The amount is positive if it
1121
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1122
+ * subtracted from the amount (such as a discount).
1123
+ */
1124
+ amount: number;
1125
+ /**
1126
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1127
+ * amount's currency.
1128
+ */
1129
+ currency: string;
1130
+ }
1131
+ /**
1132
+ * The part of this transaction amount that was for transit-related services.
1133
+ */
1134
+ interface Transit {
1135
+ /**
1136
+ * The amount in minor units of the `currency` field. The amount is positive if it
1137
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1138
+ * subtracted from the amount (such as a discount).
1139
+ */
1140
+ amount: number;
1141
+ /**
1142
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1143
+ * amount's currency.
1144
+ */
1145
+ currency: string;
1146
+ }
1147
+ /**
1148
+ * An unknown additional amount.
1149
+ */
1150
+ interface Unknown {
1151
+ /**
1152
+ * The amount in minor units of the `currency` field. The amount is positive if it
1153
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1154
+ * subtracted from the amount (such as a discount).
1155
+ */
1156
+ amount: number;
1157
+ /**
1158
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1159
+ * amount's currency.
1160
+ */
1161
+ currency: string;
1162
+ }
1163
+ /**
1164
+ * The part of this transaction amount that was for vision-related services.
1165
+ */
1166
+ interface Vision {
1167
+ /**
1168
+ * The amount in minor units of the `currency` field. The amount is positive if it
1169
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1170
+ * subtracted from the amount (such as a discount).
1171
+ */
1172
+ amount: number;
1173
+ /**
1174
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1175
+ * amount's currency.
1176
+ */
1177
+ currency: string;
1178
+ }
1179
+ }
1180
+ /**
1181
+ * Fields specific to the `network`.
1182
+ */
1183
+ interface NetworkDetails {
1184
+ /**
1185
+ * The payment network used to process this card authorization.
1186
+ *
1187
+ * - `visa` - Visa
1188
+ */
1189
+ category: 'visa';
1190
+ /**
1191
+ * Fields specific to the `visa` network.
1192
+ */
1193
+ visa: NetworkDetails.Visa | null;
1194
+ }
1195
+ namespace NetworkDetails {
1196
+ /**
1197
+ * Fields specific to the `visa` network.
1198
+ */
1199
+ interface Visa {
1200
+ /**
1201
+ * For electronic commerce transactions, this identifies the level of security used
1202
+ * in obtaining the customer's payment credential. For mail or telephone order
1203
+ * transactions, identifies the type of mail or telephone order.
1204
+ *
1205
+ * - `mail_phone_order` - Single transaction of a mail/phone order: Use to indicate
1206
+ * that the transaction is a mail/phone order purchase, not a recurring
1207
+ * transaction or installment payment. For domestic transactions in the US
1208
+ * region, this value may also indicate one bill payment transaction in the
1209
+ * card-present or card-absent environments.
1210
+ * - `recurring` - Recurring transaction: Payment indicator used to indicate a
1211
+ * recurring transaction that originates from an acquirer in the US region.
1212
+ * - `installment` - Installment payment: Payment indicator used to indicate one
1213
+ * purchase of goods or services that is billed to the account in multiple
1214
+ * charges over a period of time agreed upon by the cardholder and merchant from
1215
+ * transactions that originate from an acquirer in the US region.
1216
+ * - `unknown_mail_phone_order` - Unknown classification: other mail order: Use to
1217
+ * indicate that the type of mail/telephone order is unknown.
1218
+ * - `secure_electronic_commerce` - Secure electronic commerce transaction: Use to
1219
+ * indicate that the electronic commerce transaction has been authenticated using
1220
+ * e.g., 3-D Secure
1221
+ * - `non_authenticated_security_transaction_at_3ds_capable_merchant` -
1222
+ * Non-authenticated security transaction at a 3-D Secure-capable merchant, and
1223
+ * merchant attempted to authenticate the cardholder using 3-D Secure: Use to
1224
+ * identify an electronic commerce transaction where the merchant attempted to
1225
+ * authenticate the cardholder using 3-D Secure, but was unable to complete the
1226
+ * authentication because the issuer or cardholder does not participate in the
1227
+ * 3-D Secure program.
1228
+ * - `non_authenticated_security_transaction` - Non-authenticated security
1229
+ * transaction: Use to identify an electronic commerce transaction that uses data
1230
+ * encryption for security however , cardholder authentication is not performed
1231
+ * using 3-D Secure.
1232
+ * - `non_secure_transaction` - Non-secure transaction: Use to identify an
1233
+ * electronic commerce transaction that has no data protection.
1234
+ */
1235
+ electronic_commerce_indicator: 'mail_phone_order' | 'recurring' | 'installment' | 'unknown_mail_phone_order' | 'secure_electronic_commerce' | 'non_authenticated_security_transaction_at_3ds_capable_merchant' | 'non_authenticated_security_transaction' | 'non_secure_transaction' | null;
1236
+ /**
1237
+ * The method used to enter the cardholder's primary account number and card
1238
+ * expiration date.
1239
+ *
1240
+ * - `unknown` - Unknown
1241
+ * - `manual` - Manual key entry
1242
+ * - `magnetic_stripe_no_cvv` - Magnetic stripe read, without card verification
1243
+ * value
1244
+ * - `optical_code` - Optical code
1245
+ * - `integrated_circuit_card` - Contact chip card
1246
+ * - `contactless` - Contactless read of chip card
1247
+ * - `credential_on_file` - Transaction initiated using a credential that has
1248
+ * previously been stored on file
1249
+ * - `magnetic_stripe` - Magnetic stripe read
1250
+ * - `contactless_magnetic_stripe` - Contactless read of magnetic stripe data
1251
+ * - `integrated_circuit_card_no_cvv` - Contact chip card, without card
1252
+ * verification value
1253
+ */
1254
+ point_of_service_entry_mode: 'unknown' | 'manual' | 'magnetic_stripe_no_cvv' | 'optical_code' | 'integrated_circuit_card' | 'contactless' | 'credential_on_file' | 'magnetic_stripe' | 'contactless_magnetic_stripe' | 'integrated_circuit_card_no_cvv' | null;
1255
+ /**
1256
+ * Only present when `actioner: network`. Describes why a card authorization was
1257
+ * approved or declined by Visa through stand-in processing.
1258
+ *
1259
+ * - `issuer_error` - Increase failed to process the authorization in a timely
1260
+ * manner.
1261
+ * - `invalid_physical_card` - The physical card read had an invalid CVV, dCVV, or
1262
+ * authorization request cryptogram.
1263
+ * - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
1264
+ * authentication verification value was invalid.
1265
+ * - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
1266
+ * code for certain expected occurrences as well, such as Application Transaction
1267
+ * Counter (ATC) replays.
1268
+ * - `merchant_transaction_advisory_service_authentication_required` - The merchant
1269
+ * has enabled Visa's Transaction Advisory Service and requires further
1270
+ * authentication to perform the transaction. In practice this is often utilized
1271
+ * at fuel pumps to tell the cardholder to see the cashier.
1272
+ * - `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
1273
+ * Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
1274
+ * such as card testing.
1275
+ * - `other` - An unspecific reason for stand-in processing.
1276
+ */
1277
+ stand_in_processing_reason: 'issuer_error' | 'invalid_physical_card' | 'invalid_cardholder_authentication_verification_value' | 'internal_visa_error' | 'merchant_transaction_advisory_service_authentication_required' | 'payment_fraud_disruption_acquirer_block' | 'other' | null;
1278
+ }
1279
+ }
1280
+ /**
1281
+ * Network-specific identifiers for a specific request or transaction.
1282
+ */
1283
+ interface NetworkIdentifiers {
1284
+ /**
1285
+ * A life-cycle identifier used across e.g., an authorization and a reversal.
1286
+ * Expected to be unique per acquirer within a window of time. For some card
1287
+ * networks the retrieval reference number includes the trace counter.
1288
+ */
1289
+ retrieval_reference_number: string | null;
1290
+ /**
1291
+ * A counter used to verify an individual authorization. Expected to be unique per
1292
+ * acquirer within a window of time.
1293
+ */
1294
+ trace_number: string | null;
1295
+ /**
1296
+ * A globally unique transaction identifier provided by the card network, used
1297
+ * across multiple life-cycle requests.
1298
+ */
1299
+ transaction_id: string | null;
1300
+ }
1301
+ /**
1302
+ * Fields related to verification of cardholder-provided values.
1303
+ */
1304
+ interface Verification {
1305
+ /**
1306
+ * Fields related to verification of the Card Verification Code, a 3-digit code on
1307
+ * the back of the card.
1308
+ */
1309
+ card_verification_code: Verification.CardVerificationCode;
1310
+ /**
1311
+ * Cardholder address provided in the authorization request and the address on file
1312
+ * we verified it against.
1313
+ */
1314
+ cardholder_address: Verification.CardholderAddress;
1315
+ }
1316
+ namespace Verification {
1317
+ /**
1318
+ * Fields related to verification of the Card Verification Code, a 3-digit code on
1319
+ * the back of the card.
1320
+ */
1321
+ interface CardVerificationCode {
1322
+ /**
1323
+ * The result of verifying the Card Verification Code.
1324
+ *
1325
+ * - `not_checked` - No card verification code was provided in the authorization
1326
+ * request.
1327
+ * - `match` - The card verification code matched the one on file.
1328
+ * - `no_match` - The card verification code did not match the one on file.
1329
+ */
1330
+ result: 'not_checked' | 'match' | 'no_match';
1331
+ }
1332
+ /**
1333
+ * Cardholder address provided in the authorization request and the address on file
1334
+ * we verified it against.
1335
+ */
1336
+ interface CardholderAddress {
1337
+ /**
1338
+ * Line 1 of the address on file for the cardholder.
1339
+ */
1340
+ actual_line1: string | null;
1341
+ /**
1342
+ * The postal code of the address on file for the cardholder.
1343
+ */
1344
+ actual_postal_code: string | null;
1345
+ /**
1346
+ * The cardholder address line 1 provided for verification in the authorization
1347
+ * request.
1348
+ */
1349
+ provided_line1: string | null;
1350
+ /**
1351
+ * The postal code provided for verification in the authorization request.
1352
+ */
1353
+ provided_postal_code: string | null;
1354
+ /**
1355
+ * The address verification result returned to the card network.
1356
+ *
1357
+ * - `not_checked` - No address information was provided in the authorization
1358
+ * request.
1359
+ * - `postal_code_match_address_no_match` - Postal code matches, but the street
1360
+ * address does not match or was not provided.
1361
+ * - `postal_code_no_match_address_match` - Postal code does not match, but the
1362
+ * street address matches or was not provided.
1363
+ * - `match` - Postal code and street address match.
1364
+ * - `no_match` - Postal code and street address do not match.
1365
+ * - `postal_code_match_address_not_checked` - Postal code matches, but the street
1366
+ * address was not verified. (deprecated)
1367
+ */
1368
+ result: 'not_checked' | 'postal_code_match_address_no_match' | 'postal_code_no_match_address_match' | 'match' | 'no_match' | 'postal_code_match_address_not_checked';
1369
+ }
1370
+ }
1371
+ }
815
1372
  /**
816
1373
  * A Card Push Transfer Acceptance object. This field will be present in the JSON
817
1374
  * response if and only if `category` is equal to `card_push_transfer_acceptance`.
@@ -2885,7 +3442,7 @@ export declare namespace TransactionListParams {
2885
3442
  * Return results whose value is in the provided list. For GET requests, this
2886
3443
  * should be encoded as a comma-delimited string, such as `?in=one,two,three`.
2887
3444
  */
2888
- in?: Array<'account_transfer_intention' | 'ach_transfer_intention' | 'ach_transfer_rejection' | 'ach_transfer_return' | 'cashback_payment' | 'card_dispute_acceptance' | 'card_dispute_financial' | 'card_dispute_loss' | 'card_refund' | 'card_settlement' | 'card_revenue_payment' | 'check_deposit_acceptance' | 'check_deposit_return' | 'fednow_transfer_acknowledgement' | 'check_transfer_deposit' | 'fee_payment' | 'inbound_ach_transfer' | 'inbound_ach_transfer_return_intention' | 'inbound_check_deposit_return_intention' | 'inbound_check_adjustment' | 'inbound_fednow_transfer_confirmation' | 'inbound_real_time_payments_transfer_confirmation' | 'inbound_wire_reversal' | 'inbound_wire_transfer' | 'inbound_wire_transfer_reversal' | 'interest_payment' | 'internal_source' | 'real_time_payments_transfer_acknowledgement' | 'sample_funds' | 'wire_transfer_intention' | 'swift_transfer_intention' | 'swift_transfer_return' | 'card_push_transfer_acceptance' | 'account_revenue_payment' | 'other'>;
3445
+ in?: Array<'account_transfer_intention' | 'ach_transfer_intention' | 'ach_transfer_rejection' | 'ach_transfer_return' | 'cashback_payment' | 'card_dispute_acceptance' | 'card_dispute_financial' | 'card_dispute_loss' | 'card_refund' | 'card_settlement' | 'card_financial' | 'card_revenue_payment' | 'check_deposit_acceptance' | 'check_deposit_return' | 'fednow_transfer_acknowledgement' | 'check_transfer_deposit' | 'fee_payment' | 'inbound_ach_transfer' | 'inbound_ach_transfer_return_intention' | 'inbound_check_deposit_return_intention' | 'inbound_check_adjustment' | 'inbound_fednow_transfer_confirmation' | 'inbound_real_time_payments_transfer_confirmation' | 'inbound_wire_reversal' | 'inbound_wire_transfer' | 'inbound_wire_transfer_reversal' | 'interest_payment' | 'internal_source' | 'real_time_payments_transfer_acknowledgement' | 'sample_funds' | 'wire_transfer_intention' | 'swift_transfer_intention' | 'swift_transfer_return' | 'card_push_transfer_acceptance' | 'account_revenue_payment' | 'other'>;
2889
3446
  }
2890
3447
  interface CreatedAt {
2891
3448
  /**