Activation Request
Last updated
Was this helpful?
To approve an eSIM activation via SDK, you need to implement this callback on your server. If the client is allowed to install an eSIM, a successful response is expected from our backend. Gigastore is sending the webhook as a POST request.
Please provide your server URL to your Gigastore contact. Only HTTPS server URLs are allowed.
Attribute
Type
Example
Info
activationId
string
1e0da3933156
A unique id provided for reference.
{
"inventoryItemId": "1_GB",
"userToken": "USER_TOKEN_1234567",
"metaTag": myTag,
"activationId": "1e0da3933156"
}Attribute
Type
Limitation
returnCode
string
"SUCCESS" or "FAIL"
returnMessage
string
-
Your server should always return 200.
Last updated
Was this helpful?
Was this helpful?
{"returnCode":"SUCCESS","returnMessage":null}