Skip to main content
GET
/
v1
/
links
/
{link_id}
/
statements
/
{statement_id}
Retrieve a Statement
curl --request GET \
  --url https://api.example.com/v1/links/{link_id}/statements/{statement_id}/

Description

Get the pay statement for a specific statement ID associated with a link.

Authentication

This endpoint requires API credentials to be provided in the request header.

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe identifier for the user’s account link
statement_idstringYesThe specific pay statement identifier to retrieve

Response

The endpoint returns the requested pay statement data including dates, gross pay, net pay, earnings breakdown, and deductions.