#Zashs
1 messages · Page 1 of 1 (latest)
Does it create a log in your Dashboard? In other words, do you see the request show up here?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
At the moment i dont have access to dashboard. One question, the confirm_payment_intent request just can be sent/done after i finish the payment in the Wise POS E payment?
Confirm Payment Intent is the first step of the payment process, so it should happen before a payment is finished
Ok, so i send the payment intent to the reader, with the customer and payment_intent already created, i am trying to confirm if it is done/blocked, i just will do the payment days later, it is a rent a car
The confirm_payment_intent just can be sent after the block or can i send it during the block to confirm it is blocked?
I don't really understand the question. Can you rephrase?
I send request processPaymentIntent to reader, can i check if confirmPaymentIntent before it is finished or i have to finish first request processPaymentIntent?
Sorry for the bad explanation
If you still dont understand, i can try to rephrase, sorry it is not easy to explain
Are you following a Stripe guide to set this up?
Yes
Which one?
Well it is not a guide, it is stripe documentation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
For example this just can be done after the processPaymentIntent is done? Or can it be done during the processPaymentIntent?
That's the question moreless
The processPaymentIntent sent to the reader, it still need to insert the card, can i use confirmPaymentIntent before the card is inserted and finished?
I believe you're looking for this workflow: https://stripe.com/docs/terminal/payments/collect-payment?process=inspect
You want to confirm the payment before actually processing it, yes?
This guide has steps for confirming, then capturing. Whereas processPaymentIntent does both those things in one step
Ok i think understood, i just can confirm the payment intent after the payment method it is the payment intent, not before, right?
can you rephrase the question a bit?
To confirm payment intent i need to finish process payment intent?
finish process payment intent - acquire payment method
I would recommend following the guide I sent you. It outlines the order of steps that you need to take to process a payment
Ok thank you for your help