#rlleo-payment
1 messages · Page 1 of 1 (latest)
hi Soma! good morning
i am the product manager of our marketplace and we do use hotjar to check user behaviour
however
becasue it is regarding privacy
the payment module is just not able to be seen via hotjat
hotjar*
in the dashboard of Stripe. I do see some cancelled payment and some incomplete payments
I am just wondering in what situation is it identified as 'cancelled' and 'incompleted?'
Can you share an example of PaymentIntent ID (pi_xxx) for each case?
sure thing!
pi_3L5QfVDzlfKeVQCm1130BMaC
pi_3L5QDZDzlfKeVQCm2KC8fJKE
pi_3L5QDKDzlfKeVQCm0lcgRupE
pi_3L5QDCDzlfKeVQCm2FprR5QK
pi_3L5QD5DzlfKeVQCm1atYkAmL
i shared 5 incomplete ones with you
but actually the last 3 happened within one minute and they are probably from the same buyer
i am just so keen to know what makes a 'incomplete' payment as well as 'cancelled' payment so i know what to do to drive the conversion
So here you created the PaymentIntent, and it had status status: "requires_payment_method" as expected. But it looks like the customer never entered their payment details, so the PaymentIntent is incomplete. This is expected to happen, not 100% of customers will go though the full payment flow.
Can you share an example of a cancelled PaymentIntent ID?
i got it
and based on your experience
what is the range of the percentage for 'incomplete' ones?
let me search a few cancelled ones as well
what is the range of the percentage for 'incomplete' ones?
That would completely depend on your integration and your business, so I don't know. But it's perfectly normal for some (or many) customers to not complete the payment flow because they changed their mind or are distracted or anything really.
i get it, very appreciate it. and i totally get the 'business' part but you mentioned 'depend on the intergration'. what do you mean by that? Could it be that the intergration is so bad that people do not even enter payment infos?
for the cancelled ones. there are already 6 ones and only 2 succesful ones. the 6 cancelled ones are
pi_3L5IB7DzlfKeVQCm1v6x0E3O
pi_3L5HnEDzlfKeVQCm05blkB4G
pi_3L5IHQDzlfKeVQCm1JVNUwPR
pi_3L5OcgDzlfKeVQCm1nLrM43G
pi_3L5Pd1DzlfKeVQCm0NrtX4x7
pi_3L5PxjDzlfKeVQCm20Ds22K3
if we can look into them individually, that would be very very appreciated!
you mentioned 'depend on the intergration'. what do you mean by that?
I'm guessing your payment page UI and website can have an impact on your conversion rate.
I looked at the PaymentIntent you shared, and they were cancelled by your own code. For example, for pi_3L5IB7DzlfKeVQCm1v6x0E3O, here's the cancel request you made: https://dashboard.stripe.com/logs/req_F5SQQ21rgDasxk
Yes the 6 PaymentIntents you shared were cancelled with the API using your secret key. It's by a Node.js script.
pi_3L4kh5DzlfKeVQCm1SDGSElL and what about this one? I see this one there is already a payment solution in it