Skip to main content
GET
/
api
/
partner
/
merchants
/
{merchant_id}
/
pricing
/
tsys
/
current
Get current TSYS pricing
curl --request GET \
  --url https://api.modulate.aurorapayments.net/api/partner/merchants/{merchant_id}/pricing/tsys/current
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

merchant_id
string
required

Merchant ID

Required string length: 1 - 50

Response

Successful Response