v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Settlement API

post/?settlementapi

Query parameters

app_idstring required

Merchant APP ID (Alphanumeric - Length of 32 chars)

auth_keystring required

Merchant APP Key (Alphanumeric - Length of 32 chars)

useridinteger

It is the userid of the merchant to be updated

mtypestring required

Set the message type as '0200' (length of 3 chars)

epistring required

EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2

Request body

{"stackTrail":"paths:/?settlementapi:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

200

error_nostring
error_codestring
amountstring
msgstring
{"stackTrail":"paths:/?settlementapi:post:responses:200:content:application/json:schema:properties:desc","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/?settlementapi:post:responses:200:content:application/json:schema:properties:additional_info","oasType":"schema","type":"unknown"}
epistring
channelstring

Example response

{
  "error_no": "S00",
  "error_code": "00",
  "amount": "0.00",
  "msg": "APPROVED",
  "epi": "2313185814",
  "channel": "VT"
}