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:
Parameter | Description | Type | Example | Mandatory |
---|---|---|---|---|
Method | Method name | string | "UpdateMerchantClosedLoopInfo" | Yes |
Partner | Information provided by FitBank | bigint | "847561" | Yes |
BusinessUnitId | Information provided by FitBank | int | "234334" | Yes |
RechargeValue | Recharge Transaction Value | varchar | "50.00" | Yes |
OriginAccount | Company account from which the balance will be deducted. | string | "378320-014700-0146333-1" | Yes |
LockerAccount | Merchant POS) to which the balance will be transferred. | string | "498191-209911-9590853-5" | Yes |
Description | Balance top-up description | string | "Store 25 - Recharge" | Yes |
Updated 2 days ago