Update your Organisation's balance via Saved Payment information
POST /organisation/balance
POST
/organisation/balance
Update the pre-paid 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
amount
required
integer
The amount of to be charged to the saved card
Responses
200
Success message
object
amount
Amount of the topup
integer
balance
New balance
integer
ref
Reference
integer
400
Bad Request - returned when request format is not accepted
object
message
Status of api functions which do not return data
string
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the eSIM is not accessible by the user
object
message
Status of api functions which do not return data
string
500
Server Error
object
message
Status of api functions which do not return data
string