#g950x-refund
1 messages · Page 1 of 1 (latest)
I am trying to find the documentation to test and refund a card
hello, what have you built so far? want to know where to start
Hi, i would like to know where to start. We are outsourcing our development and the app is collecting but not pushing it to stripe. I opened a request to our developer team to send us all data they are collecting. Now i would like to ask them to add the testing of new cards for funds when a new card is added. We are working in different countries so its important i think that we test a users card before he gets a ride.
so all this detail is available in our docs mostly
still not sure what
the app is collecting but not pushing it to stripe
means here
so I can point you to docs, just not sure where to start? like creating payments is highlighted in docs clearly e.g. https://stripe.com/docs/payments/accept-a-payment
I'm assuming your dev team is already using that?
they are correct. am i allowed to post screenshots here of a test transaction of mine?
the transaction ID, can't copy-paste from screenshot
i.e. paste the text ID like pi_123
pi_3JoVDhLz1kXOebBF0DP9XZC0
ok what was your question about it? that is a successful PaymentIntent
two part question
part one what additional data should we be collecting from our app and push to stripe
part one what additional data should we be collecting from our app and push to stripe
I mean it depends on what you want to collect? You just completed a payment on Stripe so you've met the critical path of what you need to do to collect payments.
part two can you guide me to the documentation which explains how we do preauthorizations when a new card is added before starting a ride
follow up: i mean to fully harness the power of Radar. I have the Radar checklist article.
two can you guide me to the documentation which explains how we do preauthorizations when a new card is added before starting a ride
https://stripe.com/docs/payments/capture-later
your code is already doing that btw, the PaymentIntent ID you linked to me is already auth then capture
understood this is why we see a partial refund.
can you kindly revisit my follow up and tell me if you have any suggestions how to improve our workflow with stripe?
this follow up question
i mean to fully harness the power of Radar. I have the Radar checklist article.
collecting postal code for one, noticed the card you collected on that PaymentIntent didn't have postal code collected
other than that, there's many levers to Radar so depends on what you're optimizing for, I'm not a power user of Radar so don't have off hand tips
Understood Thank you. I will check back once we have integrated the changes i asked for. So far i have asked the team to push the following