post https://sandbox.onebrick.io/v2/data/auth/gopay/otp
Request Parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| public_access_token | String | Unique Identifier token for clients, Also called as public_access_token |
| username | String | End-user's Gopay registered mobile number |
Response Parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| status | Int | Response status code |
| data-job_id | String | Unique Id for request, It will help to map callback response |
| data-message | String | Message to inform the user |
You can check the async(callback) response here.
