Payers
List Payers CSV
List Stedi’s supported payers in CSV format
GET
This endpoint retrieves a list of Stedi’s supported payers in CSV format. You can use it to retrieve Payer IDs, determine which transactions each payer supports, and check whether transaction enrollment is required for the transaction types you plan to send and receive.
You can also find a searchable list of payers in the Payer Network.
Authorizations
A Stedi API Key for authentication.
Response
200
text/plain
ListPayerRecordsCsv 200 response
All supported payer records in CSV format. The first row contains the header with field names, and subsequent rows contain the payer data.
To render this data as a CSV file, you must save it to a file with a .csv
extension.