v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
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

Methodstring required

Text Containing The Name Of The Method

PartnerIdinteger required

Number Of The Partner

BusinessUnitIdinteger required

Number Of The BusinessUnit

DischargeValuenumber required

Value Of The Transaction

Identifierstring required

Identifier Of The Transaction

OriginAccountstring required

Arrangement Account Key

LockerAccountstring required

Merchant Account Identifier

Descriptionstring required

Description/Explanation of the transaction

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

Successboolean

True or False

Messagestring

Returned message

DocumentNumberinteger

Transaction id

Example response

{
  "Success": true,
  "Message": "Purchase generated successfully",
  "DocumentNumber": 656
}