"you're play receiving that data" what does this mean?
btw, markin, you're the best AI bot I've ever dealt with.
jk
markin
*you're okay
dpg_
Tay was.
What is the implication of receiving that data? Compliancy?
PIC
PCI*
InstanceOfMichae has quit
markin
Some states may have laws about it, but PCI only covers card data not SSN. And some people may not want to risk receiving it if their server is compromised
InstanceOfMichae joined the channel
Rick_ has quit
dpg_
Ok. I'll just rec'v it. I use "cross my fingers" security.
s3shs joined the channel
bostonmacosx joined the channel
bostonmacosx has quit
irctc156 has quit
notsentient has quit
notsentient joined the channel
Saeven has quit
stripeon has quit
tictacjoe has quit
stripeon joined the channel
fels joined the channel
km2 has quit
fels has quit
stripeon has quit
rubyonrailed has quit
antkong joined the channel
rubyonrailed joined the channel
altusd joined the channel
fels joined the channel
antkong
How can I set the address in dashbroad -> general -> public info to blank?
km2 joined the channel
ssoroka has quit
Apparently the web UI ignores blank and does not allow me to reset the address
mcwendy joined the channel
thinkxl has quit
bostonmacosx joined the channel
markin_ joined the channel
Saeven joined the channel
Rey joined the channel
manfrin has quit
rubyonrailed has quit
Rey
Hi there. How does Stripe order multiple subscription plans in the Customer object? By subscribed_at or by ID?
bostonmacosx has quit
bostonmacosx joined the channel
frege joined the channel
frege
what's "Webhook" for?
bostonmacosx has quit
Reh joined the channel
dqsf joined the channel
tictacjoe joined the channel
markin
frege: a webhook is a way for your server to get notifications from stripe
frege: well how would you know if a subscription renewal went through?
amoenk joined the channel
frege
then I receive a token
and on the backend I hit stripe with a Charge.create
that's how I get the same info
am I missing something here?
markin
frege: sure but there are cases, like a subscription renewing that you don't get that in your backend
antkong: you could email support about removing that
frege
hmm could you explain markin ?
what's the difference for subscription renewing?
antkong
thanks markin!
markin
frege: your code doesn't renew a subscription, stripe does that automatically every month
frege
are you talking about payments that are only for subscription?
deadghost has quit
amoenk
Hi guys, I have a question about the best way to go about a subscription introductory fee (say, 2.99 the first month, 10 every month after that). I think my two options are a) set a negative account balance initially to reduce the cost of the first month or b) use a trial period of one month and do an separate invoice for the introductory fee - will either of these work or are there better options?
markin
frege: webhooks are most commonly used for subscriptins
amoenk: you could do a coupon too
amoenk
Ahh, coupon!
frege
markin: so since the url for the webhook a constant; how do I process the request for a specific order?
should I put the order id into my metadata?
amoenk
thanks markin! I peruse the docs for coupons.
markin
frege: if you're doing just one off charges then you don't need to use webhooks though
Guest97 has quit
frege
markin: I might add subscription though
bostonmacosx joined the channel
markin
frege: so then you'd normally just store the subscription id in your own database