1. HMAC-SHA512
This is the default method. Each event payload is signed using HMAC-SHA512 with your providedsigning_key
. The signature is sent in the xpay-signature
header.
2. ECDSA
xPay supports ECDSA signature verification for webhooks. The signature is sent in thexpay-private-signature
header, and the public key is provided below.