#elm.d

1 messages · Page 1 of 1 (latest)

lunar vaporBOT
autumn tide
#

Currently, this is presented automatically when some preconditions are met (typically a card previously used on checkout would appear)

#

You could optionally detach the payment method from such a customer if you didn't want it re-used?

sleek matrix
#

its a subscription that they are signing up for, so we need the payment method to stay linked right?

autumn tide
#

Yes, in which case you can't change this behaviour. You should use a separate customer if you don't want this to be exposed.

sleek matrix
#

is there a way to group users in stripe under an organization or something

#

If I have 3 users at ACME Corp getting subscriptions, but I really care that it's ACME that is getting the subscriptions, not the individuals

autumn tide
#

This is something I'd suggest tracking either in your own systems or using customer metadata

#

metadata[client_org_id]='acme_corp'

sleek matrix
#

gotcha