Request for Settlement
API ExplorerA Request for Settlement is used to initiate the terminal’s batch settlement with the payment processor. At the end of the business hours, when a merchant is ready to close, all transactions processed during their operating hours must be submitted to the processor to ensure the funds are transferred to their bank account.
Request Body
application/json
Response Body
application/json
curl -X GET "https://example.com/cgi.html-settle" \ -H "Content-Type: application/json" \ -d '{ "RegisterId": "3", "TPN": "", "AuthKey": "", "RefId": "2", "TransType": "Settle", "Param": "Close", "MerchantId": "" }'{
"RefId": "string",
"RegisterId": "string",
"TPN": "string",
"ResultCode": "string",
"Message": "string",
"AuthCode": "string",
"ExtData": "string"
}