is it possible to add tax_percent to an invoice line?
orlondow
it can be in the error logs or in your dashboard in the logs. Otherwise the id of the customer maybe
nope you can only add it to the whole invoice
Guest77
ah
right :)
i'm a complete idiot
orlondow
haha, no worries :)
Guest77
other question orlondow, can I have a coupon for invoices?
orlondow
coupons are applied to subscriptions or customers as a whole. It will impact next invoices as a result but you can't target one invoice precisely
You can still add a coupon with one use just before creating the invoice though
it would do the same
PHP joined the channel
Pete_
@orlonwow: thanks for your help, you are correct. I will revisit that module :-)
PHP is now known as Guest60116
orlondow
Pete_: great I'm glad i could help!
Pete_ has quit
Guest77
and it'll show up in the invoice when I add it to the customer?
ratar joined the channel
orlondow
yep
ratar
Hi all :) I have a question
orlondow
Hi ratar
Guest77
orlondow thanks so much :)
orlondow
Guest77: np!
ratar
when using managed accounts, at what point do personal ID number and verification documents become required?
Guest__ joined the channel
asheinfeld joined the channel
orlondow
it varies depending on the country and the type of payments, usually it's around a couple thousand dollars, but you should implement webhooks to see when we require it. You can read about it here:https://stripe.com/docs/connect/identity-v...
Hello! Is there any estimate of when Brazil will leave PRIVATE BETA to BETA?
orlondow
ratar yep that's the list of information we might ask you at some point for each accounts
timebox joined the channel
ratar
@orlondow: under "Additional Verification Requirements for <country>" it says that "some merchants" may require some additional fields. can you offer any clarifications as to when these may be required?
Guest__ joined the channel
abdul has quit
orlondow
AlessandroJua: I'm really sorry I don't have this information. We will wait until we are sure we are ready to give the best product to everyone, but I don't know much more than that.
AlessandroJua
Thank you! Looking forward to be able to use STRIPE
I wonder, from https://stripe.com/docs/checkout/tutorial - why does the embedded form only end up posting the token, the email and the token type? I would imagine that amount and currency would also be included
Guest__ has quit
TravyDale joined the channel
chrisfancy has quit
emilkarl has quit
webs has quit
mcwendy has quit
de_dust joined the channel
ta__ has quit
phpeek_ joined the channel
mangolisk_ has quit
phpeek has quit
mangolisk_ joined the channel
phpeek joined the channel
Cerwer has quit
Cerwer joined the channel
Cerwer has quit
orlondow
truepudding: I'll pass the message to him. I think he is in a meeting right now.
hpar
mrman: nope, that's up to you to determine. Checkout only tokenizes the card & collects address info.
it's designed to be part of a form, so you can pass amount and currency with a hidden field to your server. You have to create the charge or customer from your server, Checkout doesn't do that.
phpeek_ has quit
truepudding
orlondow: no worries man, just let him see it whenever he comes around the room - I talked to him yesterday in DM. :) Thanks though!!
Cerwer joined the channel
Cerwer has quit
Cerwer joined the channel
rubyonrailed has quit
stephencross has quit
tr12 joined the channel
Cerwer has quit
tr12 has quit
mrman
hpar: yes, but the amount is encoded in the form already, why not just "pass it on"?
mcwendy joined the channel
orlondow
mrman: because the amount can be tempered by the user since it's on the frontend side
that's why you should keep track of it server side
mrman
I see
dave_ joined the channel
makes sense
thanks
orlondow
np!
dave_
hi all, I need a little guidance. I'm new to stripe. I've dev'd a custom checkout integration which is able to switch out the quantity of an item to buy before invoking the checkout page call.
However, I don't seem able to get custom fields back in the response from stripe.
Is that to be expected? Thus i'll have to keep track (maybe with a session) what the user is actually purchasing.
If you want to keep track of items and price this needs to be stored in the session for example
dave_
orlondow, thanks, i assumed so
iangcarroll joined the channel
de_dust has quit
orlondow, it also says the site MUST be running on SSL. Is requirement?
MrSam
if not you would be sending credit cards over in plain text
emilkarl joined the channel
timbartley joined the channel
orlondow
dave_: yes it's required to be secure, otherwise the data could be intercepted
dave_
kk
marcEvercontact joined the channel
rubyonrailed joined the channel
marcEvercontact
Hey guys
I have see it's possible to create a non free subscription with a trial period in the dashboard.
sorry.
Is it possible to create a customer with a non free subscription (with trial) without a source
?
orlondow
Hi marcEvercontact if there is a trial it should be possible IIRC
marcEvercontact
and if I specify a trial period on the subscription?
orlondow
same thing. If there is trial period when created we don't check the source
marcEvercontact
Great. thanks :)
orlondow
np!
marcEvercontact has quit
jack999 joined the channel
gary joined the channel
gary is now known as Guest52478
cdbattags joined the channel
jack999
Hello! I have a question on the checkout component. Is it possible to pass a parameter to it? For example the public key?
orlondow
Hi jack999 well you need to pass the public key for it to open
Guest52478
hi, I would like to know if there is a max. length for all "id" field such as charge id, customer id...
jack999
Orlondo: yes, of course, but right now it's hard-coded in a jsp page. It would be more convenient to have it as a configurable item.
jrthib joined the channel
jrthib has quit
orlondow
Guest52478: the max length is 256 characters potentially.
Guest52478
thanks
orlondow
no problemo!
mcwendy has quit
ratar has quit
jack999: not sure to understand. you can set it dynamically when the page is "compiled". If you mean you want to set it later in JS you'd need to use custom Checkout https://stripe.com/docs/checkout#integration-cu...
jack999
orlando: I think maybe the problem for me is it's in java, which isn't a scripted language, it's pre-compiled.
juanjo__ joined the channel
ftknox joined the channel
orlondow
Being java, php, or ruby behind the page does not change much. When it's loaded on the user's browser the value needs to be fixed for normal Checkout. If you want to load Checkout after the page load or change the key depending on your customer's inputs you can do that with Javascript and custom Checkout.
what are you trying to do?
vincentcr joined the channel
Wes joined the channel
Wes is now known as Guest47034
vincentcr joined the channel
timbartley has quit
Guest47034 has quit
dangwal joined the channel
dangwal
hello
Guest52478 has quit
i want to get total_count while retrieving balance but I am unable to get total count I want to use limit also
markin
dangwal: total_count when retrieving the balance or when listing balance transactions?
mrman
it takes a half second before the stripe button appears at all, any way I can provide something to indicate that it is loading?
timebox joined the channel
markin
mrman: this is half a second from your page loading to the blue button appearing or from pressing the button to the form displaying?