gocardless-pro-java icon indicating copy to clipboard operation
gocardless-pro-java copied to clipboard

Is there a way to get hold of webhook_id?

Open aharin opened this issue 4 years ago • 0 comments

The event payload sent to a webhook contains meta element with a webhook_id:

{
	"events": [
		
	],
	"meta": {
		"webhook_id": "WB000..."
	}
}

I cannot see though, how to get hold of webhook_id value using the java client. Webhook.parse method only returns the list of events.

aharin avatar Sep 29 '21 14:09 aharin