#0456954006
1 messages · Page 1 of 1 (latest)
👋 how may I help?
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
would you mind sharing a request ID?
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
Missing from where exactly?
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
The Customer object from the example payment you shared, I can see the attached PM: https://dashboard.stripe.com/customers/cus_OBmcCfnDPfIWlZ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
How are they 'checking out'? A custom flow? How are you listing their saved cards?
can i share our mobile app for your reference
I'm only really interested in the code you use to list the saved cards. Are you using the Payment Sheet?
That's not really any help unfortunately. Can you find the request that triggered that error? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Did you read the error message from that request?
Then you need to help me understand the issue better. Can you share the code that throws that error?
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
That's not native Stripe SDK code. Where is that from?
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
Ok, but what Stripe SDK/API does requestPayment call?