I'm trying to update a plan amount via API and getting error "Received unknown parameter: amount". I can update the plan name etc. successfully, so I know it's working for other values. The plan has no subscriptions. Thoughts?
tr12
amount isn't a mutable property
you'd need to create a new plan
macheleon
I see, so I'll delete old then create new. Thank you
abilicom has quit
tr12
np!
macheleon has quit
qar joined the channel
fguillot joined the channel
qar has quit
M32^ joined the channel
M32^
Hi. I'd like to ask something. Who can I talk to from stripe here? Thank you.
abilicom joined the channel
tr12
M32^: ask away
nilsmunch has quit
vikaton joined the channel
huntwelch has quit
j-- joined the channel
eacameron joined the channel
shibabu joined the channel
regedit has quit
eacameron has quit
masterasia has quit
huntwelch joined the channel
cdbattag_ joined the channel
torgosPizza joined the channel
dfabulich joined the channel
dfabulich has left the channel
tr12 has quit
eacameron joined the channel
eacameron has quit
mindpattern joined the channel
tr12 joined the channel
Jake__ joined the channel
huntwelch has quit
saurabhjha joined the channel
eacameron joined the channel
stripe415 joined the channel
stripe415
Hi, I am a new user and I am now installing stripe to my woocommerce online store. However, when I am testing it, it says my API is invalid. How can I solve it??
eacameron has quit
eacameron joined the channel
stripe011 joined the channel
tr12
stripe415: it sounds like the API key you entered is incorrect
stripe011
My funds were supposed to process in 7 days it has note been 8 days and my funds are still processing. Everyday I get a new sending date I need answers.
I have sent numerous emails and still haven't received a reply I would really appreciate someone giving me a call or atleast responding back to my emails.
tr12
stripe011: if you DM me the email you wrote in from, I can flag it to the support team. you can DM it to me like /q tr12 my email is foo@bar.com
stripe415
thank you, I will double check whether I have entered the API correctly first!
stripe011: it looks like support replied to your email 9m ago
M32^ has quit
stripe011 has quit
qar joined the channel
stripe415 has quit
huntwelch joined the channel
qar has quit
stripe644 joined the channel
stripe644
I have completed the verification how long now will it take get my funds if my account was re-enabled?
tr12
the transfer would get sent out tomorrow, and arrive on friday
stripe644
Okay thank you
stripe644 has quit
sicktastic joined the channel
Jake__ has quit
snax_ has quit
snax_ joined the channel
huntwelc_ joined the channel
huntwelch has quit
qzmenko joined the channel
huntwelch joined the channel
huntwelc_ has quit
saurabhjha has quit
vikaton has quit
qzmenko
Hello. I'm trying to get customer object using curl request. In response i'm get customer, but currency field is NULL. Can anyone answer why?
huntwelch has quit
huntwelch joined the channel
tr12
qzmenko: the currency property on the customer is only relevant for subscription billing
huntwelch has quit
if the customer has never had an invoice before, the currency will be unset
huntwelch joined the channel
(to provide a bit of colour, `currency` is the currency that the customer's balance, if any, is denominated in)
huntwelc_ joined the channel
huntwelch has quit
huntwelch joined the channel
huntwelc_ has quit
qzmenko
@tr12 Invoice through Stripe or in general?
huntwelch has quit
tr12
a capital-I Invoice, ie: created by a subscription in stripe
huntwelch joined the channel
huntwelc_ joined the channel
huntwelch has quit
huntwelch joined the channel
huntwelc_ has quit
saurabhjha joined the channel
huntwelch has quit
huntwelch joined the channel
InT249 joined the channel
huntwelc_ joined the channel
huntwelch has quit
huntwelch joined the channel
huntwelc_ has quit
eacameron joined the channel
huntwelch has quit
huntwelch joined the channel
huntwelch has quit
huntwelc_ joined the channel
huntwelc_ has quit
saurabhj_ joined the channel
huntwelch joined the channel
saurabhjha has quit
huntwelch has quit
___alex___ joined the channel
___alex___
I have a quick question, when I create a Charge, it has an 'outcome' field
where its specified when the charge is declined or approved
the charging process is synchronous?
I mean, should I wait to receive the charge success event to my webhook to be sure that the a charge is made?
or can I safety read charge.outcome.type to verify if it is equal to 'authorized'?
qar joined the channel
saurabhj_ has quit
saurabhjha joined the channel
qar has quit
sunil joined the channel
sunil
Hi,When we do charge from stripe ach user the web hook will fire charge.succeeded event after 4 days,So in charge.succeeded event can we have customer details ?
example which customer did the charge like customer id of stripe?