Skip to content

Instantly share code, notes, and snippets.

View ahmedomarjee's full-sized avatar

Ahmed Omarjee ahmedomarjee

View GitHub Profile
@fnky
fnky / stripe-keys-and-ids.tsv
Last active September 16, 2025 08:48
Stripe keys and IDs
Prefix Description Notes
ac_ Platform Client ID Identifier for an auth code/client id.
acct_ Account ID Identifier for an Account object.
aliacc_ Alipay Account ID Identifier for an Alipay account.
ba_ Bank Account ID Identifier for a Bank Account object.
btok_ Bank Token ID Identifier for a Bank Token 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.
package be.rombit.reactor.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import reactor.core.publisher.Mono;
import javax.annotation.PostConstruct;
/**
* I was puzzled about the fact how subscriber contexts are passed from webfilters to controllers. A