#g950x-refund

1 messages · Page 1 of 1 (latest)

hasty birch
#

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

river plaza
#

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.

hasty birch
#

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

Securely accept payments online.

#

I'm assuming your dev team is already using that?

river plaza
#

they are correct. am i allowed to post screenshots here of a test transaction of mine?

hasty birch
#

the transaction ID, can't copy-paste from screenshot

#

i.e. paste the text ID like pi_123

river plaza
#

pi_3JoVDhLz1kXOebBF0DP9XZC0

hasty birch
#

ok what was your question about it? that is a successful PaymentIntent

river plaza
#

two part question

#

part one what additional data should we be collecting from our app and push to stripe

hasty birch
#

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.

river plaza
#

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

river plaza
hasty birch
#

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

Separate authorization and capture to create a charge now, but capture funds later.

river plaza
#

can you kindly revisit my follow up and tell me if you have any suggestions how to improve our workflow with stripe?

hasty birch
#

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

river plaza
#

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