Skip to main content
POST
/
api
/
v1
/
paymethodconfig
/
inquiry
Pay Method Config Inquiry
curl --request POST \
  --url https://www.waffo.com/api/v1/paymethodconfig/inquiry \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchantId": 1000000201
}
'
{
  "code": "<string>",
  "msg": "<string>",
  "data": {
    "merchantId": 1000000201,
    "payMethodDetails": [
      {
        "productName": "<string>",
        "payMethodName": "<string>",
        "country": "<string>",
        "currentStatus": "<string>",
        "fixedMaintenanceRules": [
          {
            "startRule": "<string>",
            "endRule": "<string>"
          }
        ],
        "fixedMaintenanceTimezone": "<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