Guest75929: okay, feel free to ask here. hpar may be the best to help you
hpar
what's up Guest75929 ?
joshontheweb joined the channel
Guest75929
I am using cloud functions, check out and have not been able to successfully have any charges show up.
saurabhjha has quit
hpar
hmmm, any way of testing your cloud functions directly? are you sure they do what's expected?
Guest75929
I am not sure at all. This is my first experience with cloud functions. I'll see if there is a way to test.
hpar
yeah, I'd make sure you're seeing a request to your backend
you can check this with the web inspector console, just look at network requests
shawn_ joined the channel
nullrefex has quit
Guest75929
Do you have any suggested tutorials for beginners? Specific to Ionic an cloud functions? I have searched google high and low but wondered if you knew of any.
JohnJ_
@ftknox yes, we're using those credentials. When you capture the charge it always delivers an available on date of 7 days from the time of capture. Our system isn't going to payout funds until we hit the available date so for us to test the auto payout, it is kind of a pain to wait so long to see how the process is working.
hpar
Guest75929: yeah, we don't really have anything specific for that. We were just discussing that it'd be helpful.
anh joined the channel
ftknox
JohnJ_: I don't think there is a way to accelerate that timeline in Test Mode, but you could write in to https://support.stripe.com/email for a definitive answer
Guest75929
It would be so helpful. I am bring to combine things together but I think missing the point.
axyjo has quit
mooe has quit
shawn_ has quit
ftknox has quit
Alan_ joined the channel
Alan_
Hello, I am new to these chats
Alan_ is now known as Guest2234
dqsf
Hi Alan_, welcome, what can we help you with
Guest2234
I need help with emailed receipts
dqsf
what is your question about receipts
Guest2234
I need help with emailed receipts, In my charge.php code it says customer@Example.com
and when I charge something it is trying to send a receipt to that
dqsf
Guest2234: alright, so you'd define the receipt_email parameter as the email of the person you'd like to actually send a receipt
similar to how you are grabbing a token from your front-end with $_POST you'd grab an email that is posted as part of your form --- are you using Checkout?
Guest2234
I am using checkout...
dqsf
The basic code block version or a custom integration with th your own javascript?
Guest2234
I get the concept but I guess its putting it into practice that I have a problem with
Hey, my checkout process requires the payment information to be entered and validated before being taken to a confirmation page at which point the order is made and the charge is actually submitted/processed. Is there any way with stripe to check that the payment information is valid without actually making the charge? I've seen this done on most checkouts but I can't seem to figure out a way with stripe that doesn't seem
hacky-ish.
shawn_ has quit
kaylined
nikola, easiest way would be to auth the charge on first page, and after confirmation do the capture