Import Bills
Learn how to import lists of bills into Payabli from CSV files
This guide explains how to import bills with the Payabli API.
Example CSV file
Before you get started, copy the example CSV file and open it with the editor of your choice. Use it as an example to help you build your import file.
Build the request
First, choose an endpoint. If you’re testing, use the Sandbox endpoint.. If you’re testing, use the Sandbox endpoint.
Authenticate
Path parameter
The import endpoints have one required path parameter.
The entrypoint identifier for the paypoint to import the data into.
Body parameter
The import endpoint has a required body parameter: a CSV file with the data you want to import.
Example request
This example imports BillImportFile.csv for the entrypoint e56ce00572
.
Example response
A successful request returns a JSON response with the number of added and rejected records, and any errors. The imported data is now available for use, and you can confirm by checking PartnerHub or PayHub.
See Also:
Was this page helpful?