Get payments by file number

Retrieve payments associated with a specific file. Supports pagination with default values of page=1 and limit=10.

SecurityoAuth2
Request
path Parameters
fileNumber
required
string
Example: 9247
query Parameters
page
integer
Default: 1
Example: page=1
limit
integer
Default: 10
Example: limit=10
Responses
200

Successfully retrieved file payments

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

get/v1/files/{fileNumber}/payments
Request samples
Response samples
application/json
{
  • "pagination": {
    },
  • "data": [
    ]
}