tr12 : a quick question (regarding to my previous 'card_declined' problem- hope you remember): if my 3d source is single_use (so I cannot use again) should I create a new 3d source for my default one or there is a way to make this 3ds reusable?
tr12
3ds is inherently single use
soulfoodz has quit
the idea being that the customer has to approve each individual purchase
jerry
tr12 : right, but when I create a charge I need to include source id so I need to recreate 3ds everytime I need to make an additional charge for this customer, right?
tr12
right
jerry
tr12: as there is no api way to delete the sources that are obsolete, i should not worry that the customer has i.e. 10 different sources on their account because of 9 charges made?
tr12
yeah
in the future, there will be a way to disconnect sources when you're done with them
but for now, they'll just pile up
there isn't particularily a load concern here, it's mostly a cleanliness thing
jerry
tr12: yes, this is what I assumed. Last (maybe stupid) question, just to confirm everything- if the user is a Customer on Stripe and has a subscription, the money is normally transferred every time the subscription is renewed and the need to create a new 3ds is only when an additional charge done (i.e. new subscription is bought), right?
tr12
yep
though doing 3ds with subscriptions is a very funny workflow
since 3ds is fundamentially a non-recurring thing
jerry
tr12: yeah, right- it was quite confusing to me at the beginning but as I saw in Stripe documentation that it is possible, I implemented this mechanism and thanks to your support I am closer to my goal ^^
madgoat joined the channel
tr12
+1
madgoat has left the channel
cesher joined the channel
cesher has quit
kb_ joined the channel
frankdrey joined the channel
pelmen has quit
kb_ has quit
tr12 has quit
DrNo has quit
ripzay has quit
ripzay joined the channel
DrNo joined the channel
artmann_ joined the channel
kies joined the channel
Nurs joined the channel
Nurs
Hi, can someone show me a link for a guide/tutorial to test stripe payments ?
spacecadetbrown joined the channel
Nurs has quit
frankdrey has quit
frankdrey joined the channel
frankdrey has quit
rogue_koder has quit
playgamemy joined the channel
playgamemy
hi
I would like to ask if I can validate the stored source for a customer without charging it?
the situation is customer has an year long subscription, and would like to upgrade to a more expensive plan mid-way. Intend to recover outstanding amount by the end of each month for all customers (instead of right away) through invoicing. Therefore would like to validate the customer stored source is still valid (at least at the time of upgrading) before allowing it to upgrade
eric_lagergren joined the channel
mattwc
playgamemy: there is not a way to do that
playgamemy
I see
playgamemy has quit
jerry has quit
frankdrey joined the channel
Caladrius joined the channel
Caladrius
Hi, is there anyone here that can help me with a support question?
_nexxus_ joined the channel
Anyone here?
Caladrius has left the channel
frankdrey has quit
eacameron joined the channel
forgotmynick has quit
krishna joined the channel
krishna
Hello Any stripe engineer here?
I m getting following error when paying my customer from my account
hello, I was wondering about the taxes for Stripe Connect. Are taxes subtracted automatically for merchants?
krishna has quit
SpaceDump joined the channel
fels has quit
fels joined the channel
fels_ joined the channel
fels has quit
fels joined the channel
fels_ has quit
fels_ joined the channel
fels has quit
fels joined the channel
fels_ has quit
XORc1s7 joined the channel
fels has quit
fels joined the channel
SpaceDump
Good day ppl. My google fu fails me completely. I'm trying to get started with 3ds. I'm looking for a good Sources example. Complete example that is. Not just snippets. :D
lenochka
so no one knows if merchants have to submit their taxes separately. I am talking about Stripe Connect StandaloneAccounts
fels_ joined the channel
fels has quit
fels_ has quit
eacameron joined the channel
lenochka has quit
XORc1s7 has quit
lenochka joined the channel
lenochka is now known as Guest91652
Guest91652 has quit
Vitaly joined the channel
Vitaly
can main account easily make withdrawals from managed accounts?
Vitaly has quit
Vitaly joined the channel
can main account easily withdraw funds from managed accounts balances?
deadghost has quit
eacameron joined the channel
can main account easily withdraw funds from managed accounts balances?
mezod joined the channel
eacameron joined the channel
deadghost joined the channel
forgotmynick joined the channel
Gsham joined the channel
andreiglingeanu joined the channel
andreiglingeanu
Hey guys! Mind for a dumb question? :)
eacameron joined the channel
Gsham has quit
andreiglingeanu has quit
Gsham joined the channel
eacameron joined the channel
eacameron has quit
zaiste joined the channel
eacameron joined the channel
iloveitaly joined the channel
shellbackpacific joined the channel
BenBullock1992 joined the channel
shellbackpacific
anyone know if stripe has a test prepaid credit card with a dollar limit on it? I'm not seeing one in the docs but figured I'd ask anyways in case
BenBullock1992 has quit
zaiste has quit
eacameron joined the channel
shellbackpacific has quit
bybb joined the channel
shellbackpacific joined the channel
bybb has quit
Vitaly has quit
eacameron joined the channel
Lightmaster joined the channel
eacamero_ joined the channel
eacamero_ has quit
eacameron joined the channel
eacameron has quit
matthias- has quit
zaiste joined the channel
stripe831 joined the channel
stripe831 has quit
stripe213 joined the channel
frankdrey joined the channel
stripe213
I did not check auth to services, as I did not know what that meant.
bybb joined the channel
I noticed that an email used in the examples for creating a customer and then a subscription, but I also noticed that an input for email is not provided with elements
stpaultim joined the channel
I noticed that it is with a custom checkout, but if using elements, but if using elements would I have to collect user emails my self in some input I add. All data is posted at once in the example with submit, so I am assuming that collection of the email would have to be on the same form. (I am assuming that this information could be added with javascript if collect from a different form)