post
https://api-v2.honeycoin.app/api/b2b/fiat/deposit//authorise
Submit the required authorisation data (3DS, OTP, PIN, or Address) to move the transaction forward.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use three_ds, otp, pin, or address_verification according to the current stepRequired. A redirect step is completed through the returned URL. In sandbox, authorization must use the same account that created the transaction, the type must match the required step, and successful or failed transactions cannot be authorized again.
Examples
{
"type": "otp",
"value": "123456"
}{
"type": "pin",
"value": "1234"
}{
"type": "address_verification",
"value": {
"street1": "4224 Clinton Street, Apt 3B",
"zip": "10001",
"state": "NY",
"city": "Metropolis",
"country": "US"
}
}