Hi! I've just setup my stripe account and wanted to go live, now I was wondering during the activation process, I need/must/should submit a VAT number, is this mandatory by stripe?
cbuchler_ is now known as cbuchler
sivy has quit
derferman has quit
derferman joined the channel
derferman has quit
dmitrygusev has quit
dmitrygusev joined the channel
tenpoundnote joined the channel
dmitrygusev has quit
dmitrygusev joined the channel
bowersbros joined the channel
bowersbros
Hey
bowersbros has quit
sivy joined the channel
derferman joined the channel
rdymac has quit
rdymac joined the channel
derferman has quit
sivy has quit
maxshelley joined the channel
alsobrsp joined the channel
derferman joined the channel
derferman has quit
rhysyngsun joined the channel
maxshelley has quit
mischat joined the channel
mischat has quit
rhysyngsun has quit
alsobrsp has quit
seanh-corona joined the channel
derferman joined the channel
derferman has quit
sivy joined the channel
tenpoundnote has quit
darius93 joined the channel
rhysyngsun joined the channel
sivy has quit
rhysyngsun has quit
HairAndBeardGuy has quit
HairAndBeardGuy joined the channel
seanh-corona has quit
derferman joined the channel
lukeholder joined the channel
derferman has quit
ornerymoose has quit
jeregrine_ is now known as jeregrine
sritchie joined the channel
seanh-corona joined the channel
PeteFox joined the channel
PeteFox
Hey guys
Any of the Stripe officials in here today?
cbuchler
Why not just ask your question :)
awfy joined the channel
PeteFox
Sure...
seanh-corona has quit
Does anyone know if there's a way to do additional verification on a credit card after it's been captured? I mean if you have a suspicion of fraud... or is the only way to wait for a chargeback?
derferman joined the channel
derferman has quit
mischat joined the channel
sivy joined the channel
sivy has quit
sivy joined the channel
cdmckay joined the channel
rockbot__ joined the channel
dmitrygusev has quit
awfy has quit
cdmckay has quit
I guess not :/
cdmckay joined the channel
PeteFox has quit
cbuchler has quit
lukeholder has quit
dmitrygusev joined the channel
derferman joined the channel
derferman has quit
sivy has quit
sivy joined the channel
sivy has quit
sivy joined the channel
dmitrygusev has quit
JoeNied joined the channel
mahmoudimus joined the channel
kies has quit
kies joined the channel
mahmoudimus has quit
derferman joined the channel
derferman has quit
dmitrygusev joined the channel
kies has quit
mischat has quit
mischat joined the channel
nodestera joined the channel
kies joined the channel
Mongey joined the channel
HairAndBeardGuy_ joined the channel
rockbot__ has quit
HairAndBeardGuy has quit
sivy has quit
sritchie has quit
sivy joined the channel
sritchie joined the channel
dmitrygusev has quit
sritchie has quit
sivy has quit
derferman joined the channel
derferma_ joined the channel
maxshelley joined the channel
derferman has quit
derferma_ has quit
mahmoudimus joined the channel
derferma_ joined the channel
sivy joined the channel
iber joined the channel
iber
Hi there
I’m integrating Stripe’s subscriptions, but it’s just not clear to me whether we can charge our users instantly once they signup instead of after a month
based on the docs, Stripe will charge someone after the subscirpion period and not initially
derferma_
iber: when you attached a subscription to a customer, their card is immediately charged
attach*
iber
is it specified in the docs? cause’ I can’t find it :)
just “At the end of the upcoming billing period, this customer will be charged for her normal subscription amount plus the additional $10 setup fee”
From said guide: "This customer will be charged immediately for the first month of their subscription (often called pre-billing). They will be billed $10 every month until the subscription is canceled."
iber
doh, silly me, thank you :)
derferma_
no problem :)
iber
also, we’d like to offer “add ons” for our users, what would be the best way to add extra costs to their subscription. for instance, if someone is on $49/month plan, and they want to get an extra feature which is $10/month, should we create a new plan for them?
maxshelley has quit
derferma_
It depends on how many add ons you have
customers can have multiple subscriptins
subscriptions*
iber
it’s pretty dynamic, there are 4 addons, but they can the same addon multiple times i.e. Addon X - 4 instances
derferma_
yeah, so you should create a plan for each add on
CDC4 joined the channel
CDC4
Hey guys: does anyone know how to change the customer's default card via the API?
derferma_
CDC4: You'll to need to post to the /v1/customers/:id endpoint with default_card set to the id of new default card