hi, when charging directly to a stripe account, using the "Stripe-Account", is it possible to capture it at a later point?
I mean't to say using the "Stripe-Account" header
kruzin joined the channel
irctc006 joined the channel
irctc006
Hi
ywain
Guest13346: yep
Hi irctc006
irctc006
I just registered for STRIPE. and it is active
I dont want to put the payment gateway link on my website..it is IT company ..Instead I should be able to send invoices with PAY NOW button to my customers
Could you please guide me how to do?
Guest13346
@ywain: I have just managed to do it by passing in capture=false, is this the correct way of doing it?
plitzenberger has quit
pavel_ joined the channel
irctc006
Anyone help with my query please?
ywain
irctc006: Stripe doesn't provide hosted payment forms in any case, the entire payment flow takes place on your site. If you want an invoicing system you can either build your own on top of Stripe's API, or use a third-party integration: https://stripe.com/docs/integrations#invoicing
Guest13346: yes, that's correct
pavel_ has quit
pavel_ joined the channel
irctc006
Third party integration ..is it freely downloadable ?
ywain
irctc006: most of them have their own fees / pricing policy
irctc006
anything you recommend particular?
which creates nice invoices>
edrocks joined the channel
superkuh joined the channel
superkuh
Hi. What is the timeout limit for generated BTC temp addresses?
It seems, really, really fast.
Related, what is the process to get back BTC money sent to Stripe before the expiration and then expired before the first confirmation?
orlondow, it sure seemed like less than 3 minutes.
As soon as I saw the address generated it was only a minute or so till I had broadcast the transaction from my client. And a couple more till it timed out.
About 2 more minutes after that it got it's first confirmation.
And if it is 10 minutes then that should be increased. The bitcoin blockchain only finds a new block every ~10 minutes.
And you guys obviously don't do 0 confirmation processing.
orlondow
Guest74186: If you're up to the task you can also implement payments yourself with a custom integration. You can have a look at this simple guide for php https://stripe.com/docs/checkout/php
dev2lead_ has quit
superkuh: there is a limitation due to BTC exchange rate, but I don;t want to be giving you wrong information
irctc006: I'm sorry I'm not familiar with all their specificities
TheDude
I think that I have to opt for "\Stripe\CountrySpec::retrieve("EU");"
the ::all() call retrieve all countrySpecs objects in which there are the all currency supported in each country
ywain
TheDude: sure, but "EU" isn't a country. Try "US" if you want the full list of all Stripe supported currencies, since they're all usable with US accounts
TheDude
for Europe account list I need to use "EUR "?
ywain
TheDude: you need to use the actual country code, "FR" for France, etc.
TheDude: although I think all EU countries do support the same currencies
TheDude
Ah ok, I thought that Europe was counted as a single entity
ywain
TheDude: nope. We don't support all EU countries yet, some countries are in the EU but not in the Eurozone, etc.
ywain: May be Is there a similar function that retrive the correspondenting currencies symbols? i can't find nothing about it
stripe641
ywain: My form asked for customer to input their email address. I need to have this email address when the customer has been created within the dashboard
I tried: $customer = \Stripe\Customer::create(array( 'email' => $email, 'card' => $token )); but that didn't work
ywain: IS tokens creatable by the publishable key?
Kasper_MB joined the channel
chandrakant has quit
Kasper_MB has quit
Kasper_MB joined the channel
nvm
Allbus has quit
marc_ joined the channel
marc_
Hey guys - any devs around to give me a hand with a Stripe Connect & Apple Pay problem? Having trouble making it pass the checkAvailability() call (it always returns false even though the domain is valid etc)
paras
i have integraate stripe api in php ..when i enabled live mode then why show me this error in canada region 4:04 pm please check this link https://secondcloset.ca/api/Screen%20Shot%20201... 4:05 pm how to fix this error please tell me
marc_
To confirm what I've done, I've verified the domain under the account through the API, and I'm specifying the Stripe.applePay.stripeAccount parameter and using my app's live keys. But it always returns false. When I was signed in to the sandbox iCloud account and doing it as a test, everything works fine, so think there's some problem with the domain or something like that