Wiki » History » Version 2
Soh Keong, 10/20/2022 11:55 AM
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 | 2 | Soh Keong | * Single URL : *https://www.ginota.com/gemp/sms/json* |
34 | * Bulk URL : *https://www.ginota.com/gemp/bulk/sms/json* |
||
35 | 1 | Soh Keong | |
36 | h2. SCM |
||
37 | |||
38 | <pre> |
||
39 | Host: cwapp4 [IP address:192.168.2.66] |
||
40 | Path: /cvs/ecoswayNew |
||
41 | Module: SmsClient |
||
42 | Tag: HEAD |
||
43 | </pre> |