Send Transaction OTP

To trigger an OTP for transaction authentication. Input the transaction amount and the customer’s mobile number (customer_id). The system will send an OTP to the customer’s registered mobile number.
A unique otp_ref_id will be generated and returned by the API.

👍

PUT

/customers/{customer_id_type}:{customer_id}

eg: /customers/mobile_number:9876543210

Note: Parameters passed in request body should be application/x-www-form-urlencoded

❗️

Name Parameter

Do not pass any random name, pass the name as per the id only otherwise the transactions will get failed

📘

OTP will not be coming on the mobile on UAT systems.

Language