Topup Organisation Balance
POST /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
amount
string
(Required) The amount of to be charged to the saved card
Example
<integer>
Request Body
Responses
200
OK
object
Example
{ "amount": "<integer>", "balance": "<integer>", "ref": "<integer>"}
400
Bad Request
object
Example
{ "message": "<string>"}
403
Forbidden
object
Example
{ "message": "<string>"}
500
Internal Server Error
object
Example
{ "message": "<string>"}
503
Service Unavailable
object
Example
{ "message": "<string>"}