Package Refund
Gigastore provides Credit Refunds for data packages if a customer cannot use the purchased package due to a technical issue.
Refunds via API will be processed if all the following conditions are met:
Package Purchase: The package must have been purchased using Credits via Gigastore.
Package Status: The data package must still be valid (not expired) and unused (full data).
Refund Limit: You have not exceeded the maximum number of refunds allowed this month.
When these conditions are satisfied, the Credits for the package will be refunded to your Gigastore Account. Otherwise, the system will return an error.
To conduct a refund via API, use the following route:
/activations/activated-items/{uid}/refund:
post:
summary: Refund an activated Item by its UID
description: Refund an activated Item with the UID passed as a parameter in the path
operationId: refundActivatedItem
parameters:
- in: path
name: uid
schema:
type: string
description: UID of the activated item, generated by the system
required: true
responses:
200:
description: ok
Replace {uid}
with the unique identifier of the purchased package.
The UID of the purchased package can be retrieved via activated-items.
Refunds can also be processed through Customer Support or the Gigastore platform. For more detailed information, please proceed here.
Last updated
Was this helpful?