#timmcc-paymentintents
1 messages · Page 1 of 1 (latest)
@onyx cave the charges field is not included on the frontend for security reasons (note it is not marked as "retrievable with a publishable key" on https://stripe.com/docs/api/payment_intents/object )
if you need information from it you should either listen to webhooks and save it to your database from backend code; or send the pi_xxx to your backend, retrieve it from the API there using a secret key and get the information you need, then pass it back to render on your frontend