bridge-xyz-webhooks
Installation
SKILL.md
Bridge (bridge.xyz) Webhooks
Bridge is a stablecoin orchestration platform (customers, KYC links, transfers, virtual accounts, cards). It delivers webhooks signed with an RSA-SHA256 signature and verified against a per-endpoint PEM public key returned when you create/update the webhook — there is no HMAC shared secret and no official SDK.
When to Use This Skill
- How do I receive Bridge webhooks?
- How do I verify the Bridge
X-Webhook-Signatureheader? - Why is my Bridge webhook signature verification failing?
- How do I handle
customer.updated,kyc_link.updated,transfer.updated, orvirtual_account.activityevents? - How do I create and enable a Bridge webhook endpoint via the API?