Post test helpers issuing authorizations

Create a test-mode authorization.

Script stripe Verified

by hugo697 ยท 10/30/2023

The script

Submitted by hugo697 Typescript (fetch-only)
Verified 368 days ago
1
type Stripe = {
2
  token: string;
3
};
4
/**
5
 * Post test helpers issuing authorizations
6
 * Create a test-mode authorization.
7
 */
8
export async function main(
9
  auth: Stripe,
10
  body: {
11
    amount: number;
12
    amount_details?: {
13
      atm_fee?: number;
14
      cashback_amount?: number;
15
      [k: string]: unknown;
16
    };
17
    authorization_method?:
18
      | "chip"
19
      | "contactless"
20
      | "keyed_in"
21
      | "online"
22
      | "swipe";
23
    card: string;
24
    currency?: string;
25
    expand?: string[];
26
    is_amount_controllable?: boolean;
27
    merchant_data?: {
28
      category?:
29
        | "ac_refrigeration_repair"
30
        | "accounting_bookkeeping_services"
31
        | "advertising_services"
32
        | "agricultural_cooperative"
33
        | "airlines_air_carriers"
34
        | "airports_flying_fields"
35
        | "ambulance_services"
36
        | "amusement_parks_carnivals"
37
        | "antique_reproductions"
38
        | "antique_shops"
39
        | "aquariums"
40
        | "architectural_surveying_services"
41
        | "art_dealers_and_galleries"
42
        | "artists_supply_and_craft_shops"
43
        | "auto_and_home_supply_stores"
44
        | "auto_body_repair_shops"
45
        | "auto_paint_shops"
46
        | "auto_service_shops"
47
        | "automated_cash_disburse"
48
        | "automated_fuel_dispensers"
49
        | "automobile_associations"
50
        | "automotive_parts_and_accessories_stores"
51
        | "automotive_tire_stores"
52
        | "bail_and_bond_payments"
53
        | "bakeries"
54
        | "bands_orchestras"
55
        | "barber_and_beauty_shops"
56
        | "betting_casino_gambling"
57
        | "bicycle_shops"
58
        | "billiard_pool_establishments"
59
        | "boat_dealers"
60
        | "boat_rentals_and_leases"
61
        | "book_stores"
62
        | "books_periodicals_and_newspapers"
63
        | "bowling_alleys"
64
        | "bus_lines"
65
        | "business_secretarial_schools"
66
        | "buying_shopping_services"
67
        | "cable_satellite_and_other_pay_television_and_radio"
68
        | "camera_and_photographic_supply_stores"
69
        | "candy_nut_and_confectionery_stores"
70
        | "car_and_truck_dealers_new_used"
71
        | "car_and_truck_dealers_used_only"
72
        | "car_rental_agencies"
73
        | "car_washes"
74
        | "carpentry_services"
75
        | "carpet_upholstery_cleaning"
76
        | "caterers"
77
        | "charitable_and_social_service_organizations_fundraising"
78
        | "chemicals_and_allied_products"
79
        | "child_care_services"
80
        | "childrens_and_infants_wear_stores"
81
        | "chiropodists_podiatrists"
82
        | "chiropractors"
83
        | "cigar_stores_and_stands"
84
        | "civic_social_fraternal_associations"
85
        | "cleaning_and_maintenance"
86
        | "clothing_rental"
87
        | "colleges_universities"
88
        | "commercial_equipment"
89
        | "commercial_footwear"
90
        | "commercial_photography_art_and_graphics"
91
        | "commuter_transport_and_ferries"
92
        | "computer_network_services"
93
        | "computer_programming"
94
        | "computer_repair"
95
        | "computer_software_stores"
96
        | "computers_peripherals_and_software"
97
        | "concrete_work_services"
98
        | "construction_materials"
99
        | "consulting_public_relations"
100
        | "correspondence_schools"
101
        | "cosmetic_stores"
102
        | "counseling_services"
103
        | "country_clubs"
104
        | "courier_services"
105
        | "court_costs"
106
        | "credit_reporting_agencies"
107
        | "cruise_lines"
108
        | "dairy_products_stores"
109
        | "dance_hall_studios_schools"
110
        | "dating_escort_services"
111
        | "dentists_orthodontists"
112
        | "department_stores"
113
        | "detective_agencies"
114
        | "digital_goods_applications"
115
        | "digital_goods_games"
116
        | "digital_goods_large_volume"
117
        | "digital_goods_media"
118
        | "direct_marketing_catalog_merchant"
119
        | "direct_marketing_combination_catalog_and_retail_merchant"
120
        | "direct_marketing_inbound_telemarketing"
121
        | "direct_marketing_insurance_services"
122
        | "direct_marketing_other"
123
        | "direct_marketing_outbound_telemarketing"
124
        | "direct_marketing_subscription"
125
        | "direct_marketing_travel"
126
        | "discount_stores"
127
        | "doctors"
128
        | "door_to_door_sales"
129
        | "drapery_window_covering_and_upholstery_stores"
130
        | "drinking_places"
131
        | "drug_stores_and_pharmacies"
132
        | "drugs_drug_proprietaries_and_druggist_sundries"
133
        | "dry_cleaners"
134
        | "durable_goods"
135
        | "duty_free_stores"
136
        | "eating_places_restaurants"
137
        | "educational_services"
138
        | "electric_razor_stores"
139
        | "electric_vehicle_charging"
140
        | "electrical_parts_and_equipment"
141
        | "electrical_services"
142
        | "electronics_repair_shops"
143
        | "electronics_stores"
144
        | "elementary_secondary_schools"
145
        | "emergency_services_gcas_visa_use_only"
146
        | "employment_temp_agencies"
147
        | "equipment_rental"
148
        | "exterminating_services"
149
        | "family_clothing_stores"
150
        | "fast_food_restaurants"
151
        | "financial_institutions"
152
        | "fines_government_administrative_entities"
153
        | "fireplace_fireplace_screens_and_accessories_stores"
154
        | "floor_covering_stores"
155
        | "florists"
156
        | "florists_supplies_nursery_stock_and_flowers"
157
        | "freezer_and_locker_meat_provisioners"
158
        | "fuel_dealers_non_automotive"
159
        | "funeral_services_crematories"
160
        | "furniture_home_furnishings_and_equipment_stores_except_appliances"
161
        | "furniture_repair_refinishing"
162
        | "furriers_and_fur_shops"
163
        | "general_services"
164
        | "gift_card_novelty_and_souvenir_shops"
165
        | "glass_paint_and_wallpaper_stores"
166
        | "glassware_crystal_stores"
167
        | "golf_courses_public"
168
        | "government_licensed_horse_dog_racing_us_region_only"
169
        | "government_licensed_online_casions_online_gambling_us_region_only"
170
        | "government_owned_lotteries_non_us_region"
171
        | "government_owned_lotteries_us_region_only"
172
        | "government_services"
173
        | "grocery_stores_supermarkets"
174
        | "hardware_equipment_and_supplies"
175
        | "hardware_stores"
176
        | "health_and_beauty_spas"
177
        | "hearing_aids_sales_and_supplies"
178
        | "heating_plumbing_a_c"
179
        | "hobby_toy_and_game_shops"
180
        | "home_supply_warehouse_stores"
181
        | "hospitals"
182
        | "hotels_motels_and_resorts"
183
        | "household_appliance_stores"
184
        | "industrial_supplies"
185
        | "information_retrieval_services"
186
        | "insurance_default"
187
        | "insurance_underwriting_premiums"
188
        | "intra_company_purchases"
189
        | "jewelry_stores_watches_clocks_and_silverware_stores"
190
        | "landscaping_services"
191
        | "laundries"
192
        | "laundry_cleaning_services"
193
        | "legal_services_attorneys"
194
        | "luggage_and_leather_goods_stores"
195
        | "lumber_building_materials_stores"
196
        | "manual_cash_disburse"
197
        | "marinas_service_and_supplies"
198
        | "marketplaces"
199
        | "masonry_stonework_and_plaster"
200
        | "massage_parlors"
201
        | "medical_and_dental_labs"
202
        | "medical_dental_ophthalmic_and_hospital_equipment_and_supplies"
203
        | "medical_services"
204
        | "membership_organizations"
205
        | "mens_and_boys_clothing_and_accessories_stores"
206
        | "mens_womens_clothing_stores"
207
        | "metal_service_centers"
208
        | "miscellaneous_apparel_and_accessory_shops"
209
        | "miscellaneous_auto_dealers"
210
        | "miscellaneous_business_services"
211
        | "miscellaneous_food_stores"
212
        | "miscellaneous_general_merchandise"
213
        | "miscellaneous_general_services"
214
        | "miscellaneous_home_furnishing_specialty_stores"
215
        | "miscellaneous_publishing_and_printing"
216
        | "miscellaneous_recreation_services"
217
        | "miscellaneous_repair_shops"
218
        | "miscellaneous_specialty_retail"
219
        | "mobile_home_dealers"
220
        | "motion_picture_theaters"
221
        | "motor_freight_carriers_and_trucking"
222
        | "motor_homes_dealers"
223
        | "motor_vehicle_supplies_and_new_parts"
224
        | "motorcycle_shops_and_dealers"
225
        | "motorcycle_shops_dealers"
226
        | "music_stores_musical_instruments_pianos_and_sheet_music"
227
        | "news_dealers_and_newsstands"
228
        | "non_fi_money_orders"
229
        | "non_fi_stored_value_card_purchase_load"
230
        | "nondurable_goods"
231
        | "nurseries_lawn_and_garden_supply_stores"
232
        | "nursing_personal_care"
233
        | "office_and_commercial_furniture"
234
        | "opticians_eyeglasses"
235
        | "optometrists_ophthalmologist"
236
        | "orthopedic_goods_prosthetic_devices"
237
        | "osteopaths"
238
        | "package_stores_beer_wine_and_liquor"
239
        | "paints_varnishes_and_supplies"
240
        | "parking_lots_garages"
241
        | "passenger_railways"
242
        | "pawn_shops"
243
        | "pet_shops_pet_food_and_supplies"
244
        | "petroleum_and_petroleum_products"
245
        | "photo_developing"
246
        | "photographic_photocopy_microfilm_equipment_and_supplies"
247
        | "photographic_studios"
248
        | "picture_video_production"
249
        | "piece_goods_notions_and_other_dry_goods"
250
        | "plumbing_heating_equipment_and_supplies"
251
        | "political_organizations"
252
        | "postal_services_government_only"
253
        | "precious_stones_and_metals_watches_and_jewelry"
254
        | "professional_services"
255
        | "public_warehousing_and_storage"
256
        | "quick_copy_repro_and_blueprint"
257
        | "railroads"
258
        | "real_estate_agents_and_managers_rentals"
259
        | "record_stores"
260
        | "recreational_vehicle_rentals"
261
        | "religious_goods_stores"
262
        | "religious_organizations"
263
        | "roofing_siding_sheet_metal"
264
        | "secretarial_support_services"
265
        | "security_brokers_dealers"
266
        | "service_stations"
267
        | "sewing_needlework_fabric_and_piece_goods_stores"
268
        | "shoe_repair_hat_cleaning"
269
        | "shoe_stores"
270
        | "small_appliance_repair"
271
        | "snowmobile_dealers"
272
        | "special_trade_services"
273
        | "specialty_cleaning"
274
        | "sporting_goods_stores"
275
        | "sporting_recreation_camps"
276
        | "sports_and_riding_apparel_stores"
277
        | "sports_clubs_fields"
278
        | "stamp_and_coin_stores"
279
        | "stationary_office_supplies_printing_and_writing_paper"
280
        | "stationery_stores_office_and_school_supply_stores"
281
        | "swimming_pools_sales"
282
        | "t_ui_travel_germany"
283
        | "tailors_alterations"
284
        | "tax_payments_government_agencies"
285
        | "tax_preparation_services"
286
        | "taxicabs_limousines"
287
        | "telecommunication_equipment_and_telephone_sales"
288
        | "telecommunication_services"
289
        | "telegraph_services"
290
        | "tent_and_awning_shops"
291
        | "testing_laboratories"
292
        | "theatrical_ticket_agencies"
293
        | "timeshares"
294
        | "tire_retreading_and_repair"
295
        | "tolls_bridge_fees"
296
        | "tourist_attractions_and_exhibits"
297
        | "towing_services"
298
        | "trailer_parks_campgrounds"
299
        | "transportation_services"
300
        | "travel_agencies_tour_operators"
301
        | "truck_stop_iteration"
302
        | "truck_utility_trailer_rentals"
303
        | "typesetting_plate_making_and_related_services"
304
        | "typewriter_stores"
305
        | "u_s_federal_government_agencies_or_departments"
306
        | "uniforms_commercial_clothing"
307
        | "used_merchandise_and_secondhand_stores"
308
        | "utilities"
309
        | "variety_stores"
310
        | "veterinary_services"
311
        | "video_amusement_game_supplies"
312
        | "video_game_arcades"
313
        | "video_tape_rental_stores"
314
        | "vocational_trade_schools"
315
        | "watch_jewelry_repair"
316
        | "welding_repair"
317
        | "wholesale_clubs"
318
        | "wig_and_toupee_stores"
319
        | "wires_money_orders"
320
        | "womens_accessory_and_specialty_shops"
321
        | "womens_ready_to_wear_stores"
322
        | "wrecking_and_salvage_yards";
323
      city?: string;
324
      country?: string;
325
      name?: string;
326
      network_id?: string;
327
      postal_code?: string;
328
      state?: string;
329
      terminal_id?: string;
330
      url?: string;
331
      [k: string]: unknown;
332
    };
333
    network_data?: { acquiring_institution_id?: string; [k: string]: unknown };
334
    verification_data?: {
335
      address_line1_check?: "match" | "mismatch" | "not_provided";
336
      address_postal_code_check?: "match" | "mismatch" | "not_provided";
337
      authentication_exemption?: {
338
        claimed_by: "acquirer" | "issuer";
339
        type: "low_value_transaction" | "transaction_risk_analysis" | "unknown";
340
        [k: string]: unknown;
341
      };
342
      cvc_check?: "match" | "mismatch" | "not_provided";
343
      expiry_check?: "match" | "mismatch" | "not_provided";
344
      three_d_secure?: {
345
        result:
346
          | "attempt_acknowledged"
347
          | "authenticated"
348
          | "failed"
349
          | "required";
350
        [k: string]: unknown;
351
      };
352
      [k: string]: unknown;
353
    };
354
    wallet?: "apple_pay" | "google_pay" | "samsung_pay";
355
  }
356
) {
357
  const url = new URL(
358
    `https://api.stripe.com/v1/test_helpers/issuing/authorizations`
359
  );
360

361
  const response = await fetch(url, {
362
    method: "POST",
363
    headers: {
364
      "Content-Type": "application/x-www-form-urlencoded",
365
      Authorization: "Bearer " + auth.token,
366
    },
367
    body: encodeParams(body),
368
  });
369
  if (!response.ok) {
370
    const text = await response.text();
371
    throw new Error(`${response.status} ${text}`);
372
  }
373
  return await response.json();
374
}
375

376
function encodeParams(o: any) {
377
  function iter(o: any, path: string) {
378
    if (Array.isArray(o)) {
379
      o.forEach(function (a) {
380
        iter(a, path + "[]");
381
      });
382
      return;
383
    }
384
    if (o !== null && typeof o === "object") {
385
      Object.keys(o).forEach(function (k) {
386
        iter(o[k], path + "[" + k + "]");
387
      });
388
      return;
389
    }
390
    data.push(path + "=" + o);
391
  }
392
  const data: string[] = [];
393
  Object.keys(o).forEach(function (k) {
394
    if (o[k] !== undefined) {
395
      iter(o[k], k);
396
    }
397
  });
398
  return new URLSearchParams(data.join("&"));
399
}
400