Skip to main content
GET
/
api
/
v2
/
partner
/
merchants
/
{merchant_id}
/
pricing
/
tsys
/
history
Get TSYS pricing history
curl --request GET \
  --url https://api.modulate.aurorapayments.net/api/v2/partner/merchants/{merchant_id}/pricing/tsys/history \
  --header 'X-Partner-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-Partner-API-Key
string
header
required

Path Parameters

merchant_id
string
required

Merchant ID

Required string length: 1 - 50

Query Parameters

months
integer
default:12

Lookback period in months

Required range: 1 <= x <= 36

Response

Successful Response