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