Project

General

Profile

Wiki » History » Version 1

Soh Keong, 01/06/2021 02:23 PM

1 1 Soh Keong
{{toc}}
2
3
h1. Wiki
4
5
h2. Specification
6
7
See [[Specification]]
8
9
h2. Status Code
10
11
|_.Code |_.Message                              |_.Description                                                                               |
12
| 1	| Invalid request	                | Missing mandatory input parameter or input data is invalid.                                |
13
| 2	| System error	                        | Internal error related to database interaction or routing.                                 |
14
| 3	| System busy	                        | Ginota gateway is busy in delivering messages.                                             |
15
| 4	| Destination address unreachable	| The destination number cannot be identified as it is not associated to any supported country by Ginota or is in incorrect 
16
                                                  format.                                                                                    |
17
| 7	| Access denied	                        | The API Key and API Secret is either unavailable, inactive or invalid in Ginota.
18
                                                  (Note: Both values are case sensitive and value of API Key has been URL-encoded)           |
19
| 21    | Invalid source address	        | The alphanumeric support feature is not set up for your account.                           |
20
| 22	| Invalid destination address	        | The routing of destination number is not set up for your account.                          |
21
| 23	| Invalid message	                | Message content appears to be an empty string.                                             |
22
| 24	| Message too long	                | Message content exceeds message size limits of Ginota.                                     |
23
| 25	| Contains banned words	                | Message content is rejected due to suspected banned words used.                            |
24
| 27	| Destination address blacklisted	| The destination number has been blacklisted.                                               |
25
| 28	| Destination address not whitelisted	| Whitelist feature is enabled for your account. This destination number is not whitelisted. |
26
| 41	| Invalid account	                | Invalid account in billing engine.                                                         |
27
| 44	| Insufficient balance	                | Your account balance is insufficient to send out the SMS created/scheduled.                |
28
29
30
h1. Merchant's Account Details
31
32
*Production :*
33
* URL  : *https://www.ginota.com/gemp/sms/json*
34
35
h2. SCM
36
37
<pre>
38
Host: cwapp4 [IP address:192.168.2.66]
39
Path: /cvs/ecoswayNew
40
Module: SmsClient
41
Tag: HEAD
42
</pre>