New received invoice

Triggered when a new received invoice is created or imported.

Payload

Information about the newly created received invoice.

string
required
Defaults to received_invoice.created

Code that describes the event.

integer
required

Unix timestamp indicating when the event was triggered.

data
object
required
Headers
string
required

Contains a signature to verify the authenticity and integrity of the request.
The signature is generated using the HMAC-SHA256 algorithm with a payload composed of the timestamp and the JSON data.
Format: t={timestamp},s={signature}.

Responses
200

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

404

The webhook URL could not be reached. Ensure the URL is correct and reachable.

LoadingLoading…