Feature Requests
Closed

Add in webhook payload return add "payment_id"

Add in webhook payload return add "payment_id"

1 Comment

Sign in to comment

Shreya·about 1 month ago

Thanks for the request! This is already in the webhook payload. For payment events, payment_id is included in the data object, you can access it as event.data.payment_id (alongside total_amount, currency, and the customer object). Marking as already available.

Posting anonymously