Skip to content

Instantly share code, notes, and snippets.

@kamwing
Forked from fnky/stripe-keys-and-ids.tsv
Created August 21, 2021 22:17
Show Gist options
  • Save kamwing/52f58056e661baed9d89693f10409d42 to your computer and use it in GitHub Desktop.
Save kamwing/52f58056e661baed9d89693f10409d42 to your computer and use it in GitHub Desktop.
Stripe keys and IDs
Prefix Description Notes
sk_live_ Live secret key Secret key in a live environment.
pk_live_ Live public key Public key in a live environment.
pst_live_ Live Connection token Connection token in a live environment.
sk_test_ Test secret key Pecret key in a test environment.
pk_test_ Test public key Public key in a test environment.
pst_test_ Test Connection token Connection token in a test environment.
ac_ Platform Client ID Identifier for an auth code/client id.
acct_ Account ID Identifier for an Account object.
ch_ Charge ID Identifier for a Charge object.
cus_ Customer ID Identifier for a Customer object.
dp_ Dispute ID Identifier for a Dispute object.
evt_ Event ID Identifier for an Event object.
file_ File ID Identifier for a File object.
link_ File Link ID Identifier for a File Link object.
pi_ Payment Intent ID Identifier for a Payment Intent object.
seti_ Setup Intent ID Identifier for a Setup Intent object.
po_ Payout ID Identifier for a Payout object.
re_ Refund ID Identifier for a Refund object.
tok_ Token ID Identifier for a Token object.
pm_ Payment Method ID Identifier for a Payment Method object.
ba_ Bank Account ID Identifier for a Bank Account object.
card_ Card ID Identifier for a Card object.
src_ Source ID Identifier for a Source object.
cs_test_ Test Checkout Session ID Identifier for a checkout Session object in test mode.
cs_live_ Live Checkout Session ID Identifier for a checkout Session object in live mode.
cn_ Credit Note ID Identifier for a Credit Note object.
cbtxn_ Customer Balance Transaction ID Identifier for a Customer Balance Transaction object.
txi_ Tax ID Identifier for a customer Tax ID object.
in_ Invoice ID Identifier for an Invoice object.
ii_ Invoice Item ID Identifier for an Invoice Item object.
prod_ Product ID Identifier for a Product object.
sub_ Subscription ID Identifier for a Subscription object.
ic_ Issuing Card ID Identifier for an Issuing Card object.
ich_ Issuing Card Holder ID Identifier for an Issuing Card Holder object.
tml_ Terminal Location ID Identifier for a Terminal Location object.
tmr_ Terminal Reader ID Identifier for a Terminal Reader object.
txn_ Transaction ID Identifier for a Transaction object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment