---
title: "Crypto Transfer Webhook"
method: POST
path: "/stablecoin/webhook"
tags: ["General APIs with JWT"]
---

# Crypto Transfer Webhook

`POST /stablecoin/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

## Headers

- `x-webhook-signature` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
