post
http://nowpay.in/api/index.php?route=/api/bank/register
OTP will be sent to on the mobile number to validate the remitter. Required to share this OTP on Verify Remitter API.
Onboard a new remitter to enable him/her to transact for DMT. Do not pass any random data otherwise the transactions will get failed.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | Numeric | seckey of api partner |
| username | M | String | Unique identification of api partner |
| snumber | M | Numeric | Mobile Number of remitter |
| sname | M | String | Name of Remitter |
| spincode | M | Numeric | Postal code of remitter |
| semail | M | String | Email address of remitter |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 0 = Failed | Status of the transaction |
| otp_ref | String | Token of OTP which will be input to the remitter validation API |
| message | String | Description of transaction |
