#0456954006

1 messages · Page 1 of 1 (latest)

agile oysterBOT
open frigate
#

👋 how may I help?

merry quest
#

hi

#

it's really strange for our saving card functions

#

it did work. but after 6-12 hours, the customer needs to reinput card information again. do you know how to fix? Thanks

open frigate
#

would you mind sharing a request ID?

merry quest
#

let me find one

#

req_eQf288z3uAOD51

#

sorry, there is no request ID failed related to 'save card for future use' api.

#

as after 6-12 hours ,their saved card information is missing. so they have reinput once the card inforamtion, thus there is no failed interaction log with backedn

worthy rover
#

Missing from where exactly?

merry quest
#

from the front customer checkout part

#

in the mobile app

#

when they check out, they can't see their previous saved card information. but stripe doesn't provide any log related to this

worthy rover
worthy rover
merry quest
#

can i share our mobile app for your reference

worthy rover
#

I'm only really interested in the code you use to list the saved cards. Are you using the Payment Sheet?

merry quest
#

no

#

let me capture screen for you

#

it will popup error message like this

worthy rover
merry quest
#

req_p1ibbcTeND3w0y

#

is there a issue with time-out for saved card information

worthy rover
#

Did you read the error message from that request?

merry quest
#

yeah

#

there is no request id related to the error i'm having

worthy rover
#

Then you need to help me understand the issue better. Can you share the code that throws that error?

merry quest
#

yeah

#

uni.requestPayment({
"provider": "stripe",
"orderInfo": {
"customer": res.customer,
"ephemeralKey": res.ephemeralkey,
"merchantName": "LV Fresh",
"paymentIntent": stripePayParams,
"publishKey": stripeKey,
})

#

this one

#

and this is the code to initalise payemnt when i use saved cards to make payment

#

thus leading the error

worthy rover
#

That's not native Stripe SDK code. Where is that from?

merry quest
#

this is the custom code we use to intergrate uni-app framework

#

customer:cus_OC3jl1LYucU81W
ephemeralKey:ek_live_YWNjdF8xTjVuek5GV3MyTGc2WUQ0LHJUT1VsNkxyczlkdVpRT3dxakpZRFZPanA3dnFQdjI_00QHVqK6LA
paymentIntent:pi_3NQTpYFWs2Lg6YD42eLmhY1p_secret_bVq2EzY5mhfZWmc25voB3hZpJ
publishKey:pk_live_51N5nzNFWs2Lg6YD4kMeOAYwrRgMc8aX88Zxhvywy03uX9UPC6m8CRbfuQA2nXmd9WG4iOe1cOSNUaj7kE5nYU5ep00Mi1DKiqA

#

and this is the value we use

worthy rover
#

Ok, but what Stripe SDK/API does requestPayment call?