Skip to main content
POST
/
api
/
v2
/
partner
/
residuals
/
reports
/
{year}
/
{month}
/
merchants
/
export
Create merchant export
curl --request POST \
  --url https://api.modulate.aurorapayments.net/api/v2/partner/residuals/reports/{year}/{month}/merchants/export \
  --header 'X-Partner-API-Key: <api-key>'

Authorizations

X-Partner-API-Key
string
header
required

Headers

Idempotency-Key
string

Optional dedup key (24h TTL)

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