Initiate Trasaction

To authenticate and complete the transaction. Input the otp_ref_id received from the Send OTP step.
Enter the OTP received on the customer’s mobile. Upon successful OTP verification, the transaction is completed.

👍

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