Top-up
Once the First Package was activated, you can add more balance to your customers using the /gigastore/activations/top-up
endpoint.
To activate a top-up, you need:
inventoryItemId - see Offering Packages
metatag, e.g. an internal transaction id (will be stored and can be retrieved via API)
customerUid - the uid of your customer as returned during registration
expectedPrice - the retail price of the package (optional)
The request will return a newly created activatedItem.
The customer's total balance will be updated immediately. See Customers for more details.
Last updated
Was this helpful?