#cambly-paymentmethod-fingerprint
1 messages ยท Page 1 of 1 (latest)
Hmm I'm not sure if this is possible for those payment methods
WIth cards, you can create the payment method first, before the payment, and inspect the fingerprint but I didn't think that was available for alipay and wechat
Can you share some example payment methods / payments you made?
Here's what we got from a payment_intent.succeeded webhook event on an Alipay payment intent. I redacted some fields that I thought might be sensitive. Not sure if that helps?
Thank you for that example. Apologies for the delay, I am checking in to the request that confirmed that intent and will get back to you
Awesome, thank you!
I'm still having trouble finding info on this. I will reach out to my colleagues who may know more and will get back with what I can find.
I'm not seeing a way to get that same data when retrieving the payment intent
Also, I assume that you have retrieved these intents and payment methods in the API and no fingerprint was presetn on them?
Yeah... I think we're only able to see the finger print from the charge object on the payment intent after the intent has already succeeded. I assume that when the charge object is created, it's already too late?
Yeah, for some payment methods you can place a hold on the funds, check payment method details, and decide whether to release or capture the funds based on those details. But I don't think AliPay and WeChat support placing holds. Will check in to that
I see... thanks for checking
๐
Yeah overall this just isn't possible with AliPay / WeChat Pay.
You don't get a PaymentMethod or fingerprint until the actual Charge occurs
As noted, you can't use Auth & Capture with these PaymentMethods
So really no way to do this ahead of time.
ok, thanks for confirming