#dacian.capitan

1 messages · Page 1 of 1 (latest)

fast latchBOT
forest verge
#

If you have the Payment Method Id, you can call the Retrieve Payment Method API

rigid egret
#

i cant acces that payment methods

#

this is docs

#

not sure if i can acces that info with api

#

from java backend i forgot to mention

forest verge
#

What do you mean by can't access that payment method?

#

Do you have a Payment Method id? pm_xxx

rigid egret
#

i want to implement Checkout with Link so all user information is collected by LinkApp

#

"Customers store their payment information with the Link app, and reuse it across any Stripe merchants with Link enabled."

forest verge
#

Yeah I get that, and after the customers finished their transactions, you should receive some webhook events like payment_intent.succeeded

rigid egret
#

ya, something like that

#

stripe collects user data in the frontend than to stripe server so i cant think i can acces more than just the webhook event

forest verge
#

Yes, after receive the webhook event, find the Payment Method Id (pm_xxx) on the succeed Payment Intent

#

then use the API I provided above to access all its information