{
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "value",
        "value": "{{publishable_key}}",
        "type": "string"
      },
      {
        "key": "key",
        "value": "api-key",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "method": "GET",
  "header": [
    {
      "key": "Accept",
      "value": "application/json"
    }
  ],
  "url": {
    "raw": "{{baseUrl}}/account/payment_methods?client_secret={{client_secret}}",
    "host": ["{{baseUrl}}"],
    "path": ["account", "payment_methods"],
    "query": [
      {
        "key": "client_secret",
        "value": "{{client_secret}}"
      }
    ]
  },
  "description": "To filter and list the applicable payment methods for a particular merchant id."
}
