kirha logo
Api Reference

POST Account Top-up Complete

POST
/account/topup/{id}/complete

Path Parameters

idstring

Identifier of the top-up created via /account/topup.

transaction_hashstring

Response Body

curl -X POST "https://api.kirha.com/billing/v1/account/topup/string/complete" \  -H "Content-Type: application/json" \  -d '{    "transaction_hash": "0xpaymenthash"  }'
Empty
{
  "error": {
    "code": "string",
    "message": "string",
    "details": {}
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": {}
  }
}