Ledger Apis
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| POST | /api/v1/ledger/transactions | SERVICE | Post |
| GET | /api/v1/ledger/transactions/{id} | Bearer | Get |
| POST | /api/v1/ledger/transactions/{id}/reverse | SERVICE | Reverse |
Example Request
{
"example": "See service documentation for full schemas"
}
Example Response
{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}
All write endpoints require Idempotency-Key header where applicable.