Skip to main content
POST
/
api
/
v1
/
merchantconfig
/
inquiry
Merchant Config inquiry
curl --request POST \
  --url https://www.waffo.com/api/v1/merchantconfig/inquiry \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchantId": 1000000201
}
'
{
  "code": "<string>",
  "msg": "<string>",
  "data": {
    "merchantId": "<string>",
    "totalDailyLimit": "<string>",
    "remainingDailyLimit": "<string>",
    "transactionLimit": "<string>"
  }
}

Body

application/json
merchantId
string
default:1000000201
required

Merchant id assigned by Waffo

Maximum string length: 64
Example:

1000000201

Response

200 - */*

OK

response data

code
string
msg
string
data
object