Skip to main content
GET
/
api
/
partner
/
residuals
/
reports
/
{year}
/
{month}
/
withholds
Get withholds
curl --request GET \
  --url https://api.modulate.aurorapayments.net/api/partner/residuals/reports/{year}/{month}/withholds
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

year
integer
required

Report year

Required range: 2000 <= x <= 2100
month
integer
required

Report month

Required range: 1 <= x <= 12

Response

Successful Response