-
-
Save figassis/0d194888ed640973e04953d06cdfd535 to your computer and use it in GitHub Desktop.
Stripe keys and IDs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prefix | Description | Notes | |
---|---|---|---|
ac_ | Platform Client ID | Identifier for an auth code/client id. | |
acct_ | Account ID | Identifier for an Account object. | |
ba_ | Bank Account ID | Identifier for a Bank Account object. | |
card_ | Card ID | Identifier for a Card object. | |
cbtxn_ | Customer Balance Transaction ID | Identifier for a Customer Balance Transaction object. | |
ch_ | Charge ID | Identifier for a Charge object. | |
cn_ | Credit Note ID | Identifier for a Credit Note object. | |
cs_live_ | Live Checkout Session ID | Identifier for a checkout Session object in live mode. | |
cs_test_ | Test Checkout Session ID | Identifier for a checkout Session object in test mode. | |
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. | |
ic_ | Issuing Card ID | Identifier for an Issuing Card object. | |
ich_ | Issuing Card Holder ID | Identifier for an Issuing Card Holder object. | |
ii_ | Invoice Item ID | Identifier for an Invoice Item object. | |
in_ | Invoice ID | Identifier for an Invoice object. | |
link_ | File Link ID | Identifier for a File Link object. | |
pi_ | Payment Intent ID | Identifier for a Payment Intent object. | |
pk_live_ | Live public key | Public key in a live environment. | |
pk_test_ | Test public key | Public key in a test environment. | |
pm_ | Payment Method ID | Identifier for a Payment Method object. | |
po_ | Payout ID | Identifier for a Payout object. | |
price_ | Price ID | Identifier for a Price object | |
prod_ | Product ID | Identifier for a Product object. | |
pst_live_ | Live Connection token | Connection token in a live environment. | |
pst_test_ | Test Connection token | Connection token in a test environment. | |
py_ | Payment ID | Identifier for a Payment object. | |
qt_ | Quote ID | Identifier for a Quote object | |
re_ | Refund ID | Identifier for a Refund object. | |
req_ | Request ID | Identifier for a HTTP Request | |
rk_live_ | Live restricted key | Restricted key for live environment eg. stripe-cli | |
rk_test_ | Test restricted key | Restricted key for test environment eg. stripe-cli | |
seti_ | Setup Intent ID | Identifier for a Setup Intent object. | |
sk_live_ | Live secret key | Secret key in a live environment. | |
sk_test_ | Test secret key | Pecret key in a test environment. | |
src_ | Source ID | Identifier for a Source object. | |
sub_ | Subscription ID | Identifier for a Subscription object. | |
tml_ | Terminal Location ID | Identifier for a Terminal Location object. | |
tmr_ | Terminal Reader ID | Identifier for a Terminal Reader object. | |
tok_ | Token ID | Identifier for a Token object. | |
txi_ | Tax ID | Identifier for a customer Tax ID object. | |
txn_ | Transaction ID | Identifier for a Transaction object. | |
whsec_ | Webhook Secret | Secret key for signing a web hook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment