post https://api-stage.bill.com/api/v2/ListPayments.json
List all payments by disbursement type.
See Search operations with lists to learn about pagination, sorting, and filtering.
Response
List all payments by disbursement type.
See Search operations with lists to learn about pagination, sorting, and filtering.
xxxxxxxxxx
curl --request POST \
--url https://api-stage.bill.com/api/v2/ListPayments.json \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded' \
--data 'data={"start":0,"max":999}'
Try It!
to start a request and see the response here! Or choose an example: