---
title: "Authorise Charge"
method: POST
path: "/api/b2b/fiat/deposit/{transactionId}/authorise"
---

# Authorise Charge

`POST /api/b2b/fiat/deposit/{transactionId}/authorise`

Submit the required authorisation data (OTP, PIN, or Address) to move the transaction forward.

## Path parameters

- `transactionId` string, required

## Request body

- object
  - `type` string, required — The type of authorisation: otp, pin, or address_verification
  - `value` string, required — The actual OTP/PIN string or the Address object.

## Response `200`

200

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
