Merchant
Recharge Merchant Account
In this API it is possible to top up the merchant account, where the money goes from the arrangement account to the merchant account.
post/RechargeLockerAccount
Request body
Example request
{
"Method": "RechargeLockerAccount",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"RechargeValue": 2.95,
"Identifier": "PurchaseTest1106new4",
"OriginAccount": "378320-014700-0146333-1",
"LockerAccount": "498191-209911-9590853-5",
"Description": "Store 24 account recharge transaction"
}Response
Recharge Locker Account
Example response
{
"Success": true,
"Message": "Purchase generated successfully",
"DocumentNumber": 656
}