RxMcDonald: most people would recommend using the library, but no, you don't need it
Hi Guest97859
saurabhjha joined the channel
Guest97859
how can I access the card number inside the iframe? i'm using stripe.js v3
Alsways showing Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
RxMcDonald has quit
mattwc
You can't, being able to access it would cause you a lot of pci compliance headaches
Guest97859
Is there any Stripe.js function that could get the card name, cause I'll be using it to display the last 4 digits of the card number in order review.
tr12 joined the channel
mattwc
Like the brand of the card?
How are you accessing the last 4?
Guest97859
any card that you support
saurabhjha has quit
my idea is to access it inside that iframe
mattwc
You cannot access inside the iframe. The token object should have everything you'd need though
Guest97859
so I would have to break it up and find the card name?
the card number rather
tr12 has quit
mattwc
For pci compliance purposes you cannot have access to the card number. The token object that stripe.js creates will have the card brand and the last 4
Guest97859
but the card has been charged and I want to display the last 4 digits before the order submission.
gilmoregirl has quit
mattwc
Having a token does not mean the card was charged
You need I send the token to your server and the server creates the charge. You have access to the token before it is charged
Hello. Can i accept btc using stripe without account activation?
kengu
how would you do that?
tamtaradam
I want to accept btc on my site.
saurabhjha joined the channel
saurabhjha has quit
CoolBreeze joined the channel
CoolBreeze has quit
CoolBreeze joined the channel
marvin__ has quit
tr12 joined the channel
saurabhjha joined the channel
saurabhjha has quit
joshontheweb has quit
tr12 has quit
nikola joined the channel
mattwc
tamtaradam: you'd need to activate your account to accept btc
(also not much point in using Stripe just to accept btc)
gilmoregirl has quit
tr12 joined the channel
saurabhjha joined the channel
githubmgw has quit
ezl__ joined the channel
saurabhjha has quit
saurabhjha joined the channel
Exuma joined the channel
Exuma
does Customer.retrieve(xxx).subscriptions return only active ones, or does it include cancelled ones etc
mattwc
Exuma: cancelled subscriptions are deleted so it'd only return ones that are active, unpaid, or past_due
Exuma
awesome thank you
tamtaradam has quit
ezl__ has quit
So if I cancel/close someone's account, does it turn some property on the subscripton object to "cancelled" or something, so that I know to give them however many days left of the admin
or does it delete it immediately and refund them the remaining balance
This is for a subscription
mattwc
it deletes them immediately, it does not refund them
Exuma
ok good deal
mattwc
you can chose to cancel a plan "at period end"
which will keep the subscription active until the end
bwa has quit
inara joined the channel
Exuma has quit
deadghost has quit
eacamero_ joined the channel
deadghost joined the channel
eacamero_ has quit
Thebapeplug joined the channel
Thebapeplug
Why is my business high risk it is not one of the businesses listed in your support page I feel robbed I’m not mailing my clothing to no one if I’m not going to receive my money I payed good money for my clothes
mattwc
Thebapeplug: you'd need to reply to the email you received with more information. Every business is unique so what is determined to be high risk can vary
saurabhjha has quit
Thebapeplug has quit
Exuma joined the channel
saurabhjha joined the channel
saurabhjha has quit
wook_ joined the channel
quazimodo has quit
nikola has quit
nikola joined the channel
nikola has quit
nikola joined the channel
saurabhjha joined the channel
saurabhjha has quit
saurabhjha joined the channel
quazimodo joined the channel
Turnip joined the channel
Turnip
Hi all, I am in a situation where I want a charge to be distributed evenly among multiple Connected Accounts. I have attempted to use a transfer group but it seems it is requiring me to change my payout settings to manual from automatic payouts to do this. Is there another method in which I can create multiple charges using a single Stripe token?
saurabhjha has quit
Exuma
Which function in stripe.js (v3) do I use if I want to create a form where people can update their card info? I see the "elements" form but I dont want to use that, I have my own form.. i also see createToken but it looks like its for 'bank_account' and not 'card'
mattwc
Exuma: you'd still use elements, and you can use the card element or an element for each part of the card data