Developer Documentations

 

Self Help
Table of Contents
Print
HTTP Method POST
Operation Used by merchant to Generate the OTP on the Telco Operator

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