PostPaymentsWebhook
Function: postPaymentsWebhook()
postPaymentsWebhook<
ThrowOnError>(options?):RequestResult<PostPaymentsWebhookResponses,PostPaymentsWebhookErrors,ThrowOnError>
Defined in: app/api/sdk.gen.ts:705
Processes asynchronous status updates from the Mollie payment gateway. The MollieWebhook endpoint is a secure entry point for external payment signals. It receives notifications regarding successful payments, cancellations, or failures, and triggers the IPaymentWebhookService to update the internal state of the corresponding transactions in real-time without requiring user intervention.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options?
Options<PostPaymentsWebhookData, ThrowOnError>
Returns
RequestResult<PostPaymentsWebhookResponses, PostPaymentsWebhookErrors, ThrowOnError>