Recharge the balance of Merchant

API RechargeLockerAccount

This functionality allows the Receiver participant to add funds to a store account (Locker Account) linked to a company’s regular account. The recharge process is performed via transfer between the source account and the destination (Locker Account). This API ensures stores have sufficient funds for transactional operations within the Closed Loop arrangement.

  • JSON REQUEST:
    { 
      "Method": "RechargeLockerAccount", 
      "BusinessUnitId": 30472, 
      "PartnerId": 10409, 
      "RechargeValue": 50, 
      "Identifier": "TRA3ae6ad69-f36e-4c33-89a8-f2568458309cTRA", 
      "OriginAccount": "378320-014700-0146333-1", 
      "LockerAccount": "498191-209911-9590853-5", 
      "Description": "Store 24 account recharge transaction" 
    } 
    
  • JSON RESPONSE:
    { 
      "Success": "true", 
      "Message": "Recharge request registered successfully", 
      "DocumentNumber": 548 
    } 
    

Parameter Descriptions:

ParameterDescriptionTypeExampleMandatory
MethodMethod namestring"UpdateMerchantClosedLoopInfo"Yes
PartnerInformation provided by FitBankbigint"847561"Yes
BusinessUnitIdInformation provided by FitBankint"234334"Yes
RechargeValueRecharge Transaction Valuevarchar"50.00"Yes
OriginAccountCompany account from which the balance will be deducted.string"378320-014700-0146333-1"Yes
LockerAccountMerchant POS) to which the balance will be transferred.string"498191-209911-9590853-5"Yes
DescriptionBalance top-up descriptionstring"Store 25 - Recharge"Yes