cURL
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>" } }
Confirm a pending Wizall transaction using OTP
Entrez votre clé API comme: Bearer <API_KEY>
Wizall confirmation details
The body is of type object.
object
Transaction successfully confirmed
The response is of type object.