#Mollie Webhook Request

1 messages · Page 1 of 1 (latest)

ember moth
#

Hey,

I am currently building the Webhook Route for Mollie Payments.
Can I ask, how the Request looks that i get from Mollie?

Regards

humble patio
#

The most important example of a webhook is when a payment is paid. If you created the payment with a webhook URL, we will call that webhook URL with a single POST-parameter called id and a value of for example tr_d0b0E3EA3v.

ember moth
humble patio
untold crest
#

I typically use curl -d "id=tr_decafbad" https://example.invalid/webhook for all my simulation needs.

humble patio
untold crest