Links

View Billers

get
https://api.synapsefi.com
/v3.1/billers
View Billers

Biller Name Options

The following values are available for biller_name search option.
Biller Name Options
'Airline', 'Auto Finance', 'Bank Card', 'Cable', 'Church', 'Club / Membership', 'College Savings Plan', 'DSL - ISP', 'Debt Management', 'Electric / Gas / Power / Water', 'Financial Services', 'Gas / Oil Card', 'Healthcare Services', 'Homeowners Association', 'Insurance', 'Mortgage', 'Municipality', 'Other', 'Personal Banking (checking, savings, etc.)', 'Phone', 'Rental Properties', 'Retail', 'Sanitation', 'Satellite Radio', 'Satellite TV', 'School / Car / Bank Loan & Finance', 'Schools & Educational Services', 'Security Systems / Monitoring Services', 'Subscription', 'Taxes', 'Tuition', 'Wireless - Phone'

Example Request

HTTP
cURL
Python
JavaScript
Ruby
PHP
Go
GET /v3.1/billers?filter={"biller_name":"INSURANCE"} HTTP/1.1
Host: uat-api.synapsefi.com
Content-Type: application/json
curl --location -g --request GET 'https://uat-api.synapsefi.com/v3.1/billers?filter={%22biller_name%22:%22INSURANCE%22}' \
--header 'Content-Type: application/json'
//
//
//
//
//