/webhooks) to receive events.payment_intent.succeeded or payment_intent.failed.Pisomind-Signature header with timestamp + HMAC).curl --location --request POST '/webhooks' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "evt_987654",
"type": "payment_intent.succeeded",
"created_at": 0,
"data": {
"object": {}
}
}'{
"error": {
"type": "invalid_request_error",
"message": "Required parameter currency is missing",
"code": "missing_currency",
"param": "currency"
}
}