API v2.4 / Organisation / Topup Organisation Balance
POST /organisation/balance
Update the pre-payed balance held by your organisation. Initial payment is done using the Portal: https://portal.esim-go.com/. This will store your card details for future use. Follow up payments can be done using the API.
Authorizations
Parameters
Query Parameters
(Required) The amount of to be charged to the saved card
Example
1000
Request Body
Responses
200
OK
object
The amount of the topup
5000
The current balance after the topup
12500
A reference number for the topup transaction
987654321
400
Bad Request - returned when request format is not accepted
object
Status of api functions which do not return data
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the ICCID is not accessible by the user
object
Status of api functions which do not return data
429
Too Many Requests
object
Status of api functions which do not return data
500
Server Error
object
Status of api functions which do not return data
503
Processing - Please come back later or use the Retry-After (seconds) header
object
Status of api functions which do not return data