How to get stripe payment ID?

Hi everyone,

Does you guys know how to capture the charge ID with stripe component.

I need it to be able to make an api call with a refund is necessary but I cant find how.

Note: Im using normal stripe payment component and not stripe connect to know stripe costumer id.

Without this ID I can not make any refunds with the API

Please help

This

Please help

The id is generated in Stripe after each payment, to take it to your database you must create a Webhook in Stripe to run after each new payment. You must use the email as an identifier to find your customer in the database.

Hi,

Great thanks! I have tried by I can not connect this, can you help me with this?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.