on dashboard: settings > webhook settings > webhook_pubk_test
on dashboard: settings > webhook settings > webhook_pubk_prod
signature
field. You should verify the integrity of the payload by comparing the provided signature with the one generated using your webhook’s public key.
SHA256withRSA
with a key length of 2048 bits
.Field | Type | Description |
---|---|---|
event | string | Specifies the type of webhook notification. |
body | string | Contains either a PaymentIntent or WithdrawalIntent as a JSON string, depending on the event type. |
event | string | Specifies the type of webhook notification. which will be found inside the body object. |
signature
field contains the cryptographic signature to verify the authenticity of the webhook body.