Skip to main content
GET
List of payments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is an API key from the API Integration section of your dashboard. Keys are scoped to the company they are generated in — for testing, add a separate test company and generate the key there, so requests never touch your real books.

Query Parameters

start_date
string
default:01-01-2024
required

Start date for the list, [DD-MM-YYYY]

end_date
string
default:31-12-2024
required

End date for the list, [DD-MM-YYYY]

status
string
default:success
required

Filter list based on active status of the payment

num_records
integer
default:10

Number of records to fetch

page
integer
default:1

Page number

Response

Payment details fetched successfully

success
boolean

Success flag

Example:

true

message
string

Response message

Example:

"Subscription List fetched successfully"

error_code
string

Error code

Example:

""

errors
object

Errors

data
object