General APIs with JWT

Crypto Transfer Webhook

Handle webhook callbacks from the crypto transfer microservice.

The microservice sends webhooks with status updates:

  • PENDING: Transfer initiated
  • CONFIRMED: Transfer confirmed on blockchain
  • FAILED: Transfer failed
post/stablecoin/webhook

Headers

x-webhook-signaturestring nullable

Response

Successful Response

{"stackTrail":"paths:/stablecoin/webhook:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes