The Authorization object
Attributes
id(string) Unique identifier for the object.object(string) String representing the object’s type. Objects of the same type share the same value.amount(integer) The total amount that was authorized or rejected. This amount is incurrencyand in the smallest currency unit.amountshould be the same asmerchant_amount, unlesscurrencyandmerchant_currencyare different.amount_details(object, nullable) Detailed breakdown of amount components. These amounts are denominated incurrencyand in the smallest currency unit.amount_details.atm_fee(integer, nullable) The fee charged by the ATM for the cash withdrawal.amount_details.cashback_amount(integer, nullable) The amount of cash requested by the cardholder.
approved(boolean) Whether the authorization has been approved.authorization_method(enum) How the card details were provided. Possible enum values:chipThe card was physically present and inserted into a chip-enabled terminal. The transaction is cryptographically secured.contactlessThe card was present and tapped on a contactless-enabled terminal. If a digital wallet copy of the card was used, the wallet field will be present.keyed_inThe card number was manually entered into a terminal. Card presence is unknown and will be set to nil in testmode, but livemode values will depend on the actual card presence at the time of the transactiononlineThe card was used in a card-not-present scenario, such as a transaction initiated at an online e-commerce checkout.swipeThe card was physically present and swiped in a terminal.
balance_transactions(array of objects) List of balance transactions associated with this authorization.balance_transactions.id(string) Unique identifier for the object.balance_transactions.object(string) String representing the object’s type. Objects of the same type share the same value.balance_transactions.amount(integer) Gross amount of this transaction (in the smallest currency unit). A positive value represents funds charged to another party, and a negative value represents funds sent to another party.balance_transactions.available_on(timestamp) The date that the transaction’s net funds become available in the Stripe balance.balance_transactions.balance_type(enum) The balance that this transaction impacts. Possible enum values:issuingBalance Transactions that affect your Issuing balancepaymentsBalance Transactions that affect your Payments balancerefund_and_dispute_prefundingBalance Transactions that affect your Refund and Dispute Prefunding balancerisk_reservedBalance Transactions that affect your Risk Reserved balance
balance_transactions.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.balance_transactions.currency(enum) Three-letter ISO currency code, in lowercase. Must be a supported currency.balance_transactions.description(string, nullable) An arbitrary string attached to the object. Often useful for displaying to users.balance_transactions.exchange_rate(float, nullable) If applicable, this transaction uses an exchange rate. If money converts from currency A to currency B, then theamountin currency A, multipled by theexchange_rate, equals theamountin currency B. For example, if you charge a customer 10.00 EUR, the PaymentIntent’samountis1000andcurrencyiseur. If this converts to 12.34 USD in your Stripe account, the BalanceTransaction’samountis1234, itscurrencyisusd, and theexchange_rateis1.234.balance_transactions.fee(integer) Fees (in the smallest currency unit) paid for this transaction. Represented as a positive integer when assessed.balance_transactions.fee_details(array of objects) Detailed breakdown of fees (in the smallest currency unit) paid for this transaction.balance_transactions.fee_details.amount(integer) Amount of the fee, in cents.balance_transactions.fee_details.application(string, nullable) ID of the Connect application that earned the fee.balance_transactions.fee_details.currency(enum) Three-letter ISO currency code, in lowercase. Must be a supported currency.balance_transactions.fee_details.description(string, nullable) An arbitrary string attached to the object. Often useful for displaying to users.balance_transactions.fee_details.type(string) Type of the fee, one of:application_fee,payment_method_passthrough_fee,stripe_fee,tax, orwithheld_tax.
balance_transactions.net(integer) Net impact to a Stripe balance (in the smallest currency unit). A positive value represents incrementing a Stripe balance, and a negative value decrementing a Stripe balance. You can calculate the net impact of a transaction on a balance byamount-feebalance_transactions.reporting_category(string) Learn more about how reporting categories can help you understand balance transactions from an accounting perspective.balance_transactions.source(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) This transaction relates to the Stripe object.balance_transactions.status(string) The transaction’s net funds status in the Stripe balance, which are eitheravailableorpending.balance_transactions.type(enum) Transaction type:adjustment,advance,advance_funding,anticipation_repayment,application_fee,application_fee_refund,charge,climate_order_purchase,climate_order_refund,connect_collection_transfer,contribution,inbound_transfer,inbound_transfer_reversal,issuing_authorization_hold,issuing_authorization_release,issuing_dispute,issuing_transaction,obligation_outbound,obligation_reversal_inbound,payment,payment_failure_refund,payment_network_reserve_hold,payment_network_reserve_release,payment_refund,payment_reversal,payment_unreconciled,payout,payout_cancel,payout_failure,payout_minimum_balance_hold,payout_minimum_balance_release,refund,refund_failure,reserve_transaction,reserved_funds,reserve_hold,reserve_release,stripe_fee,stripe_fx_fee,stripe_balance_payment_debit,stripe_balance_payment_debit_reversal,tax_fee,topup,topup_reversal,transfer,transfer_cancel,transfer_failure,transfer_refund, orfee_credit_funding. Learn more about balance transaction types and what they represent. To classify transactions for accounting purposes, considerreporting_categoryinstead. Possible enum values:adjustmentadvanceadvance_fundinganticipation_repaymentapplication_feeapplication_fee_refundchargeclimate_order_purchaseclimate_order_refundconnect_collection_transfercontributionfee_credit_fundinginbound_transferinbound_transfer_reversalissuing_authorization_holdissuing_authorization_releaseissuing_disputeissuing_transactionobligation_outboundobligation_reversal_inboundpaymentpayment_failure_refundpayment_network_reserve_holdpayment_network_reserve_releasepayment_refundpayment_reversalpayment_unreconciledpayoutpayout_cancelpayout_failurepayout_minimum_balance_holdpayout_minimum_balance_releaserefundrefund_failurereserve_holdreserve_releasereserve_transactionreserved_fundsstripe_balance_payment_debitstripe_balance_payment_debit_reversalstripe_feestripe_fx_feetax_feetopuptopup_reversaltransfertransfer_canceltransfer_failuretransfer_refund
card(object) Card associated with this authorization.card.id(string) Unique identifier for the object.card.object(string) String representing the object’s type. Objects of the same type share the same value.card.brand(string) The brand of the card.card.cancellation_reason(enum, nullable) The reason why the card was canceled. Possible enum values:design_rejectedThe design of this card was rejected by Stripe for violating our partner guidelines.fulfillment_errorThere was an error in fulfilling the card. This reason is only valid for cards of typephysical.lostThe card was lost.stolenThe card was stolen.
card.cardholder(object) The Cardholder object to which the card belongs.card.cardholder.id(string) Unique identifier for the object.card.cardholder.object(string) String representing the object’s type. Objects of the same type share the same value.card.cardholder.billing(object) The cardholder’s billing information.card.cardholder.billing.address(object) The cardholder’s billing address.card.cardholder.billing.address.city(string, nullable) City, district, suburb, town, or village.card.cardholder.billing.address.country(string, nullable) Two-letter country code (ISO 3166-1 alpha-2).card.cardholder.billing.address.line1(string, nullable) Address line 1, such as the street, PO Box, or company name.card.cardholder.billing.address.line2(string, nullable) Address line 2, such as the apartment, suite, unit, or building.card.cardholder.billing.address.postal_code(string, nullable) ZIP or postal code.card.cardholder.billing.address.state(string, nullable) State, county, province, or region (ISO 3166-2).
card.cardholder.company(object, nullable) Additional information about acompanycardholder.card.cardholder.company.tax_id_provided(boolean) Whether the company’s business ID number was provided.
card.cardholder.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.card.cardholder.email(string, nullable) The cardholder’s email address.card.cardholder.individual(object, nullable) Additional information about anindividualcardholder.card.cardholder.individual.card_issuing(object, nullable) Information related to the card_issuing program for this cardholder.card.cardholder.individual.card_issuing.user_terms_acceptance(object, nullable) Information about cardholder acceptance of Celtic Authorized User Terms. Required for cards backed by a Celtic program.card.cardholder.individual.card_issuing.user_terms_acceptance.date(timestamp, nullable) The Unix timestamp marking when the cardholder accepted the Authorized User Terms.card.cardholder.individual.card_issuing.user_terms_acceptance.ip(string, nullable) The IP address from which the cardholder accepted the Authorized User Terms.card.cardholder.individual.card_issuing.user_terms_acceptance.user_agent(string, nullable) The user agent of the browser from which the cardholder accepted the Authorized User Terms.
card.cardholder.individual.dob(object, nullable) The date of birth of this cardholder.card.cardholder.individual.dob.day(integer, nullable) The day of birth, between 1 and 31.card.cardholder.individual.dob.month(integer, nullable) The month of birth, between 1 and 12.card.cardholder.individual.dob.year(integer, nullable) The four-digit year of birth.
card.cardholder.individual.first_name(string, nullable) The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.card.cardholder.individual.last_name(string, nullable) The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.card.cardholder.individual.verification(object, nullable) Government-issued ID document for this cardholder.card.cardholder.individual.verification.document(object, nullable) An identifying document, either a passport or local ID card.card.cardholder.individual.verification.document.back(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The back of a document returned by a file upload with apurposevalue ofidentity_document.card.cardholder.individual.verification.document.front(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The front of a document returned by a file upload with apurposevalue ofidentity_document.
card.cardholder.livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.card.cardholder.metadata(object) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.card.cardholder.name(string) The cardholder’s name. This will be printed on cards issued to them.card.cardholder.phone_number(string, nullable) The cardholder’s phone number. This is required for all cardholders who will be creating EU cards. See the 3D Secure documentation for more details.card.cardholder.preferred_locales(array of enums, nullable) The cardholder’s preferred locales (languages), ordered by preference. Locales can beda,de,en,es,fr,it,pl, orsv. This changes the language of the 3D Secure flow and one-time password messages sent to the cardholder.card.cardholder.requirements(object) Information about verification requirements for the cardholder.card.cardholder.requirements.disabled_reason(enum, nullable) Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason. Possible enum values:listedAccount might be on a prohibited persons or companies list. Thepast_duefield contains information that you need to provide before the cardholder can approve authorizations.rejected.listedCardholder is rejected because they are on a third-party prohibited persons or companies list (such as financial services provider or government). Their status will beblocked.requirements.past_dueCardholder has outstanding requirements. Thepast_duefield contains information that you need to provide before the cardholder can activate cards.under_reviewThis cardholder has raised additional review. Stripe will make a decision and update thedisabled_reasonfield.
card.cardholder.requirements.past_due(array of enums, nullable) Array of fields that need to be collected in order to verify and re-enable the cardholder. Possible enum values:company.tax_idThe cardholder’s business number (Tax ID).individual.card_issuing.user_terms_acceptance.dateThe Unix timestamp marking when the Cardholder accepted their Authorized User Terms. Required for Celtic Spend Card users.individual.card_issuing.user_terms_acceptance.ipThe IP address from which the Cardholder accepted their Authorized User Terms. Required for Celtic Spend Card users.individual.dob.dayThe cardholder’s date of birth’s day.individual.dob.monthThe cardholder’s date of birth’s month.individual.dob.yearThe cardholder’s date of birth’s year.individual.first_nameThe cardholder’s legal first name.individual.last_nameThe cardholder’s legal last name.individual.verification.documentThe front and back of a government-issued form of identification.
card.cardholder.spending_controls(object, nullable) Rules that control spending across this cardholder’s cards. Refer to our documentation for more details.card.cardholder.spending_controls.allowed_card_presences(array of enums, nullable) Array of card presence statuses from which authorizations will be allowed. Possible options arepresent,not_present. All other statuses will be blocked. Cannot be set withblocked_card_presences. Provide an empty value to unset this control. Possible enum values:not_presentpresent
card.cardholder.spending_controls.allowed_categories(array of enums, nullable) Array of strings containing categories of authorizations to allow. All other categories will be blocked. Cannot be set withblocked_categories. Possible enum values:ac_refrigeration_repairaccounting_bookkeeping_servicesadvertising_servicesagricultural_cooperativeairlines_air_carriersairports_flying_fieldsambulance_servicesamusement_parks_carnivalsantique_reproductionsantique_shopsaquariumsarchitectural_surveying_servicesart_dealers_and_galleriesartists_supply_and_craft_shopsauto_and_home_supply_storesauto_body_repair_shopsauto_paint_shopsauto_service_shopsautomated_cash_disburseautomated_fuel_dispensersautomobile_associationsautomotive_parts_and_accessories_storesautomotive_tire_storesbail_and_bond_paymentsbakeriesbands_orchestrasbarber_and_beauty_shopsbetting_casino_gamblingbicycle_shopsbilliard_pool_establishmentsboat_dealersboat_rentals_and_leasesbook_storesbooks_periodicals_and_newspapersbowling_alleysbus_linesbusiness_secretarial_schoolsbuying_shopping_servicescable_satellite_and_other_pay_television_and_radiocamera_and_photographic_supply_storescandy_nut_and_confectionery_storescar_and_truck_dealers_new_usedcar_and_truck_dealers_used_onlycar_rental_agenciescar_washescarpentry_servicescarpet_upholstery_cleaningcatererscharitable_and_social_service_organizations_fundraisingchemicals_and_allied_productschild_care_serviceschildrens_and_infants_wear_storeschiropodists_podiatristschiropractorscigar_stores_and_standscivic_social_fraternal_associationscleaning_and_maintenanceclothing_rentalcolleges_universitiescommercial_equipmentcommercial_footwearcommercial_photography_art_and_graphicscommuter_transport_and_ferriescomputer_network_servicescomputer_programmingcomputer_repaircomputer_software_storescomputers_peripherals_and_softwareconcrete_work_servicesconstruction_materialsconsulting_public_relationscorrespondence_schoolscosmetic_storescounseling_servicescountry_clubscourier_servicescourt_costscredit_reporting_agenciescruise_linesdairy_products_storesdance_hall_studios_schoolsdating_escort_servicesdentists_orthodontistsdepartment_storesdetective_agenciesdigital_goods_applicationsdigital_goods_gamesdigital_goods_large_volumedigital_goods_mediadirect_marketing_catalog_merchantdirect_marketing_combination_catalog_and_retail_merchantdirect_marketing_inbound_telemarketingdirect_marketing_insurance_servicesdirect_marketing_otherdirect_marketing_outbound_telemarketingdirect_marketing_subscriptiondirect_marketing_traveldiscount_storesdoctorsdoor_to_door_salesdrapery_window_covering_and_upholstery_storesdrinking_placesdrug_stores_and_pharmaciesdrugs_drug_proprietaries_and_druggist_sundriesdry_cleanersdurable_goodsduty_free_storeseating_places_restaurantseducational_serviceselectric_razor_storeselectric_vehicle_chargingelectrical_parts_and_equipmentelectrical_serviceselectronics_repair_shopselectronics_storeselementary_secondary_schoolsemergency_services_gcas_visa_use_onlyemployment_temp_agenciesequipment_rentalexterminating_servicesfamily_clothing_storesfast_food_restaurantsfinancial_institutionsfines_government_administrative_entitiesfireplace_fireplace_screens_and_accessories_storesfloor_covering_storesfloristsflorists_supplies_nursery_stock_and_flowersfreezer_and_locker_meat_provisionersfuel_dealers_non_automotivefuneral_services_crematoriesfurniture_home_furnishings_and_equipment_stores_except_appliancesfurniture_repair_refinishingfurriers_and_fur_shopsgeneral_servicesgift_card_novelty_and_souvenir_shopsglass_paint_and_wallpaper_storesglassware_crystal_storesgolf_courses_publicgovernment_licensed_horse_dog_racing_us_region_onlygovernment_licensed_online_casions_online_gambling_us_region_onlygovernment_owned_lotteries_non_us_regiongovernment_owned_lotteries_us_region_onlygovernment_servicesgrocery_stores_supermarketshardware_equipment_and_supplieshardware_storeshealth_and_beauty_spashearing_aids_sales_and_suppliesheating_plumbing_a_chobby_toy_and_game_shopshome_supply_warehouse_storeshospitalshotels_motels_and_resortshousehold_appliance_storesindustrial_suppliesinformation_retrieval_servicesinsurance_defaultinsurance_underwriting_premiumsintra_company_purchasesjewelry_stores_watches_clocks_and_silverware_storeslandscaping_serviceslaundrieslaundry_cleaning_serviceslegal_services_attorneysluggage_and_leather_goods_storeslumber_building_materials_storesmanual_cash_disbursemarinas_service_and_suppliesmarketplacesmasonry_stonework_and_plastermassage_parlorsmedical_and_dental_labsmedical_dental_ophthalmic_and_hospital_equipment_and_suppliesmedical_servicesmembership_organizationsmens_and_boys_clothing_and_accessories_storesmens_womens_clothing_storesmetal_service_centersmiscellaneousmiscellaneous_apparel_and_accessory_shopsmiscellaneous_auto_dealersmiscellaneous_business_servicesmiscellaneous_food_storesmiscellaneous_general_merchandisemiscellaneous_general_servicesmiscellaneous_home_furnishing_specialty_storesmiscellaneous_publishing_and_printingmiscellaneous_recreation_servicesmiscellaneous_repair_shopsmiscellaneous_specialty_retailmobile_home_dealersmotion_picture_theatersmotor_freight_carriers_and_truckingmotor_homes_dealersmotor_vehicle_supplies_and_new_partsmotorcycle_shops_and_dealersmotorcycle_shops_dealersmusic_stores_musical_instruments_pianos_and_sheet_musicnews_dealers_and_newsstandsnon_fi_money_ordersnon_fi_stored_value_card_purchase_loadnondurable_goodsnurseries_lawn_and_garden_supply_storesnursing_personal_careoffice_and_commercial_furnitureopticians_eyeglassesoptometrists_ophthalmologistorthopedic_goods_prosthetic_devicesosteopathspackage_stores_beer_wine_and_liquorpaints_varnishes_and_suppliesparking_lots_garagespassenger_railwayspawn_shopspet_shops_pet_food_and_suppliespetroleum_and_petroleum_productsphoto_developingphotographic_photocopy_microfilm_equipment_and_suppliesphotographic_studiospicture_video_productionpiece_goods_notions_and_other_dry_goodsplumbing_heating_equipment_and_suppliespolitical_organizationspostal_services_government_onlyprecious_stones_and_metals_watches_and_jewelryprofessional_servicespublic_warehousing_and_storagequick_copy_repro_and_blueprintrailroadsreal_estate_agents_and_managers_rentalsrecord_storesrecreational_vehicle_rentalsreligious_goods_storesreligious_organizationsroofing_siding_sheet_metalsecretarial_support_servicessecurity_brokers_dealersservice_stationssewing_needlework_fabric_and_piece_goods_storesshoe_repair_hat_cleaningshoe_storessmall_appliance_repairsnowmobile_dealersspecial_trade_servicesspecialty_cleaningsporting_goods_storessporting_recreation_campssports_and_riding_apparel_storessports_clubs_fieldsstamp_and_coin_storesstationary_office_supplies_printing_and_writing_paperstationery_stores_office_and_school_supply_storesswimming_pools_salest_ui_travel_germanytailors_alterationstax_payments_government_agenciestax_preparation_servicestaxicabs_limousinestelecommunication_equipment_and_telephone_salestelecommunication_servicestelegraph_servicestent_and_awning_shopstesting_laboratoriestheatrical_ticket_agenciestimesharestire_retreading_and_repairtolls_bridge_feestourist_attractions_and_exhibitstowing_servicestrailer_parks_campgroundstransportation_servicestravel_agencies_tour_operatorstruck_stop_iterationtruck_utility_trailer_rentalstypesetting_plate_making_and_related_servicestypewriter_storesu_s_federal_government_agencies_or_departmentsuniforms_commercial_clothingused_merchandise_and_secondhand_storesutilitiesvariety_storesveterinary_servicesvideo_amusement_game_suppliesvideo_game_arcadesvideo_tape_rental_storesvocational_trade_schoolswatch_jewelry_repairwelding_repairwholesale_clubswig_and_toupee_storeswires_money_orderswomens_accessory_and_specialty_shopswomens_ready_to_wear_storeswrecking_and_salvage_yards
card.cardholder.spending_controls.allowed_merchant_countries(array of strings, nullable) Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g.US). Cannot be set withblocked_merchant_countries. Provide an empty value to unset this control.card.cardholder.spending_controls.blocked_card_presences(array of enums, nullable) Array of card presence statuses from which authorizations will be declined. Possible options arepresent,not_present. Cannot be set withallowed_card_presences. Provide an empty value to unset this control. Possible enum values:not_presentpresent
card.cardholder.spending_controls.blocked_categories(array of enums, nullable) Array of strings containing categories of authorizations to decline. All other categories will be allowed. Cannot be set withallowed_categories. Possible enum values:ac_refrigeration_repairaccounting_bookkeeping_servicesadvertising_servicesagricultural_cooperativeairlines_air_carriersairports_flying_fieldsambulance_servicesamusement_parks_carnivalsantique_reproductionsantique_shopsaquariumsarchitectural_surveying_servicesart_dealers_and_galleriesartists_supply_and_craft_shopsauto_and_home_supply_storesauto_body_repair_shopsauto_paint_shopsauto_service_shopsautomated_cash_disburseautomated_fuel_dispensersautomobile_associationsautomotive_parts_and_accessories_storesautomotive_tire_storesbail_and_bond_paymentsbakeriesbands_orchestrasbarber_and_beauty_shopsbetting_casino_gamblingbicycle_shopsbilliard_pool_establishmentsboat_dealersboat_rentals_and_leasesbook_storesbooks_periodicals_and_newspapersbowling_alleysbus_linesbusiness_secretarial_schoolsbuying_shopping_servicescable_satellite_and_other_pay_television_and_radiocamera_and_photographic_supply_storescandy_nut_and_confectionery_storescar_and_truck_dealers_new_usedcar_and_truck_dealers_used_onlycar_rental_agenciescar_washescarpentry_servicescarpet_upholstery_cleaningcatererscharitable_and_social_service_organizations_fundraisingchemicals_and_allied_productschild_care_serviceschildrens_and_infants_wear_storeschiropodists_podiatristschiropractorscigar_stores_and_standscivic_social_fraternal_associationscleaning_and_maintenanceclothing_rentalcolleges_universitiescommercial_equipmentcommercial_footwearcommercial_photography_art_and_graphicscommuter_transport_and_ferriescomputer_network_servicescomputer_programmingcomputer_repaircomputer_software_storescomputers_peripherals_and_softwareconcrete_work_servicesconstruction_materialsconsulting_public_relationscorrespondence_schoolscosmetic_storescounseling_servicescountry_clubscourier_servicescourt_costscredit_reporting_agenciescruise_linesdairy_products_storesdance_hall_studios_schoolsdating_escort_servicesdentists_orthodontistsdepartment_storesdetective_agenciesdigital_goods_applicationsdigital_goods_gamesdigital_goods_large_volumedigital_goods_mediadirect_marketing_catalog_merchantdirect_marketing_combination_catalog_and_retail_merchantdirect_marketing_inbound_telemarketingdirect_marketing_insurance_servicesdirect_marketing_otherdirect_marketing_outbound_telemarketingdirect_marketing_subscriptiondirect_marketing_traveldiscount_storesdoctorsdoor_to_door_salesdrapery_window_covering_and_upholstery_storesdrinking_placesdrug_stores_and_pharmaciesdrugs_drug_proprietaries_and_druggist_sundriesdry_cleanersdurable_goodsduty_free_storeseating_places_restaurantseducational_serviceselectric_razor_storeselectric_vehicle_chargingelectrical_parts_and_equipmentelectrical_serviceselectronics_repair_shopselectronics_storeselementary_secondary_schoolsemergency_services_gcas_visa_use_onlyemployment_temp_agenciesequipment_rentalexterminating_servicesfamily_clothing_storesfast_food_restaurantsfinancial_institutionsfines_government_administrative_entitiesfireplace_fireplace_screens_and_accessories_storesfloor_covering_storesfloristsflorists_supplies_nursery_stock_and_flowersfreezer_and_locker_meat_provisionersfuel_dealers_non_automotivefuneral_services_crematoriesfurniture_home_furnishings_and_equipment_stores_except_appliancesfurniture_repair_refinishingfurriers_and_fur_shopsgeneral_servicesgift_card_novelty_and_souvenir_shopsglass_paint_and_wallpaper_storesglassware_crystal_storesgolf_courses_publicgovernment_licensed_horse_dog_racing_us_region_onlygovernment_licensed_online_casions_online_gambling_us_region_onlygovernment_owned_lotteries_non_us_regiongovernment_owned_lotteries_us_region_onlygovernment_servicesgrocery_stores_supermarketshardware_equipment_and_supplieshardware_storeshealth_and_beauty_spashearing_aids_sales_and_suppliesheating_plumbing_a_chobby_toy_and_game_shopshome_supply_warehouse_storeshospitalshotels_motels_and_resortshousehold_appliance_storesindustrial_suppliesinformation_retrieval_servicesinsurance_defaultinsurance_underwriting_premiumsintra_company_purchasesjewelry_stores_watches_clocks_and_silverware_storeslandscaping_serviceslaundrieslaundry_cleaning_serviceslegal_services_attorneysluggage_and_leather_goods_storeslumber_building_materials_storesmanual_cash_disbursemarinas_service_and_suppliesmarketplacesmasonry_stonework_and_plastermassage_parlorsmedical_and_dental_labsmedical_dental_ophthalmic_and_hospital_equipment_and_suppliesmedical_servicesmembership_organizationsmens_and_boys_clothing_and_accessories_storesmens_womens_clothing_storesmetal_service_centersmiscellaneousmiscellaneous_apparel_and_accessory_shopsmiscellaneous_auto_dealersmiscellaneous_business_servicesmiscellaneous_food_storesmiscellaneous_general_merchandisemiscellaneous_general_servicesmiscellaneous_home_furnishing_specialty_storesmiscellaneous_publishing_and_printingmiscellaneous_recreation_servicesmiscellaneous_repair_shopsmiscellaneous_specialty_retailmobile_home_dealersmotion_picture_theatersmotor_freight_carriers_and_truckingmotor_homes_dealersmotor_vehicle_supplies_and_new_partsmotorcycle_shops_and_dealersmotorcycle_shops_dealersmusic_stores_musical_instruments_pianos_and_sheet_musicnews_dealers_and_newsstandsnon_fi_money_ordersnon_fi_stored_value_card_purchase_loadnondurable_goodsnurseries_lawn_and_garden_supply_storesnursing_personal_careoffice_and_commercial_furnitureopticians_eyeglassesoptometrists_ophthalmologistorthopedic_goods_prosthetic_devicesosteopathspackage_stores_beer_wine_and_liquorpaints_varnishes_and_suppliesparking_lots_garagespassenger_railwayspawn_shopspet_shops_pet_food_and_suppliespetroleum_and_petroleum_productsphoto_developingphotographic_photocopy_microfilm_equipment_and_suppliesphotographic_studiospicture_video_productionpiece_goods_notions_and_other_dry_goodsplumbing_heating_equipment_and_suppliespolitical_organizationspostal_services_government_onlyprecious_stones_and_metals_watches_and_jewelryprofessional_servicespublic_warehousing_and_storagequick_copy_repro_and_blueprintrailroadsreal_estate_agents_and_managers_rentalsrecord_storesrecreational_vehicle_rentalsreligious_goods_storesreligious_organizationsroofing_siding_sheet_metalsecretarial_support_servicessecurity_brokers_dealersservice_stationssewing_needlework_fabric_and_piece_goods_storesshoe_repair_hat_cleaningshoe_storessmall_appliance_repairsnowmobile_dealersspecial_trade_servicesspecialty_cleaningsporting_goods_storessporting_recreation_campssports_and_riding_apparel_storessports_clubs_fieldsstamp_and_coin_storesstationary_office_supplies_printing_and_writing_paperstationery_stores_office_and_school_supply_storesswimming_pools_salest_ui_travel_germanytailors_alterationstax_payments_government_agenciestax_preparation_servicestaxicabs_limousinestelecommunication_equipment_and_telephone_salestelecommunication_servicestelegraph_servicestent_and_awning_shopstesting_laboratoriestheatrical_ticket_agenciestimesharestire_retreading_and_repairtolls_bridge_feestourist_attractions_and_exhibitstowing_servicestrailer_parks_campgroundstransportation_servicestravel_agencies_tour_operatorstruck_stop_iterationtruck_utility_trailer_rentalstypesetting_plate_making_and_related_servicestypewriter_storesu_s_federal_government_agencies_or_departmentsuniforms_commercial_clothingused_merchandise_and_secondhand_storesutilitiesvariety_storesveterinary_servicesvideo_amusement_game_suppliesvideo_game_arcadesvideo_tape_rental_storesvocational_trade_schoolswatch_jewelry_repairwelding_repairwholesale_clubswig_and_toupee_storeswires_money_orderswomens_accessory_and_specialty_shopswomens_ready_to_wear_storeswrecking_and_salvage_yards
card.cardholder.spending_controls.blocked_merchant_countries(array of strings, nullable) Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g.US). Cannot be set withallowed_merchant_countries. Provide an empty value to unset this control.card.cardholder.spending_controls.spending_limits(array of objects, nullable) Limit spending with amount-based rules that apply across this cardholder’s cards.card.cardholder.spending_controls.spending_limits.amount(integer) Maximum amount allowed to spend per interval. This amount is in the card’s currency and in the smallest currency unit.card.cardholder.spending_controls.spending_limits.categories(array of enums, nullable) Array of strings containing categories this limit applies to. Omitting this field will apply the limit to all categories. Possible enum values:ac_refrigeration_repairaccounting_bookkeeping_servicesadvertising_servicesagricultural_cooperativeairlines_air_carriersairports_flying_fieldsambulance_servicesamusement_parks_carnivalsantique_reproductionsantique_shopsaquariumsarchitectural_surveying_servicesart_dealers_and_galleriesartists_supply_and_craft_shopsauto_and_home_supply_storesauto_body_repair_shopsauto_paint_shopsauto_service_shopsautomated_cash_disburseautomated_fuel_dispensersautomobile_associationsautomotive_parts_and_accessories_storesautomotive_tire_storesbail_and_bond_paymentsbakeriesbands_orchestrasbarber_and_beauty_shopsbetting_casino_gamblingbicycle_shopsbilliard_pool_establishmentsboat_dealersboat_rentals_and_leasesbook_storesbooks_periodicals_and_newspapersbowling_alleysbus_linesbusiness_secretarial_schoolsbuying_shopping_servicescable_satellite_and_other_pay_television_and_radiocamera_and_photographic_supply_storescandy_nut_and_confectionery_storescar_and_truck_dealers_new_usedcar_and_truck_dealers_used_onlycar_rental_agenciescar_washescarpentry_servicescarpet_upholstery_cleaningcatererscharitable_and_social_service_organizations_fundraisingchemicals_and_allied_productschild_care_serviceschildrens_and_infants_wear_storeschiropodists_podiatristschiropractorscigar_stores_and_standscivic_social_fraternal_associationscleaning_and_maintenanceclothing_rentalcolleges_universitiescommercial_equipmentcommercial_footwearcommercial_photography_art_and_graphicscommuter_transport_and_ferriescomputer_network_servicescomputer_programmingcomputer_repaircomputer_software_storescomputers_peripherals_and_softwareconcrete_work_servicesconstruction_materialsconsulting_public_relationscorrespondence_schoolscosmetic_storescounseling_servicescountry_clubscourier_servicescourt_costscredit_reporting_agenciescruise_linesdairy_products_storesdance_hall_studios_schoolsdating_escort_servicesdentists_orthodontistsdepartment_storesdetective_agenciesdigital_goods_applicationsdigital_goods_gamesdigital_goods_large_volumedigital_goods_mediadirect_marketing_catalog_merchantdirect_marketing_combination_catalog_and_retail_merchantdirect_marketing_inbound_telemarketingdirect_marketing_insurance_servicesdirect_marketing_otherdirect_marketing_outbound_telemarketingdirect_marketing_subscriptiondirect_marketing_traveldiscount_storesdoctorsdoor_to_door_salesdrapery_window_covering_and_upholstery_storesdrinking_placesdrug_stores_and_pharmaciesdrugs_drug_proprietaries_and_druggist_sundriesdry_cleanersdurable_goodsduty_free_storeseating_places_restaurantseducational_serviceselectric_razor_storeselectric_vehicle_chargingelectrical_parts_and_equipmentelectrical_serviceselectronics_repair_shopselectronics_storeselementary_secondary_schoolsemergency_services_gcas_visa_use_onlyemployment_temp_agenciesequipment_rentalexterminating_servicesfamily_clothing_storesfast_food_restaurantsfinancial_institutionsfines_government_administrative_entitiesfireplace_fireplace_screens_and_accessories_storesfloor_covering_storesfloristsflorists_supplies_nursery_stock_and_flowersfreezer_and_locker_meat_provisionersfuel_dealers_non_automotivefuneral_services_crematoriesfurniture_home_furnishings_and_equipment_stores_except_appliancesfurniture_repair_refinishingfurriers_and_fur_shopsgeneral_servicesgift_card_novelty_and_souvenir_shopsglass_paint_and_wallpaper_storesglassware_crystal_storesgolf_courses_publicgovernment_licensed_horse_dog_racing_us_region_onlygovernment_licensed_online_casions_online_gambling_us_region_onlygovernment_owned_lotteries_non_us_regiongovernment_owned_lotteries_us_region_onlygovernment_servicesgrocery_stores_supermarketshardware_equipment_and_supplieshardware_storeshealth_and_beauty_spashearing_aids_sales_and_suppliesheating_plumbing_a_chobby_toy_and_game_shopshome_supply_warehouse_storeshospitalshotels_motels_and_resortshousehold_appliance_storesindustrial_suppliesinformation_retrieval_servicesinsurance_defaultinsurance_underwriting_premiumsintra_company_purchasesjewelry_stores_watches_clocks_and_silverware_storeslandscaping_serviceslaundrieslaundry_cleaning_serviceslegal_services_attorneysluggage_and_leather_goods_storeslumber_building_materials_storesmanual_cash_disbursemarinas_service_and_suppliesmarketplacesmasonry_stonework_and_plastermassage_parlorsmedical_and_dental_labsmedical_dental_ophthalmic_and_hospital_equipment_and_suppliesmedical_servicesmembership_organizationsmens_and_boys_clothing_and_accessories_storesmens_womens_clothing_storesmetal_service_centersmiscellaneousmiscellaneous_apparel_and_accessory_shopsmiscellaneous_auto_dealersmiscellaneous_business_servicesmiscellaneous_food_storesmiscellaneous_general_merchandisemiscellaneous_general_servicesmiscellaneous_home_furnishing_specialty_storesmiscellaneous_publishing_and_printingmiscellaneous_recreation_servicesmiscellaneous_repair_shopsmiscellaneous_specialty_retailmobile_home_dealersmotion_picture_theatersmotor_freight_carriers_and_truckingmotor_homes_dealersmotor_vehicle_supplies_and_new_partsmotorcycle_shops_and_dealersmotorcycle_shops_dealersmusic_stores_musical_instruments_pianos_and_sheet_musicnews_dealers_and_newsstandsnon_fi_money_ordersnon_fi_stored_value_card_purchase_loadnondurable_goodsnurseries_lawn_and_garden_supply_storesnursing_personal_careoffice_and_commercial_furnitureopticians_eyeglassesoptometrists_ophthalmologistorthopedic_goods_prosthetic_devicesosteopathspackage_stores_beer_wine_and_liquorpaints_varnishes_and_suppliesparking_lots_garagespassenger_railwayspawn_shopspet_shops_pet_food_and_suppliespetroleum_and_petroleum_productsphoto_developingphotographic_photocopy_microfilm_equipment_and_suppliesphotographic_studiospicture_video_productionpiece_goods_notions_and_other_dry_goodsplumbing_heating_equipment_and_suppliespolitical_organizationspostal_services_government_onlyprecious_stones_and_metals_watches_and_jewelryprofessional_servicespublic_warehousing_and_storagequick_copy_repro_and_blueprintrailroadsreal_estate_agents_and_managers_rentalsrecord_storesrecreational_vehicle_rentalsreligious_goods_storesreligious_organizationsroofing_siding_sheet_metalsecretarial_support_servicessecurity_brokers_dealersservice_stationssewing_needlework_fabric_and_piece_goods_storesshoe_repair_hat_cleaningshoe_storessmall_appliance_repairsnowmobile_dealersspecial_trade_servicesspecialty_cleaningsporting_goods_storessporting_recreation_campssports_and_riding_apparel_storessports_clubs_fieldsstamp_and_coin_storesstationary_office_supplies_printing_and_writing_paperstationery_stores_office_and_school_supply_storesswimming_pools_salest_ui_travel_germanytailors_alterationstax_payments_government_agenciestax_preparation_servicestaxicabs_limousinestelecommunication_equipment_and_telephone_salestelecommunication_servicestelegraph_servicestent_and_awning_shopstesting_laboratoriestheatrical_ticket_agenciestimesharestire_retreading_and_repairtolls_bridge_feestourist_attractions_and_exhibitstowing_servicestrailer_parks_campgroundstransportation_servicestravel_agencies_tour_operatorstruck_stop_iterationtruck_utility_trailer_rentalstypesetting_plate_making_and_related_servicestypewriter_storesu_s_federal_government_agencies_or_departmentsuniforms_commercial_clothingused_merchandise_and_secondhand_storesutilitiesvariety_storesveterinary_servicesvideo_amusement_game_suppliesvideo_game_arcadesvideo_tape_rental_storesvocational_trade_schoolswatch_jewelry_repairwelding_repairwholesale_clubswig_and_toupee_storeswires_money_orderswomens_accessory_and_specialty_shopswomens_ready_to_wear_storeswrecking_and_salvage_yards
card.cardholder.spending_controls.spending_limits.interval(enum) Interval (or event) to which the amount applies. Possible enum values:all_timeLimit applies to all transactions.dailyLimit applies to a day, starting at midnight UTC.monthlyLimit applies to a month, starting on the 1st at midnight UTC.per_authorizationLimit applies to each authorization.weeklyLimit applies to a week, starting on Sunday at midnight UTC.yearlyLimit applies to a year, starting on January 1st at midnight UTC.
card.cardholder.spending_controls.spending_limits_currency(enum, nullable) Currency of the amounts withinspending_limits.
card.cardholder.status(enum) Specifies whether to permit authorizations on this cardholder’s cards. Possible enum values:activeA platform has enabled the cardholder to approve authorizations made with their attached cards. However, if Stripe hasn’t yet verified the cardholder’s identity information, authorizations might still be blocked.blockedCards attached to this cardholder will decline all authorizations with thecardholder_blockedreason. This status is non-reversible.inactiveCards attached to this cardholder will decline all authorizations with thecardholder_inactivereason.
card.cardholder.type(enum) One ofindividualorcompany. See Choose a cardholder type for more details. Possible enum values:companyThe cardholder is a company or business entity, and additional information includes their tax ID. This option may not be available if your use case only supports individual cardholders.individualThe cardholder is a person, and additional information includes first and last name, date of birth, etc. If you’re issuing Celtic Spend Cards, then Individual cardholders must accept Authorized User Terms prior to activating their card.
card.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.card.currency(enum) Three-letter ISO currency code, in lowercase. Supported currencies areusdin the US,eurin the EU, andgbpin the UK.card.cvc(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The card’s CVC. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with theexpandparameter. Additionally, it’s only available via the “Retrieve a card” endpoint, not via “List all cards” or any other endpoint.card.exp_month(integer) The expiration month of the card.card.exp_year(integer) The expiration year of the card.card.last4(string) The last 4 digits of the card number.card.latest_fraud_warning(object, nullable) Stripe’s assessment of whether this card’s details have been compromised. If this property isn’t null, cancel and reissue the card to prevent fraudulent activity risk.card.latest_fraud_warning.started_at(timestamp, nullable) Timestamp of the most recent fraud warning.card.latest_fraud_warning.type(enum, nullable) The type of fraud warning that most recently took place on this card. This field updates with every new fraud warning, so the value changes over time. If populated, cancel and reissue the card. Possible enum values:card_testing_exposureThe card’s credentials were used successfully in a card testing attempt. Requires Advanced Fraud Tools.fraud_dispute_filedThe cardholder filed a fraud dispute for a transactionthird_party_reportedThe card was reported compromised by a third partyuser_indicated_fraudThe cardholder indicated that a fraudulent transaction occurred. Requires Advanced Fraud Tools.
card.lifecycle_controls(object, nullable) Rules that control the lifecycle of this card, such as automatic cancellation. Refer to our documentation for more details.card.lifecycle_controls.cancel_after(object) Cancels the card after the specified conditions are met.card.lifecycle_controls.cancel_after.payment_count(integer) The card is automatically cancelled when it makes this number of non-zero payment authorizations and transactions. The count includes penny authorizations, but doesn’t include non-payment actions, such as authorization advice.
card.livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.card.metadata(object) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.card.number(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The full unredacted card number. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with theexpandparameter. Additionally, it’s only available via the “Retrieve a card” endpoint, not via “List all cards” or any other endpoint.card.personalization_design(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The personalization design object belonging to this card.card.replaced_by(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The latest card that replaces this card, if any.card.replacement_for(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The card this card replaces, if any.card.replacement_reason(enum, nullable) The reason why the previous card needed to be replaced. Possible enum values:damagedThe physical card has been damaged and cannot be used at terminals. This reason is only valid for cards of typephysical.expiredThe expiration date has passed or is imminent.fulfillment_errorThere was an error in fulfilling the card. This reason is only valid for cards of typephysical.lostThe card was lost. This status is only valid if the card it replaces is marked as lost.stolenThe card was stolen. This status is only valid if the card it replaces is marked as stolen.
card.second_line(string, nullable) Text separate from cardholder name, printed on the card.card.shipping(object, nullable) Where and how the card will be shipped.card.shipping.address(object) Shipping address.card.shipping.address.city(string, nullable) City, district, suburb, town, or village.card.shipping.address.country(string, nullable) Two-letter country code (ISO 3166-1 alpha-2).card.shipping.address.line1(string, nullable) Address line 1, such as the street, PO Box, or company name.card.shipping.address.line2(string, nullable) Address line 2, such as the apartment, suite, unit, or building.card.shipping.address.postal_code(string, nullable) ZIP or postal code.card.shipping.address.state(string, nullable) State, county, province, or region (ISO 3166-2).
card.shipping.address_validation(object, nullable) Address validation details for the shipment.card.shipping.address_validation.mode(enum) The address validation capabilities to use. Possible enum values:disabledThe card will be shipped without validating or normalizing the shipping address.normalization_onlyThe card will be shipped with the normalized address without validation. Undeliverable addresses won’t be blocked.validation_and_normalizationThe card will be shipped with the normalized, validated address. Undeliverable addresses will be blocked.
card.shipping.address_validation.normalized_address(object, nullable) The normalized shipping address.card.shipping.address_validation.normalized_address.city(string, nullable) City, district, suburb, town, or village.card.shipping.address_validation.normalized_address.country(string, nullable) Two-letter country code (ISO 3166-1 alpha-2).card.shipping.address_validation.normalized_address.line1(string, nullable) Address line 1, such as the street, PO Box, or company name.card.shipping.address_validation.normalized_address.line2(string, nullable) Address line 2, such as the apartment, suite, unit, or building.card.shipping.address_validation.normalized_address.postal_code(string, nullable) ZIP or postal code.card.shipping.address_validation.normalized_address.state(string, nullable) State, county, province, or region (ISO 3166-2).
card.shipping.address_validation.result(enum, nullable) The validation result for the shipping address. Possible enum values:indeterminateThe deliverability of the card’s shipping address could not be determined.likely_deliverableThe card’s shipping address is likely deliverable.likely_undeliverableThe card’s shipping address is likely undeliverable as submitted.
card.shipping.carrier(enum, nullable) The delivery company that shipped a card. Possible enum values:dhlDHLfedexFedExroyal_mailRoyal MailuspsUSPS
card.shipping.customs(object, nullable) Additional information that may be required for clearing customs.card.shipping.customs.eori_number(string, nullable) A registration number used for customs in Europe. See https://www.gov.uk/eori for the UK and https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en for the EU.
card.shipping.eta(timestamp, nullable) A unix timestamp representing a best estimate of when the card will be delivered.card.shipping.name(string) Recipient name.card.shipping.phone_number(string, nullable) The phone number of the receiver of the shipment. Our courier partners will use this number to contact you in the event of card delivery issues. For individual shipments to the EU/UK, if this field is empty, we will provide them with the phone number provided when the cardholder was initially created.card.shipping.require_signature(boolean, nullable) Whether a signature is required for card delivery. This feature is only supported for US users. Standard shipping service does not support signature on delivery. The default value for standard shipping service is false and for express and priority services is true.card.shipping.service(enum) Shipment service, such asstandardorexpress. Possible enum values:expressCards arrive in 4 business days.priorityCards arrive in 2-3 business days.standardCards arrive in 5-8 business days.
card.shipping.status(enum, nullable) The delivery status of the card. Possible enum values:canceledThe card was canceled before being shipped.deliveredThe card has been delivered to its destination.failureThe card failed to be delivered but was not returned.pendingThe card is being prepared and has not yet shipped.returnedThe card failed to be delivered and was returned to the sender.shippedThe card has been shipped. If the card’s shipping carrier does not support tracking, this will be the card’s final status.submittedThe card has been submitted to the printer for shipment.
card.shipping.tracking_number(string, nullable) A tracking number for a card shipment.card.shipping.tracking_url(string, nullable) A link to the shipping carrier’s site where you can view detailed information about a card shipment.card.shipping.type(enum) Packaging options. Possible enum values:bulkCards are grouped and mailed together.individualCards are sent individually in an envelope.
card.spending_controls(object) Rules that control spending for this card. Refer to our documentation for more details.card.spending_controls.allowed_card_presences(array of enums, nullable) Array of card presence statuses from which authorizations will be allowed. Possible options arepresent,not_present. All other statuses will be blocked. Cannot be set withblocked_card_presences. Provide an empty value to unset this control. Possible enum values:not_presentpresent
card.spending_controls.allowed_categories(array of enums, nullable) Array of strings containing categories of authorizations to allow. All other categories will be blocked. Cannot be set withblocked_categories. Possible enum values:ac_refrigeration_repairaccounting_bookkeeping_servicesadvertising_servicesagricultural_cooperativeairlines_air_carriersairports_flying_fieldsambulance_servicesamusement_parks_carnivalsantique_reproductionsantique_shopsaquariumsarchitectural_surveying_servicesart_dealers_and_galleriesartists_supply_and_craft_shopsauto_and_home_supply_storesauto_body_repair_shopsauto_paint_shopsauto_service_shopsautomated_cash_disburseautomated_fuel_dispensersautomobile_associationsautomotive_parts_and_accessories_storesautomotive_tire_storesbail_and_bond_paymentsbakeriesbands_orchestrasbarber_and_beauty_shopsbetting_casino_gamblingbicycle_shopsbilliard_pool_establishmentsboat_dealersboat_rentals_and_leasesbook_storesbooks_periodicals_and_newspapersbowling_alleysbus_linesbusiness_secretarial_schoolsbuying_shopping_servicescable_satellite_and_other_pay_television_and_radiocamera_and_photographic_supply_storescandy_nut_and_confectionery_storescar_and_truck_dealers_new_usedcar_and_truck_dealers_used_onlycar_rental_agenciescar_washescarpentry_servicescarpet_upholstery_cleaningcatererscharitable_and_social_service_organizations_fundraisingchemicals_and_allied_productschild_care_serviceschildrens_and_infants_wear_storeschiropodists_podiatristschiropractorscigar_stores_and_standscivic_social_fraternal_associationscleaning_and_maintenanceclothing_rentalcolleges_universitiescommercial_equipmentcommercial_footwearcommercial_photography_art_and_graphicscommuter_transport_and_ferriescomputer_network_servicescomputer_programmingcomputer_repaircomputer_software_storescomputers_peripherals_and_softwareconcrete_work_servicesconstruction_materialsconsulting_public_relationscorrespondence_schoolscosmetic_storescounseling_servicescountry_clubscourier_servicescourt_costscredit_reporting_agenciescruise_linesdairy_products_storesdance_hall_studios_schoolsdating_escort_servicesdentists_orthodontistsdepartment_storesdetective_agenciesdigital_goods_applicationsdigital_goods_gamesdigital_goods_large_volumedigital_goods_mediadirect_marketing_catalog_merchantdirect_marketing_combination_catalog_and_retail_merchantdirect_marketing_inbound_telemarketingdirect_marketing_insurance_servicesdirect_marketing_otherdirect_marketing_outbound_telemarketingdirect_marketing_subscriptiondirect_marketing_traveldiscount_storesdoctorsdoor_to_door_salesdrapery_window_covering_and_upholstery_storesdrinking_placesdrug_stores_and_pharmaciesdrugs_drug_proprietaries_and_druggist_sundriesdry_cleanersdurable_goodsduty_free_storeseating_places_restaurantseducational_serviceselectric_razor_storeselectric_vehicle_chargingelectrical_parts_and_equipmentelectrical_serviceselectronics_repair_shopselectronics_storeselementary_secondary_schoolsemergency_services_gcas_visa_use_onlyemployment_temp_agenciesequipment_rentalexterminating_servicesfamily_clothing_storesfast_food_restaurantsfinancial_institutionsfines_government_administrative_entitiesfireplace_fireplace_screens_and_accessories_storesfloor_covering_storesfloristsflorists_supplies_nursery_stock_and_flowersfreezer_and_locker_meat_provisionersfuel_dealers_non_automotivefuneral_services_crematoriesfurniture_home_furnishings_and_equipment_stores_except_appliancesfurniture_repair_refinishingfurriers_and_fur_shopsgeneral_servicesgift_card_novelty_and_souvenir_shopsglass_paint_and_wallpaper_storesglassware_crystal_storesgolf_courses_publicgovernment_licensed_horse_dog_racing_us_region_onlygovernment_licensed_online_casions_online_gambling_us_region_onlygovernment_owned_lotteries_non_us_regiongovernment_owned_lotteries_us_region_onlygovernment_servicesgrocery_stores_supermarketshardware_equipment_and_supplieshardware_storeshealth_and_beauty_spashearing_aids_sales_and_suppliesheating_plumbing_a_chobby_toy_and_game_shopshome_supply_warehouse_storeshospitalshotels_motels_and_resortshousehold_appliance_storesindustrial_suppliesinformation_retrieval_servicesinsurance_defaultinsurance_underwriting_premiumsintra_company_purchasesjewelry_stores_watches_clocks_and_silverware_storeslandscaping_serviceslaundrieslaundry_cleaning_serviceslegal_services_attorneysluggage_and_leather_goods_storeslumber_building_materials_storesmanual_cash_disbursemarinas_service_and_suppliesmarketplacesmasonry_stonework_and_plastermassage_parlorsmedical_and_dental_labsmedical_dental_ophthalmic_and_hospital_equipment_and_suppliesmedical_servicesmembership_organizationsmens_and_boys_clothing_and_accessories_storesmens_womens_clothing_storesmetal_service_centersmiscellaneousmiscellaneous_apparel_and_accessory_shopsmiscellaneous_auto_dealersmiscellaneous_business_servicesmiscellaneous_food_storesmiscellaneous_general_merchandisemiscellaneous_general_servicesmiscellaneous_home_furnishing_specialty_storesmiscellaneous_publishing_and_printingmiscellaneous_recreation_servicesmiscellaneous_repair_shopsmiscellaneous_specialty_retailmobile_home_dealersmotion_picture_theatersmotor_freight_carriers_and_truckingmotor_homes_dealersmotor_vehicle_supplies_and_new_partsmotorcycle_shops_and_dealersmotorcycle_shops_dealersmusic_stores_musical_instruments_pianos_and_sheet_musicnews_dealers_and_newsstandsnon_fi_money_ordersnon_fi_stored_value_card_purchase_loadnondurable_goodsnurseries_lawn_and_garden_supply_storesnursing_personal_careoffice_and_commercial_furnitureopticians_eyeglassesoptometrists_ophthalmologistorthopedic_goods_prosthetic_devicesosteopathspackage_stores_beer_wine_and_liquorpaints_varnishes_and_suppliesparking_lots_garagespassenger_railwayspawn_shopspet_shops_pet_food_and_suppliespetroleum_and_petroleum_productsphoto_developingphotographic_photocopy_microfilm_equipment_and_suppliesphotographic_studiospicture_video_productionpiece_goods_notions_and_other_dry_goodsplumbing_heating_equipment_and_suppliespolitical_organizationspostal_services_government_onlyprecious_stones_and_metals_watches_and_jewelryprofessional_servicespublic_warehousing_and_storagequick_copy_repro_and_blueprintrailroadsreal_estate_agents_and_managers_rentalsrecord_storesrecreational_vehicle_rentalsreligious_goods_storesreligious_organizationsroofing_siding_sheet_metalsecretarial_support_servicessecurity_brokers_dealersservice_stationssewing_needlework_fabric_and_piece_goods_storesshoe_repair_hat_cleaningshoe_storessmall_appliance_repairsnowmobile_dealersspecial_trade_servicesspecialty_cleaningsporting_goods_storessporting_recreation_campssports_and_riding_apparel_storessports_clubs_fieldsstamp_and_coin_storesstationary_office_supplies_printing_and_writing_paperstationery_stores_office_and_school_supply_storesswimming_pools_salest_ui_travel_germanytailors_alterationstax_payments_government_agenciestax_preparation_servicestaxicabs_limousinestelecommunication_equipment_and_telephone_salestelecommunication_servicestelegraph_servicestent_and_awning_shopstesting_laboratoriestheatrical_ticket_agenciestimesharestire_retreading_and_repairtolls_bridge_feestourist_attractions_and_exhibitstowing_servicestrailer_parks_campgroundstransportation_servicestravel_agencies_tour_operatorstruck_stop_iterationtruck_utility_trailer_rentalstypesetting_plate_making_and_related_servicestypewriter_storesu_s_federal_government_agencies_or_departmentsuniforms_commercial_clothingused_merchandise_and_secondhand_storesutilitiesvariety_storesveterinary_servicesvideo_amusement_game_suppliesvideo_game_arcadesvideo_tape_rental_storesvocational_trade_schoolswatch_jewelry_repairwelding_repairwholesale_clubswig_and_toupee_storeswires_money_orderswomens_accessory_and_specialty_shopswomens_ready_to_wear_storeswrecking_and_salvage_yards
card.spending_controls.allowed_merchant_countries(array of strings, nullable) Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g.US). Cannot be set withblocked_merchant_countries. Provide an empty value to unset this control.card.spending_controls.blocked_card_presences(array of enums, nullable) Array of card presence statuses from which authorizations will be declined. Possible options arepresent,not_present. Cannot be set withallowed_card_presences. Provide an empty value to unset this control. Possible enum values:not_presentpresent
card.spending_controls.blocked_categories(array of enums, nullable) Array of strings containing categories of authorizations to decline. All other categories will be allowed. Cannot be set withallowed_categories. Possible enum values:ac_refrigeration_repairaccounting_bookkeeping_servicesadvertising_servicesagricultural_cooperativeairlines_air_carriersairports_flying_fieldsambulance_servicesamusement_parks_carnivalsantique_reproductionsantique_shopsaquariumsarchitectural_surveying_servicesart_dealers_and_galleriesartists_supply_and_craft_shopsauto_and_home_supply_storesauto_body_repair_shopsauto_paint_shopsauto_service_shopsautomated_cash_disburseautomated_fuel_dispensersautomobile_associationsautomotive_parts_and_accessories_storesautomotive_tire_storesbail_and_bond_paymentsbakeriesbands_orchestrasbarber_and_beauty_shopsbetting_casino_gamblingbicycle_shopsbilliard_pool_establishmentsboat_dealersboat_rentals_and_leasesbook_storesbooks_periodicals_and_newspapersbowling_alleysbus_linesbusiness_secretarial_schoolsbuying_shopping_servicescable_satellite_and_other_pay_television_and_radiocamera_and_photographic_supply_storescandy_nut_and_confectionery_storescar_and_truck_dealers_new_usedcar_and_truck_dealers_used_onlycar_rental_agenciescar_washescarpentry_servicescarpet_upholstery_cleaningcatererscharitable_and_social_service_organizations_fundraisingchemicals_and_allied_productschild_care_serviceschildrens_and_infants_wear_storeschiropodists_podiatristschiropractorscigar_stores_and_standscivic_social_fraternal_associationscleaning_and_maintenanceclothing_rentalcolleges_universitiescommercial_equipmentcommercial_footwearcommercial_photography_art_and_graphicscommuter_transport_and_ferriescomputer_network_servicescomputer_programmingcomputer_repaircomputer_software_storescomputers_peripherals_and_softwareconcrete_work_servicesconstruction_materialsconsulting_public_relationscorrespondence_schoolscosmetic_storescounseling_servicescountry_clubscourier_servicescourt_costscredit_reporting_agenciescruise_linesdairy_products_storesdance_hall_studios_schoolsdating_escort_servicesdentists_orthodontistsdepartment_storesdetective_agenciesdigital_goods_applicationsdigital_goods_gamesdigital_goods_large_volumedigital_goods_mediadirect_marketing_catalog_merchantdirect_marketing_combination_catalog_and_retail_merchantdirect_marketing_inbound_telemarketingdirect_marketing_insurance_servicesdirect_marketing_otherdirect_marketing_outbound_telemarketingdirect_marketing_subscriptiondirect_marketing_traveldiscount_storesdoctorsdoor_to_door_salesdrapery_window_covering_and_upholstery_storesdrinking_placesdrug_stores_and_pharmaciesdrugs_drug_proprietaries_and_druggist_sundriesdry_cleanersdurable_goodsduty_free_storeseating_places_restaurantseducational_serviceselectric_razor_storeselectric_vehicle_chargingelectrical_parts_and_equipmentelectrical_serviceselectronics_repair_shopselectronics_storeselementary_secondary_schoolsemergency_services_gcas_visa_use_onlyemployment_temp_agenciesequipment_rentalexterminating_servicesfamily_clothing_storesfast_food_restaurantsfinancial_institutionsfines_government_administrative_entitiesfireplace_fireplace_screens_and_accessories_storesfloor_covering_storesfloristsflorists_supplies_nursery_stock_and_flowersfreezer_and_locker_meat_provisionersfuel_dealers_non_automotivefuneral_services_crematoriesfurniture_home_furnishings_and_equipment_stores_except_appliancesfurniture_repair_refinishingfurriers_and_fur_shopsgeneral_servicesgift_card_novelty_and_souvenir_shopsglass_paint_and_wallpaper_storesglassware_crystal_storesgolf_courses_publicgovernment_licensed_horse_dog_racing_us_region_onlygovernment_licensed_online_casions_online_gambling_us_region_onlygovernment_owned_lotteries_non_us_regiongovernment_owned_lotteries_us_region_onlygovernment_servicesgrocery_stores_supermarketshardware_equipment_and_supplieshardware_storeshealth_and_beauty_spashearing_aids_sales_and_suppliesheating_plumbing_a_chobby_toy_and_game_shopshome_supply_warehouse_storeshospitalshotels_motels_and_resortshousehold_appliance_storesindustrial_suppliesinformation_retrieval_servicesinsurance_defaultinsurance_underwriting_premiumsintra_company_purchasesjewelry_stores_watches_clocks_and_silverware_storeslandscaping_serviceslaundrieslaundry_cleaning_serviceslegal_services_attorneysluggage_and_leather_goods_storeslumber_building_materials_storesmanual_cash_disbursemarinas_service_and_suppliesmarketplacesmasonry_stonework_and_plastermassage_parlorsmedical_and_dental_labsmedical_dental_ophthalmic_and_hospital_equipment_and_suppliesmedical_servicesmembership_organizationsmens_and_boys_clothing_and_accessories_storesmens_womens_clothing_storesmetal_service_centersmiscellaneousmiscellaneous_apparel_and_accessory_shopsmiscellaneous_auto_dealersmiscellaneous_business_servicesmiscellaneous_food_storesmiscellaneous_general_merchandisemiscellaneous_general_servicesmiscellaneous_home_furnishing_specialty_storesmiscellaneous_publishing_and_printingmiscellaneous_recreation_servicesmiscellaneous_repair_shopsmiscellaneous_specialty_retailmobile_home_dealersmotion_picture_theatersmotor_freight_carriers_and_truckingmotor_homes_dealersmotor_vehicle_supplies_and_new_partsmotorcycle_shops_and_dealersmotorcycle_shops_dealersmusic_stores_musical_instruments_pianos_and_sheet_musicnews_dealers_and_newsstandsnon_fi_money_ordersnon_fi_stored_value_card_purchase_loadnondurable_goodsnurseries_lawn_and_garden_supply_storesnursing_personal_careoffice_and_commercial_furnitureopticians_eyeglassesoptometrists_ophthalmologistorthopedic_goods_prosthetic_devicesosteopathspackage_stores_beer_wine_and_liquorpaints_varnishes_and_suppliesparking_lots_garagespassenger_railwayspawn_shopspet_shops_pet_food_and_suppliespetroleum_and_petroleum_productsphoto_developingphotographic_photocopy_microfilm_equipment_and_suppliesphotographic_studiospicture_video_productionpiece_goods_notions_and_other_dry_goodsplumbing_heating_equipment_and_suppliespolitical_organizationspostal_services_government_onlyprecious_stones_and_metals_watches_and_jewelryprofessional_servicespublic_warehousing_and_storagequick_copy_repro_and_blueprintrailroadsreal_estate_agents_and_managers_rentalsrecord_storesrecreational_vehicle_rentalsreligious_goods_storesreligious_organizationsroofing_siding_sheet_metalsecretarial_support_servicessecurity_brokers_dealersservice_stationssewing_needlework_fabric_and_piece_goods_storesshoe_repair_hat_cleaningshoe_storessmall_appliance_repairsnowmobile_dealersspecial_trade_servicesspecialty_cleaningsporting_goods_storessporting_recreation_campssports_and_riding_apparel_storessports_clubs_fieldsstamp_and_coin_storesstationary_office_supplies_printing_and_writing_paperstationery_stores_office_and_school_supply_storesswimming_pools_salest_ui_travel_germanytailors_alterationstax_payments_government_agenciestax_preparation_servicestaxicabs_limousinestelecommunication_equipment_and_telephone_salestelecommunication_servicestelegraph_servicestent_and_awning_shopstesting_laboratoriestheatrical_ticket_agenciestimesharestire_retreading_and_repairtolls_bridge_feestourist_attractions_and_exhibitstowing_servicestrailer_parks_campgroundstransportation_servicestravel_agencies_tour_operatorstruck_stop_iterationtruck_utility_trailer_rentalstypesetting_plate_making_and_related_servicestypewriter_storesu_s_federal_government_agencies_or_departmentsuniforms_commercial_clothingused_merchandise_and_secondhand_storesutilitiesvariety_storesveterinary_servicesvideo_amusement_game_suppliesvideo_game_arcadesvideo_tape_rental_storesvocational_trade_schoolswatch_jewelry_repairwelding_repairwholesale_clubswig_and_toupee_storeswires_money_orderswomens_accessory_and_specialty_shopswomens_ready_to_wear_storeswrecking_and_salvage_yards
card.spending_controls.blocked_merchant_countries(array of strings, nullable) Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g.US). Cannot be set withallowed_merchant_countries. Provide an empty value to unset this control.card.spending_controls.spending_limits(array of objects, nullable) Limit spending with amount-based rules that apply across any cards this card replaced (i.e., itsreplacement_forcard and that card’sreplacement_forcard, up the chain).card.spending_controls.spending_limits.amount(integer) Maximum amount allowed to spend per interval. This amount is in the card’s currency and in the smallest currency unit.card.spending_controls.spending_limits.categories(array of enums, nullable) Array of strings containing categories this limit applies to. Omitting this field will apply the limit to all categories. Possible enum values:ac_refrigeration_repairaccounting_bookkeeping_servicesadvertising_servicesagricultural_cooperativeairlines_air_carriersairports_flying_fieldsambulance_servicesamusement_parks_carnivalsantique_reproductionsantique_shopsaquariumsarchitectural_surveying_servicesart_dealers_and_galleriesartists_supply_and_craft_shopsauto_and_home_supply_storesauto_body_repair_shopsauto_paint_shopsauto_service_shopsautomated_cash_disburseautomated_fuel_dispensersautomobile_associationsautomotive_parts_and_accessories_storesautomotive_tire_storesbail_and_bond_paymentsbakeriesbands_orchestrasbarber_and_beauty_shopsbetting_casino_gamblingbicycle_shopsbilliard_pool_establishmentsboat_dealersboat_rentals_and_leasesbook_storesbooks_periodicals_and_newspapersbowling_alleysbus_linesbusiness_secretarial_schoolsbuying_shopping_servicescable_satellite_and_other_pay_television_and_radiocamera_and_photographic_supply_storescandy_nut_and_confectionery_storescar_and_truck_dealers_new_usedcar_and_truck_dealers_used_onlycar_rental_agenciescar_washescarpentry_servicescarpet_upholstery_cleaningcatererscharitable_and_social_service_organizations_fundraisingchemicals_and_allied_productschild_care_serviceschildrens_and_infants_wear_storeschiropodists_podiatristschiropractorscigar_stores_and_standscivic_social_fraternal_associationscleaning_and_maintenanceclothing_rentalcolleges_universitiescommercial_equipmentcommercial_footwearcommercial_photography_art_and_graphicscommuter_transport_and_ferriescomputer_network_servicescomputer_programmingcomputer_repaircomputer_software_storescomputers_peripherals_and_softwareconcrete_work_servicesconstruction_materialsconsulting_public_relationscorrespondence_schoolscosmetic_storescounseling_servicescountry_clubscourier_servicescourt_costscredit_reporting_agenciescruise_linesdairy_products_storesdance_hall_studios_schoolsdating_escort_servicesdentists_orthodontistsdepartment_storesdetective_agenciesdigital_goods_applicationsdigital_goods_gamesdigital_goods_large_volumedigital_goods_mediadirect_marketing_catalog_merchantdirect_marketing_combination_catalog_and_retail_merchantdirect_marketing_inbound_telemarketingdirect_marketing_insurance_servicesdirect_marketing_otherdirect_marketing_outbound_telemarketingdirect_marketing_subscriptiondirect_marketing_traveldiscount_storesdoctorsdoor_to_door_salesdrapery_window_covering_and_upholstery_storesdrinking_placesdrug_stores_and_pharmaciesdrugs_drug_proprietaries_and_druggist_sundriesdry_cleanersdurable_goodsduty_free_storeseating_places_restaurantseducational_serviceselectric_razor_storeselectric_vehicle_chargingelectrical_parts_and_equipmentelectrical_serviceselectronics_repair_shopselectronics_storeselementary_secondary_schoolsemergency_services_gcas_visa_use_onlyemployment_temp_agenciesequipment_rentalexterminating_servicesfamily_clothing_storesfast_food_restaurantsfinancial_institutionsfines_government_administrative_entitiesfireplace_fireplace_screens_and_accessories_storesfloor_covering_storesfloristsflorists_supplies_nursery_stock_and_flowersfreezer_and_locker_meat_provisionersfuel_dealers_non_automotivefuneral_services_crematoriesfurniture_home_furnishings_and_equipment_stores_except_appliancesfurniture_repair_refinishingfurriers_and_fur_shopsgeneral_servicesgift_card_novelty_and_souvenir_shopsglass_paint_and_wallpaper_storesglassware_crystal_storesgolf_courses_publicgovernment_licensed_horse_dog_racing_us_region_onlygovernment_licensed_online_casions_online_gambling_us_region_onlygovernment_owned_lotteries_non_us_regiongovernment_owned_lotteries_us_region_onlygovernment_servicesgrocery_stores_supermarketshardware_equipment_and_supplieshardware_storeshealth_and_beauty_spashearing_aids_sales_and_suppliesheating_plumbing_a_chobby_toy_and_game_shopshome_supply_warehouse_storeshospitalshotels_motels_and_resortshousehold_appliance_storesindustrial_suppliesinformation_retrieval_servicesinsurance_defaultinsurance_underwriting_premiumsintra_company_purchasesjewelry_stores_watches_clocks_and_silverware_storeslandscaping_serviceslaundrieslaundry_cleaning_serviceslegal_services_attorneysluggage_and_leather_goods_storeslumber_building_materials_storesmanual_cash_disbursemarinas_service_and_suppliesmarketplacesmasonry_stonework_and_plastermassage_parlorsmedical_and_dental_labsmedical_dental_ophthalmic_and_hospital_equipment_and_suppliesmedical_servicesmembership_organizationsmens_and_boys_clothing_and_accessories_storesmens_womens_clothing_storesmetal_service_centersmiscellaneousmiscellaneous_apparel_and_accessory_shopsmiscellaneous_auto_dealersmiscellaneous_business_servicesmiscellaneous_food_storesmiscellaneous_general_merchandisemiscellaneous_general_servicesmiscellaneous_home_furnishing_specialty_storesmiscellaneous_publishing_and_printingmiscellaneous_recreation_servicesmiscellaneous_repair_shopsmiscellaneous_specialty_retailmobile_home_dealersmotion_picture_theatersmotor_freight_carriers_and_truckingmotor_homes_dealersmotor_vehicle_supplies_and_new_partsmotorcycle_shops_and_dealersmotorcycle_shops_dealersmusic_stores_musical_instruments_pianos_and_sheet_musicnews_dealers_and_newsstandsnon_fi_money_ordersnon_fi_stored_value_card_purchase_loadnondurable_goodsnurseries_lawn_and_garden_supply_storesnursing_personal_careoffice_and_commercial_furnitureopticians_eyeglassesoptometrists_ophthalmologistorthopedic_goods_prosthetic_devicesosteopathspackage_stores_beer_wine_and_liquorpaints_varnishes_and_suppliesparking_lots_garagespassenger_railwayspawn_shopspet_shops_pet_food_and_suppliespetroleum_and_petroleum_productsphoto_developingphotographic_photocopy_microfilm_equipment_and_suppliesphotographic_studiospicture_video_productionpiece_goods_notions_and_other_dry_goodsplumbing_heating_equipment_and_suppliespolitical_organizationspostal_services_government_onlyprecious_stones_and_metals_watches_and_jewelryprofessional_servicespublic_warehousing_and_storagequick_copy_repro_and_blueprintrailroadsreal_estate_agents_and_managers_rentalsrecord_storesrecreational_vehicle_rentalsreligious_goods_storesreligious_organizationsroofing_siding_sheet_metalsecretarial_support_servicessecurity_brokers_dealersservice_stationssewing_needlework_fabric_and_piece_goods_storesshoe_repair_hat_cleaningshoe_storessmall_appliance_repairsnowmobile_dealersspecial_trade_servicesspecialty_cleaningsporting_goods_storessporting_recreation_campssports_and_riding_apparel_storessports_clubs_fieldsstamp_and_coin_storesstationary_office_supplies_printing_and_writing_paperstationery_stores_office_and_school_supply_storesswimming_pools_salest_ui_travel_germanytailors_alterationstax_payments_government_agenciestax_preparation_servicestaxicabs_limousinestelecommunication_equipment_and_telephone_salestelecommunication_servicestelegraph_servicestent_and_awning_shopstesting_laboratoriestheatrical_ticket_agenciestimesharestire_retreading_and_repairtolls_bridge_feestourist_attractions_and_exhibitstowing_servicestrailer_parks_campgroundstransportation_servicestravel_agencies_tour_operatorstruck_stop_iterationtruck_utility_trailer_rentalstypesetting_plate_making_and_related_servicestypewriter_storesu_s_federal_government_agencies_or_departmentsuniforms_commercial_clothingused_merchandise_and_secondhand_storesutilitiesvariety_storesveterinary_servicesvideo_amusement_game_suppliesvideo_game_arcadesvideo_tape_rental_storesvocational_trade_schoolswatch_jewelry_repairwelding_repairwholesale_clubswig_and_toupee_storeswires_money_orderswomens_accessory_and_specialty_shopswomens_ready_to_wear_storeswrecking_and_salvage_yards
card.spending_controls.spending_limits.interval(enum) Interval (or event) to which the amount applies. Possible enum values:all_timeLimit applies to all transactions.dailyLimit applies to a day, starting at midnight UTC.monthlyLimit applies to a month, starting on the 1st at midnight UTC.per_authorizationLimit applies to each authorization.weeklyLimit applies to a week, starting on Sunday at midnight UTC.yearlyLimit applies to a year, starting on January 1st at midnight UTC.
card.spending_controls.spending_limits_currency(enum, nullable) Currency of the amounts withinspending_limits. Always the same as the currency of the card.
card.status(enum) Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults toinactive. Possible enum values:activeThe card can approve authorizations. If the card is linked to a cardholder with past-due requirements, you may be unable to change the card’s status to ‘active’.canceledThe card will decline authorizations with thecard_canceledreason. This status is permanent.inactiveThe card will decline authorizations with thecard_inactivereason.
card.type(enum) The type of the card. Possible enum values:physicalA physical card will be printed and shipped. It can be used at physical terminals.virtualNo physical card will be printed. The card can be used online and can be added to digital wallets.
card.wallets(object, nullable) Information relating to digital wallets (like Apple Pay and Google Pay).card.wallets.apple_pay(object) Apple Pay Detailscard.wallets.apple_pay.eligible(boolean) Apple Pay Eligibilitycard.wallets.apple_pay.ineligible_reason(enum, nullable) Reason the card is ineligible for Apple Pay Possible enum values:missing_agreementApple Pay is not enabled for your account.missing_cardholder_contactCardholder phone number or email required.unsupported_regionApple Pay is not supported in the cardholder’s country.
card.wallets.google_pay(object) Google Pay Detailscard.wallets.google_pay.eligible(boolean) Google Pay Eligibilitycard.wallets.google_pay.ineligible_reason(enum, nullable) Reason the card is ineligible for Google Pay Possible enum values:missing_agreementGoogle Pay is not enabled for your account.missing_cardholder_contactCardholder phone number or email required.unsupported_regionGoogle Pay is not supported in the cardholder’s country.
card.wallets.primary_account_identifier(string, nullable) Unique identifier for a card used with digital wallets
card_presence(enum, nullable) Whether the card was present at the point of sale for the authorization. Possible enum values:not_presentThe card was not present at the point of sale.presentThe card was present at the point of sale.
cardholder(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The cardholder to whom this authorization belongs.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.currency(enum) The currency of the cardholder. This currency can be different from the currency presented at authorization and themerchant_currencyfield on this authorization. Three-letter ISO currency code, in lowercase. Must be a supported currency.fleet(object, nullable) Fleet-specific information for authorizations using Fleet cards.fleet.cardholder_prompt_data(object, nullable) Answers to prompts presented to the cardholder at the point of sale. Prompted fields vary depending on the configuration of your physical fleet cards. Typical points of sale support only numeric entry.fleet.cardholder_prompt_data.alphanumeric_id(string, nullable) [Deprecated] An alphanumeric ID, though typical point of sales only support numeric entry. The card program can be configured to prompt for a vehicle ID, driver ID, or generic ID.fleet.cardholder_prompt_data.driver_id(string, nullable) Driver ID.fleet.cardholder_prompt_data.odometer(integer, nullable) Odometer reading.fleet.cardholder_prompt_data.unspecified_id(string, nullable) An alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.fleet.cardholder_prompt_data.user_id(string, nullable) User ID.fleet.cardholder_prompt_data.vehicle_number(string, nullable) Vehicle number.
fleet.purchase_type(enum, nullable) The type of purchase. Possible enum values:fuel_and_non_fuel_purchaseFuel and non-fuel purchase.fuel_purchaseFuel-only purchase.non_fuel_purchaseNon-fuel purchase.
fleet.reported_breakdown(object, nullable) More information about the total amount. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed. This information is not guaranteed to be accurate as some merchants may provide unreliable data.fleet.reported_breakdown.fuel(object, nullable) Breakdown of fuel portion of the purchase.fleet.reported_breakdown.fuel.gross_amount_decimal(decimal string, nullable) Gross fuel amount that should equal Fuel Quantity multiplied by Fuel Unit Cost, inclusive of taxes.
fleet.reported_breakdown.non_fuel(object, nullable) Breakdown of non-fuel portion of the purchase.fleet.reported_breakdown.non_fuel.gross_amount_decimal(decimal string, nullable) Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.
fleet.reported_breakdown.tax(object, nullable) Information about tax included in this transaction.fleet.reported_breakdown.tax.local_amount_decimal(decimal string, nullable) Amount of state or provincial Sales Tax included in the transaction amount.nullif not reported by merchant or not subject to tax.fleet.reported_breakdown.tax.national_amount_decimal(decimal string, nullable) Amount of national Sales Tax or VAT included in the transaction amount.nullif not reported by merchant or not subject to tax.
fleet.service_type(enum, nullable) The type of fuel service. Possible enum values:full_serviceFull-service fuel station purchase.non_fuel_transactionNon-fuel transaction.self_serviceSelf-service fuel station purchase.
fraud_challenges(array of objects, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) Fraud challenges sent to the cardholder, if this authorization was declined for fraud risk reasons.fraud_challenges.channel(enum) The method by which the fraud challenge was delivered to the cardholder. Possible enum values:smsSMS sent to the cardholder’s phone number.
fraud_challenges.status(enum) The status of the fraud challenge. Possible enum values:expiredThe cardholder did not respond to the challenge within 12 hours of it being sent, and it has expired. Any further response to the challenge will be ignored.pendingThe challenge has been sent to the cardholder or is about to be sent.rejectedThe cardholder responded to the challenge indicating that the authorization was fraudulent, and that similar authorizations should continue to be declined.undeliverableA challenge has been requested to be sent, but the cardholder is unable to receive it.verifiedThe cardholder responded to the challenge indicating that the authorization was not fraudulent, and that similar authorizations should be approved.
fraud_challenges.undeliverable_reason(enum, nullable) If the challenge is not deliverable, the reason why. Possible enum values:no_phone_numberSMS fraud challenges cannot be delivered to this cardholder because they have nophone_number.unsupported_phone_numberSMS fraud challenges cannot be delivered to this cardholder because theirphone_numberis not supported
fuel(object, nullable) Information about fuel that was purchased with this transaction. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed.fuel.industry_product_code(string, nullable) Conexxus Payment System Product Code identifying the primary fuel product purchased.fuel.quantity_decimal(decimal string, nullable) The quantity ofunits of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.fuel.type(enum, nullable) The type of fuel that was purchased. Possible enum values:dieselDiesel.otherOther.unleaded_plusUnleaded plus.unleaded_regularUnleaded regular.unleaded_superUnleaded super.
fuel.unit(enum, nullable) The units forquantity_decimal. Possible enum values:charging_minuteCharging minute.imperial_gallonImperial gallon.kilogramKilogram.kilowatt_hourKilowatt-hour.literLiter.otherOther.poundPound.us_gallonUS gallon.
fuel.unit_cost_decimal(decimal string, nullable) The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.merchant_amount(integer) The total amount that was authorized or rejected. This amount is in themerchant_currencyand in the smallest currency unit.merchant_amountshould be the same asamount, unlessmerchant_currencyandcurrencyare different.merchant_currency(enum) The local currency that was presented to the cardholder for the authorization. This currency can be different from the cardholder currency and thecurrencyfield on this authorization. Three-letter ISO currency code, in lowercase. Must be a supported currency.merchant_data(object) Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened.merchant_data.category(string) A categorization of the seller’s type of business. See our merchant categories guide for a list of possible values.merchant_data.category_code(string) The merchant category code for the seller’s businessmerchant_data.city(string, nullable) City where the seller is locatedmerchant_data.country(string, nullable) Country where the seller is locatedmerchant_data.name(string, nullable) Name of the sellermerchant_data.network_id(string) Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.merchant_data.postal_code(string, nullable) Postal code where the seller is locatedmerchant_data.state(string, nullable) State where the seller is locatedmerchant_data.tax_id(string, nullable) The seller’s tax identification number. Currently populated for French merchants only.merchant_data.terminal_id(string, nullable) An ID assigned by the seller to the location of the sale.merchant_data.url(string, nullable) URL provided by the merchant on a 3DS request
metadata(object) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.network_data(object, nullable) Details about the authorization, such as identifiers, set by the card network.network_data.acquiring_institution_id(string, nullable) Identifier assigned to the acquirer by the card network. Sometimes this value is not provided by the network; in this case, the value will benull.network_data.system_trace_audit_number(string, nullable) The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer. Prefernetwork_data.transaction_idif present, unless you have special requirements.network_data.transaction_id(string, nullable) Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.
pending_request(object, nullable) The pending authorization request. This field will only be non-null during anissuing_authorization.requestwebhook.pending_request.amount(integer) The additional amount Stripe will hold if the authorization is approved, in the card’s currency and in the smallest currency unit.pending_request.amount_details(object, nullable) Detailed breakdown of amount components. These amounts are denominated incurrencyand in the smallest currency unit.pending_request.amount_details.atm_fee(integer, nullable) The fee charged by the ATM for the cash withdrawal.pending_request.amount_details.cashback_amount(integer, nullable) The amount of cash requested by the cardholder.
pending_request.currency(enum) Three-letter ISO currency code, in lowercase. Must be a supported currency.pending_request.is_amount_controllable(boolean) If settrue, you may provide amount to control how much to hold for the authorization.pending_request.merchant_amount(integer) The amount the merchant is requesting to be authorized in themerchant_currency. The amount is in the smallest currency unit.pending_request.merchant_currency(enum) The local currency the merchant is requesting to authorize.pending_request.network_risk_score(integer, nullable) The card network’s estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99.
request_history(array of objects) History of every time apending_requestauthorization was approved/declined, either by you directly or by Stripe (e.g. based on your spending_controls). If the merchant changes the authorization by performing an incremental authorization, you can look at this field to see the previous requests for the authorization. This field can be helpful in determining why a given authorization was approved/declined.request_history.amount(integer) Thepending_request.amountat the time of the request, presented in your card’s currency and in the smallest currency unit. Stripe held this amount from your account to fund the authorization if the request was approved.request_history.amount_details(object, nullable) Detailed breakdown of amount components. These amounts are denominated incurrencyand in the smallest currency unit.request_history.amount_details.atm_fee(integer, nullable) The fee charged by the ATM for the cash withdrawal.request_history.amount_details.cashback_amount(integer, nullable) The amount of cash requested by the cardholder.
request_history.approved(boolean) Whether this request was approved.request_history.authorization_code(string, nullable) A code created by Stripe which is shared with the merchant to validate the authorization. This field will be populated if the authorization message was approved. The code typically starts with the letter “S”, followed by a six-digit number. For example, “S498162”. Please note that the code is not guaranteed to be unique across authorizations.request_history.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.request_history.currency(string) Three-letter ISO currency code, in lowercase. Must be a supported currency.request_history.merchant_amount(integer) Thepending_request.merchant_amountat the time of the request, presented in themerchant_currencyand in the smallest currency unit.request_history.merchant_currency(string) The currency that was collected by the merchant and presented to the cardholder for the authorization. Three-letter ISO currency code, in lowercase. Must be a supported currency.request_history.network_risk_score(integer, nullable) The card network’s estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99.request_history.reason(enum) When an authorization is approved or declined by you or by Stripe, this field provides additional detail on the reason for the outcome. Possible enum values:account_disabledThe authorization request was declined because your account is disabled. For more information, please contact us at support-issuing@stripe.com. Replaces the deprecated account_inactive and account_compliance_disabled enums.card_activeThe authorization was approved according to your Issuing default settings. Authorization outcome was not driven by real-time auth webhook or spending controls as neither were configured.card_canceledThe authorization request was declined because the card was canceled.card_expiredThe authorization request was declined because the card has expired. Documentation for replacing an expired card can be found here.card_inactiveThe authorization request was declined because the card was inactive. To activate the card, refer to our documentation.cardholder_blockedThe authorization request was declined because the cardholder is blocked.cardholder_inactiveThe authorization request was declined because the cardholder was inactive. You can activate the cardholder in the dashboard or via the API update endpoint.cardholder_verification_requiredThe authorization was not approved because the cardholder still required verification. More details can be found by querying the API and obtaining the requirements field of the Cardholder object.insecure_authorization_methodThe authorization request was declined because an insecure authorization method was used. The authorization may be retried by inserting the chip into the terminal and/or entering the PIN at the point of sale.insufficient_fundsThe authorization request was declined because your account had insufficient funds. Documentation for topping up your Issuing Balance can be found here.network_fallback[Stripe Autopilot] Stripe timed out or encountered an error when responding to the card network. If you have a dedicated BIN and have configured Autopilot, the card network approved or declined the authorization based on your STIP configuration.not_allowedThe charge is not allowed on the Stripe network, possibly because it is an ATM withdrawal or cash advance.pin_blockedThe authorization request was declined because the card’s PIN is blocked. Documentation on managing PINs can be found here.spending_controlsThe authorization was declined because of your spending controls. Documentation for updating your spending controls can be found here. Replaces the deprecated authorization_controls enum.suspected_fraudThe authorization was suspected to be fraud based on Stripe’s risk controls.verification_failedThe authorization failed required verification checks. See authorization.verification_data for more information. Replaces the deprecated authentication_failed, incorrect_cvc, and incorrect_expiry enums.webhook_approvedThe authorization was approved via the real-time auth webhook. More details on this can be found here.webhook_declinedThe authorization was declined via the real-time auth webhook. More details on this can be found here.webhook_error[Autopilot] The response sent through the real-time auth webhook is invalid.webhook_timeout[Autopilot] If you are using the real-time auth webhook, the webhook timed out before we received your authorization decision. Stripe approved or declined the authorization based on what you’ve configured in your Issuing default or Autopilot settings.
request_history.reason_message(string, nullable) If therequest_history.reasoniswebhook_errorbecause the direct webhook response is invalid (for example, parsing errors or missing parameters), we surface a more detailed error message via this field.request_history.requested_at(timestamp, nullable) Time when the card network received an authorization request from the acquirer in UTC. Referred to by networks as transmission time.
status(enum) The current status of the authorization in its lifecycle. Possible enum values:closedThe authorization was declined or captured through one or more transactions.expiredThe authorization was expired without capture.pendingThe authorization was created and is awaiting approval or was approved and is awaiting capture.reversedThe authorization was reversed by the merchant.
token(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) Token object used for this authorization. If a network token was not used for this authorization, this field will be null.transactions(array of objects) List of transactions associated with this authorization.transactions.id(string) Unique identifier for the object.transactions.object(string) String representing the object’s type. Objects of the same type share the same value.transactions.amount(integer) The transaction amount, which will be reflected in your balance. This amount is in your currency and in the smallest currency unit.transactions.amount_details(object, nullable) Detailed breakdown of amount components. These amounts are denominated incurrencyand in the smallest currency unit.transactions.amount_details.atm_fee(integer, nullable) The fee charged by the ATM for the cash withdrawal.transactions.amount_details.cashback_amount(integer, nullable) The amount of cash requested by the cardholder.
transactions.authorization(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) TheAuthorizationobject that led to this transaction.transactions.balance_transaction(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the balance transaction associated with this transaction.transactions.card(string, expandable (can be expanded into an object with theexpandrequest parameter)) The card used to make this transaction.transactions.cardholder(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The cardholder to whom this transaction belongs.transactions.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.transactions.currency(enum) Three-letter ISO currency code, in lowercase. Must be a supported currency.transactions.dispute(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) If you’ve disputed the transaction, the ID of the dispute.transactions.livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.transactions.merchant_amount(integer) The amount that the merchant will receive, denominated inmerchant_currencyand in the smallest currency unit. It will be different fromamountif the merchant is taking payment in a different currency.transactions.merchant_currency(enum) The currency with which the merchant is taking payment.transactions.merchant_data(object) Details about the seller (grocery store, e-commerce website, etc.) involved in this transaction.transactions.merchant_data.category(string) A categorization of the seller’s type of business. See our merchant categories guide for a list of possible values.transactions.merchant_data.category_code(string) The merchant category code for the seller’s businesstransactions.merchant_data.city(string, nullable) City where the seller is locatedtransactions.merchant_data.country(string, nullable) Country where the seller is locatedtransactions.merchant_data.name(string, nullable) Name of the sellertransactions.merchant_data.network_id(string) Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.transactions.merchant_data.postal_code(string, nullable) Postal code where the seller is locatedtransactions.merchant_data.state(string, nullable) State where the seller is locatedtransactions.merchant_data.tax_id(string, nullable) The seller’s tax identification number. Currently populated for French merchants only.transactions.merchant_data.terminal_id(string, nullable) An ID assigned by the seller to the location of the sale.transactions.merchant_data.url(string, nullable) URL provided by the merchant on a 3DS request
transactions.metadata(object) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.transactions.network_data(object, nullable) Details about the transaction, such as processing dates, set by the card network.transactions.network_data.authorization_code(string, nullable) A code created by Stripe which is shared with the merchant to validate the authorization. This field will be populated if the authorization message was approved. The code typically starts with the letter “S”, followed by a six-digit number. For example, “S498162”. Please note that the code is not guaranteed to be unique across authorizations.transactions.network_data.processing_date(string, nullable) The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network.transactions.network_data.transaction_id(string, nullable) Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.
transactions.purchase_details(object, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) Additional purchase information that is optionally provided by the merchant.transactions.purchase_details.fleet(object, nullable) Fleet-specific information for transactions using Fleet cards.transactions.purchase_details.fleet.cardholder_prompt_data(object, nullable) Answers to prompts presented to cardholder at point of sale.transactions.purchase_details.fleet.cardholder_prompt_data.driver_id(string, nullable) Driver ID.transactions.purchase_details.fleet.cardholder_prompt_data.odometer(integer, nullable) Odometer reading.transactions.purchase_details.fleet.cardholder_prompt_data.unspecified_id(string, nullable) An alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.transactions.purchase_details.fleet.cardholder_prompt_data.user_id(string, nullable) User ID.transactions.purchase_details.fleet.cardholder_prompt_data.vehicle_number(string, nullable) Vehicle number.
transactions.purchase_details.fleet.purchase_type(string, nullable) The type of purchase. One offuel_purchase,non_fuel_purchase, orfuel_and_non_fuel_purchase.transactions.purchase_details.fleet.reported_breakdown(object, nullable) More information about the total amount. This information is not guaranteed to be accurate as some merchants may provide unreliable data.transactions.purchase_details.fleet.reported_breakdown.fuel(object, nullable) Breakdown of fuel portion of the purchase.transactions.purchase_details.fleet.reported_breakdown.fuel.gross_amount_decimal(decimal string, nullable) Gross fuel amount that should equal Fuel Volume multipled by Fuel Unit Cost, inclusive of taxes.
transactions.purchase_details.fleet.reported_breakdown.non_fuel(object, nullable) Breakdown of non-fuel portion of the purchase.transactions.purchase_details.fleet.reported_breakdown.non_fuel.gross_amount_decimal(decimal string, nullable) Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.
transactions.purchase_details.fleet.reported_breakdown.tax(object, nullable) Information about tax included in this transaction.transactions.purchase_details.fleet.reported_breakdown.tax.local_amount_decimal(decimal string, nullable) Amount of state or provincial Sales Tax included in the transaction amount. Null if not reported by merchant or not subject to tax.transactions.purchase_details.fleet.reported_breakdown.tax.national_amount_decimal(decimal string, nullable) Amount of national Sales Tax or VAT included in the transaction amount. Null if not reported by merchant or not subject to tax.
transactions.purchase_details.fleet.service_type(string, nullable) The type of fuel service. One ofnon_fuel_transaction,full_service, orself_service.
transactions.purchase_details.flight(object, nullable) Information about the flight that was purchased with this transaction.transactions.purchase_details.flight.departure_at(integer, nullable) The time that the flight departed.transactions.purchase_details.flight.passenger_name(string, nullable) The name of the passenger.transactions.purchase_details.flight.refundable(boolean, nullable) Whether the ticket is refundable.transactions.purchase_details.flight.segments(array of objects, nullable) The legs of the trip.transactions.purchase_details.flight.segments.arrival_airport_code(string, nullable) The three-letter IATA airport code of the flight’s destination.transactions.purchase_details.flight.segments.carrier(string, nullable) The airline carrier code.transactions.purchase_details.flight.segments.departure_airport_code(string, nullable) The three-letter IATA airport code that the flight departed from.transactions.purchase_details.flight.segments.flight_number(string, nullable) The flight number.transactions.purchase_details.flight.segments.service_class(string, nullable) The flight’s service class.transactions.purchase_details.flight.segments.stopover_allowed(boolean, nullable) Whether a stopover is allowed on this flight.
transactions.purchase_details.flight.travel_agency(string, nullable) The travel agency that issued the ticket.
transactions.purchase_details.fuel(object, nullable) Information about fuel that was purchased with this transaction.transactions.purchase_details.fuel.industry_product_code(string, nullable) Conexxus Payment System Product Code identifying the primary fuel product purchased.transactions.purchase_details.fuel.quantity_decimal(decimal string, nullable) The quantity ofunits of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.transactions.purchase_details.fuel.type(string) The type of fuel that was purchased. One ofdiesel,unleaded_plus,unleaded_regular,unleaded_super, orother.transactions.purchase_details.fuel.unit(string) The units forquantity_decimal. One ofcharging_minute,imperial_gallon,kilogram,kilowatt_hour,liter,pound,us_gallon, orother.transactions.purchase_details.fuel.unit_cost_decimal(decimal string) The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.
transactions.purchase_details.lodging(object, nullable) Information about lodging that was purchased with this transaction.transactions.purchase_details.lodging.check_in_at(integer, nullable) The time of checking into the lodging.transactions.purchase_details.lodging.nights(integer, nullable) The number of nights stayed at the lodging.
transactions.purchase_details.receipt(array of objects, nullable) The line items in the purchase.transactions.purchase_details.receipt.description(string, nullable) The description of the item. The maximum length of this field is 26 characters.transactions.purchase_details.receipt.quantity(float, nullable) The quantity of the item.transactions.purchase_details.receipt.total(integer, nullable) The total for this line item in cents.transactions.purchase_details.receipt.unit_cost(integer, nullable) The unit cost of the item in cents.
transactions.purchase_details.reference(string, nullable) A merchant-specific order number.
transactions.token(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) Token object used for this transaction. If a network token was not used for this transaction, this field will be null.transactions.type(enum) The nature of the transaction. Possible enum values:captureFunds were captured by the acquirer.amountwill be negative because funds are moving out of your balance. Not all captures will be linked to an authorization, as acquirers can force capture in some cases.refundAn acquirer initiated a refund. This transaction might not be linked to an original capture, for example credits are original transactions.amountwill be positive for refunds and negative for refund reversals. Refund reversals occur when a previous refund needs to be reversed, typically due to duplicate refunds. Learn more about refund reversals.
transactions.wallet(enum, nullable) The digital wallet used for this transaction. One ofapple_pay,google_pay, orsamsung_pay.
verification_data(object) Verifications that Stripe performed on information that the cardholder provided to the merchant.verification_data.address_line1_check(enum) Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1. Possible enum values:matchVerification succeeded, values matched.mismatchVerification failed, values didn’t match.not_providedVerification was not performed because no value was provided.
verification_data.address_postal_code_check(enum) Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code. Possible enum values:matchVerification succeeded, values matched.mismatchVerification failed, values didn’t match.not_providedVerification was not performed because no value was provided.
verification_data.authentication_exemption(object, nullable) The exemption applied to this authorization.verification_data.authentication_exemption.claimed_by(enum) The entity that requested the exemption, either the acquiring merchant or the Issuing user. Possible enum values:acquirerAcquiring merchant.issuerIssuing user.
verification_data.authentication_exemption.type(enum) The specific exemption claimed for this authorization. Possible enum values:low_value_transactionSpecifies an exemption for some low-value authorizations.transaction_risk_analysisSpecifies an exemption for low-risk authorizations, determined using real-time risk analysis.unknownSpecifies an unknown exemption type.
verification_data.cvc_check(enum) Whether the cardholder provided a CVC and if it matched Stripe’s record. Possible enum values:matchVerification succeeded, values matched.mismatchVerification failed, values didn’t match.not_providedVerification was not performed because no value was provided.
verification_data.expiry_check(enum) Whether the cardholder provided an expiry date and if it matched Stripe’s record. Possible enum values:matchVerification succeeded, values matched.mismatchVerification failed, values didn’t match.not_providedVerification was not performed because no value was provided.
verification_data.postal_code(string, nullable) The postal code submitted as part of the authorization used for postal code verification.verification_data.three_d_secure(object, nullable) 3D Secure details.verification_data.three_d_secure.result(enum) The outcome of the 3D Secure authentication request. Possible enum values:attempt_acknowledgedThe merchant attempted to authenticate the authorization, but the cardholder is not enrolled or was unable to reach Stripe.authenticatedAuthentication successful.failedAuthentication failed.requiredThe authorization was declined because regulatory requirements mandated an authentication for this transaction but it wasn’t submitted correctly by the merchant, and they didn’t claim an applicable exemption. Check out our 3DS documentation if you want to learn more.
verified_by_fraud_challenge(boolean, nullable) Whether the authorization bypassed fraud risk checks because the cardholder has previously completed a fraud challenge on a similar high-risk authorization from the same merchant.wallet(string, nullable) The digital wallet used for this transaction. One ofapple_pay,google_pay, orsamsung_pay. Will populate asnullwhen no digital wallet was utilized.
The Authorization object
json
{
"id": "iauth_1JVXl82eZvKYlo2CPIiWlzrn",
"object": "issuing.authorization",
"amount": 382,
"amount_details": {
"atm_fee": null
},
"approved": false,
"authorization_method": "online",
"balance_transactions": [],
"card": {
"id": "ic_1JDmgz2eZvKYlo2CRXlTsXj6",
"object": "issuing.card",
"brand": "Visa",
"cancellation_reason": null,
"cardholder": {
"id": "ich_1JDmfb2eZvKYlo2CwHUgaAxU",
"object": "issuing.cardholder",
"billing": {
"address": {
"city": "San Francisco",
"country": "US",
"line1": "123 Main Street",
"line2": null,
"postal_code": "94111",
"state": "CA"
}
},
"company": null,
"created": 1626425119,
"email": "jenny.rosen@example.com",
"individual": null,
"livemode": false,
"metadata": {},
"name": "Jenny Rosen",
"phone_number": "+18008675309",
"redaction": null,
"requirements": {
"disabled_reason": null,
"past_due": []
},
"spending_controls": {
"allowed_categories": [],
"blocked_categories": [],
"spending_limits": [],
"spending_limits_currency": null
},
"status": "active",
"type": "individual"
},
"created": 1626425206,
"currency": "usd",
"exp_month": 6,
"exp_year": 2024,
"last4": "8693",
"livemode": false,
"metadata": {},
"redaction": null,
"replaced_by": null,
"replacement_for": null,
"replacement_reason": null,
"shipping": null,
"spending_controls": {
"allowed_categories": null,
"blocked_categories": null,
"spending_limits": [
{
"amount": 50000,
"categories": [],
"interval": "daily"
}
],
"spending_limits_currency": "usd"
},
"status": "active",
"type": "virtual",
"wallets": {
"apple_pay": {
"eligible": true,
"ineligible_reason": null
},
"google_pay": {
"eligible": true,
"ineligible_reason": null
},
"primary_account_identifier": null
}
},
"cardholder": "ich_1JDmfb2eZvKYlo2CwHUgaAxU",
"created": 1630657706,
"currency": "usd",
"livemode": false,
"merchant_amount": 382,
"merchant_currency": "usd",
"merchant_data": {
"category": "computer_software_stores",
"category_code": "5734",
"city": "SAN FRANCISCO",
"country": "US",
"name": "STRIPE",
"network_id": "1234567890",
"postal_code": "94103",
"state": "CA"
},
"metadata": {
"order_id": "6735"
},
"network_data": null,
"pending_request": null,
"redaction": null,
"request_history": [
{
"amount": 382,
"amount_details": {
"atm_fee": null
},
"approved": false,
"created": 1630657706,
"currency": "usd",
"merchant_amount": 382,
"merchant_currency": "usd",
"reason": "verification_failed",
"reason_message": null
}
],
"status": "closed",
"transactions": [],
"verification_data": {
"address_line1_check": "not_provided",
"address_postal_code_check": "not_provided",
"cvc_check": "mismatch",
"expiry_check": "match"
},
"wallet": null
}