POST
/
api
/
v1
/
transaction
/
confirm
/
wizall
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>"
  }
}
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

The body is of type object.

Response

200
application/json

Transaction successfully confirmed

The response is of type object.

POST
/
api
/
v1
/
transaction
/
confirm
/
wizall
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>"
  }
}
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

The body is of type object.

Response

200
application/json

Transaction successfully confirmed

The response is of type object.