how can I apply discount to a subscription without creating a coupon in stripe
deadghost_ joined the channel
Anyone here or new year has started!
deadghost has quit
zamro joined the channel
DaKnOb has quit
zamro_ joined the channel
zamro has quit
zamro joined the channel
zamro_ has quit
zamro_ joined the channel
zamro has quit
purevpn
anyone ??
zamro_ has quit
zamro joined the channel
zamro has quit
bwa has quit
DaKnOb joined the channel
Spacer joined the channel
??
purevpn has quit
DaKnOb has quit
stripe209
hello anyone here
I need some help if possible
DaKnOb joined the channel
Help..;)
abcd joined the channel
Tamas_ joined the channel
Tamas_
efveb
narwen has quit
Tamas__ joined the channel
Tamas__
dear stripe, i'd have a serious question about gateway payment
_DaKnOb_ joined the channel
anyone could help through private chat pls
T1m0thy joined the channel
abcd has quit
Tamas_ has quit
izf
Dev__ has quit
dev_ joined the channel
dev_
any developers there?
DaKnOb has quit
stripe209 has quit
qar joined the channel
eacameron joined the channel
qar has quit
eacameron has quit
Tamas__ has quit
mattwc
Tamas__: you should just ask your question in open chat
dev_: just ask your question :)
Spacer has quit
dev_
mattwc: Hi I am integrating stripe connect and have successfully posted to https://connect.stripe.com/oauth/token, but now I want to store the json response to my sql database...I am using django...any solution ?
mattwc
.
If you have the response you'd just store it to your database
Thats really a django question not a stripe one unless I'm missing something
It'd be the same way you like update users or store charges in your database
V28 joined the channel
V28 has quit
eacameron joined the channel
tr12 joined the channel
tr12 has quit
irctc933 joined the channel
irctc933
i need help with the code for stripe on my website.
irctc933: data-key=" pk_live_sMSOOAe3J6xjVypolEckVnvH Roll Key
L" is what you have as your publishable key
it should just be data-key="pk_live_sMSOOAe3J6xjVypolEckVnvH"
T1m0thy has quit
irctc933 has quit
arthur-kv joined the channel
V28 joined the channel
qar joined the channel
arthur-kv
@ywain Hello! Have a quastion about Connect Webhooks: I have a platform with several connected accounts, and I've set webhook notifications for the platform. One of the connected account is used in another web application and receives payments bypassing my platform. I receive webhooks about those payments. Is there a way to receive webhooks only for "connected" to my platform charges?
iffi has quit
qar has quit
stripe396 joined the channel
stripe396
Hello
someone from stripe here?
nitmv joined the channel
mattwc
arthur-kv: you cannot, but your app can cross reference the charges to your own database
stripe396 has quit
eacameron joined the channel
eacameron has quit
zamro joined the channel
zamro has quit
nitmv has quit
dev_ has quit
irctc126 joined the channel
irctc126
Im still having trouble with my embedded code. It says it the API is incorrect. Can someone please help?
and should the amount be cents, not dollars. 3700?
mrwdxcr joined the channel
irctc126
Thanks! Yes it should be $37.00
remyo joined the channel
Im not sure what the server side code is. Where do I find that?
qar joined the channel
mrwdxcr
has any other dev implemented and checked all the tests on /docs/testing
qar has quit
irctc126
Can someone please help?? Im very frustrated. Im not a developer, and this seems very complicated..
It doesnt give me the API error message now it says there is a problem with "your server side code"
Where do I find that?
stripe069 joined the channel
arthur-kv
@mattwc Thanks!
stripe069
I was looking through the stripe docs for a list of documents that could be uploaded for verifying managed bank accounts, but had no luck. Anyone know what documents can be used for this? I.E. W9 or voided check
WM joined the channel
WM is now known as Guest66432
homeshlice joined the channel
Guest66432
Hi there! I'm trying to update a website to use the latest version of the API (we're at version 2015-01-11 currently). I can update the Python library and version but I can't seem to update the Stripe.js version. Is this something I need to worry about? Will this update by itself? Has the JS API changed since 2015 in a way that I need to worry about? Thanks!
arthur-kv has quit
eacameron joined the channel
mattwc
irctc126: that is not a Stripe error message, that would be coming for your website, how did you integrate Stripe
stripe069: you don't verify managed account bank accounts, you verify their identity
irctc126
PLEASE HELP!! Where do i find "/your-server-side-code"?
mattwc
Guest66432: the stripe.js library updates by itself since you just link directly to https://js.stripe.com/v2/
dglambert joined the channel
irctc126: you'd need to replace that to the link to your actual server code that charges tokens
dglambert
morning
mattwc
mrwdxcr: are you having an issue with any of the test cases?
irctc126: how did you build your site?
irctc126
what does that mean?
Guest66432
mattwc: Thanks! And there's nothing in the way that I use the JS library that has changed?
irctc126
I built it with everweb
mattwc
Guest66432: all the updates have been backwards compatible
Guest66432
mattwc: Perfect! Thank you!
Guest66432 has quit
mattwc
irctc126: so if you've never written server-side code before (like php), you'd probably want to use a third party service to handle your Stripe integration so you only need to deal with html, the simplest that I know of would be https://commencepayments.com
irctc126: the alternative would be to learn some PHP and write your own server-side code as opposed to just html
eacameron has quit
irctc126
That is insanely complicated..
mattwc
irctc126: unfortunately Stripe is a system built for developers and thus some server-side code and comfort is required, but that is why there is a large library of third party tools, https://stripe.com/built-with has a ton of them
tr12 joined the channel
lake joined the channel
lake is now known as Guest71701
cdbattags joined the channel
__peter joined the channel
irctc126 has quit
mrwdxcr has quit
tr12 has quit
cdbattags has quit
Guest71701
Hi all, quick question when using apple pay. I want to get the shipping address and name for the person paying, so using the docs here https://stripe.com/docs/apple-pay/web/custom#bi... However when the address details are returned the name is a single field and not a separate givenName and familyName as the apple docs (linked to by stripe docs) suggest. Any ideas how I go about getting the name fields split out (apart from splitting the