post
http://nowpay.in/api/index.php?route=/api/bank/verify_registration
Verify a remitter mobile number via OTP
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API partner |
| username | M | Numeric | Unique Identification of API partner |
| snumber | M | Numeric | Mobile Number of remitter |
| otp_ref | M | String | This is response from Register Remitter. otp_ref is the tokenization for remitter OTP. |
| otp | M | String | Which you received by calling Register Remitter |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 0 = Failed | Status of the Transaction |
| message | String | Description of transaction |
