Is there anyone here that could help me with setting up Stripe on iOS?
huntwelch joined the channel
Is anyone alive out there?
c21 has quit
c21 joined the channel
cdbattags has quit
frankdrey has quit
c21 has quit
Alright, fine, I'll try again tomorrow.
FirstTimeStriper has quit
cdbattags joined the channel
asnoo has quit
ta_ joined the channel
tr12 has quit
Tim_ joined the channel
devians joined the channel
c21 joined the channel
Tim_ has quit
T1m0thy joined the channel
huntwelch has quit
ta_ has quit
stpaultim has quit
stpaultim joined the channel
T1m0thy has quit
AnInstanceOfMe has quit
qar joined the channel
tr12 joined the channel
qar has quit
tr12 has quit
harley_ joined the channel
harley_
Hey there
harley_ has quit
Tobsn has quit
ta_ joined the channel
Tobsn joined the channel
stripe744 joined the channel
ben2367 has quit
ta_ has quit
ben2367 joined the channel
ben2367 has quit
ben2367 joined the channel
stripe744 has quit
asnoo joined the channel
Doginal_ has quit
sr2016 has quit
qar joined the channel
jhere joined the channel
qar has quit
sr2016 joined the channel
Gsham joined the channel
jhere has left the channel
tr12 joined the channel
sr2016 has quit
Gsham has quit
sr2016 joined the channel
vaughn has quit
Gsham joined the channel
devians has quit
devians joined the channel
ta_ joined the channel
devians has quit
devians joined the channel
ta_ has quit
tr12 has quit
joshontheweb joined the channel
devians has quit
devians joined the channel
suthar joined the channel
suthar
hi
Transfers to this account are disabled in connected account
tr12 joined the channel
joshonth_ joined the channel
KevinJ joined the channel
c21 has quit
c21 joined the channel
KevinJ
Hello there, I've started using stripe recently for my e-commerce marketplace. We have a webhook in-place to forward successful charges to our backend endpoint. It's been working great except for a recent charge our service returned a 500 error. Since we will be submitting the JSON to our endpoint manually, we would like to cancel the webhook from being sent in order to prevent the "order" from being submitted twice.
I did not see the ability to cancel an order to be possible on the dashboard so I wanted to inquire about it here. Thank you!
tr12
KevinJ: it's not possible to cancel delivery of a single webhook - the only way to do that would be to delete & re-add the endpoint, but that would cancel delivery for all outstanding webhooks
it's also worth pointing out that your system should in general be resilient to double-delivery of webhooks, since this is a failure mode that's expected with a lossy network
KevinJ
Oh I see since we only get a charge once every couple of hours right now that option to delete and re-add the webhook could work for us in this case.
Yes, we definitely try to make all of our APIs idempotent and are making updates to handle this particular case in the future.
We recently built our marketplace so there have been a couple of edge cases that slipped by that we couldn't predict until put into practice. For clarity, would deleting the webhook cancel the delivery of outstanding deliveries (nearly) immediately?
tr12
"nearly", yeah
iirc, the effect would be essentially instant
suthar
Transfers to this account are disabled in connected account
ta_ joined the channel
KevinJ
Cool, thank you for your help trl2, I'm always impressed by Stripe's engineering team!
tr12
KevinJ: it's worth backing up a bit, though - are you creating these charges yourself, or are they being created by a 3rd party service? if you're creating them, you don't really need a webhook at all to know the charge was successful
Mayur joined the channel
(since you synchronously get back a success/failure when creating the charge)
ty!
Mayur
How to add bank info to stripe managed platform account if someone dont have legal_entity.personal_id_number in Canada?
qar joined the channel
tr12
Mayur: you'd need to verify that account with an ID document scan
a warning is showing along with stripe connected account Transfers to this account are disabled in connected account, how i can add all required information
KevinJ
We have customers creating the token obj, which is passed to our server to create a charge to stripe, then stripe submits a webhook to our backend fulfillment service. This way we decouple our "frontend" service from our "backend" fulfillment service.
tr12
suthar: do you know what the fields_needed array contains?
The charge was created successfully, however when the webhook hit out fulfillment service, that service returned a 500 error.
In the future I'll be more clear about tokens, charges, and webhooks. I was loose with my terminology initially. I super appreciate the help tr12, thank you!
tr12
suthar: which fields are you not sure how to provide?
KevinJ: np!
Mayur
@tr12: What if someone dont have => personal_id_number, or ssn_last_4
Can I upload scanned doc of passport
suthar
is this compulsory to add all information for connected account
qar has quit
tr12
Mayur: yeah, exactly
suthar: yes - transfers will not be enabled until you do this
Gsham has quit
suthar
is there any api to updated this information
Gsham joined the channel
Mayur
Oka so when I designed the form to take bank info from merchants if they dont have personal_id_number the choose to upload there passport scanned copy and if they have personalid then they enter it right?