Skip to main content
POST
/
api
/
v1
/
transaction
/
confirm
/
wizall
Confirm Wizall transaction
curl --request POST \
  --url https://api-m.dexchange.sn/api/v1/transaction/confirm/wizall \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transactionId": "DEX123456789",
  "otp": "123456"
}
'
{
  "message": "<string>",
  "transaction": {
    "success": true,
    "amount": 123,
    "fee": 123,
    "transactionId": "<string>",
    "externalTransactionId": "<string>",
    "Status": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs-api.dexchange.sn/llms.txt

Use this file to discover all available pages before exploring further.

An API key is required to access this resource

Authorizations

Authorization
string
header
required

Entrez votre clé API comme: Bearer <API_KEY>

Body

application/json

Wizall confirmation details

transactionId
string
otp
string

Response

Transaction successfully confirmed

message
string
required
transaction
object
required