Developer Documentations

 

Skip to main content
Table of Contents
Print
HTTP Method POST
Operation Used by Merchant to Validate the OTP sent by user and to charge him accordingly

curl –location –request POST ‘https://[Dizlee API Endpoint]’ \
–header ‘Content-Type: application/json’ \
–header ‘apikey: {APIKey}’ \
–header ‘HTTP_MSISDN: 9641234567890’ \
–data-raw ‘{ “valRequestId”:”DVO00003b26b140600ce5cc9296″, “subscriptionId”: ” DVO00003b26b140600254″, “userId”:”964123456789″,
“SID”:”123”,
“PID”:”456”,
“amount”:0, “currency”:”IQD”,
“aggregatorId”:”[aggregatorName]”, “merchantId”:”[merchantName]”, “product”:”[Product]”, “subProduct”:”[subProduct]”, “authCode”: “123”,
“chargeId”: “1232564879”
}’