Skip to main content

Payment response WEBHOOK

Webhook 

After a payment is successfully completed, Hipay will send a payment notification to the merchant’s registered WEBHOOK_URL via a GET request with a 60-second timeout. If the response to that request is not successful (HTTP code 200), Hipay will consider the notification as failed and will resend it according to the following intervals:

15s / 15s / 30s / 3m / 10m / 20m / 30m / 30m / 30m / 60m / 3h / 3h / 3h / 6h / 6h

To prevent potential overlap or conflicts when resending the same transaction information due to the lack of a successful response, the merchant should implement measures to handle duplicate notifications appropriately.

Request

Query Parameters

    checkoutId stringrequired

    Possible values: <= 32

    Invoice ID

    paymentId stringrequired

    Possible values: <= 36

    Transaction ID

Responses

Return a 200 status to indicate that the data was received successfully

Loading...