Public Subscription Read
GET
/v1/public/subscriptions/{hash}OptionalBuyer-facing read via the public portal link (the publicHash is the bearer).
Authentication
Signature Pattern
None β public buyer endpoint, the subscription publicHash is the bearer.Response Parameters
| Field | Type | Example |
|---|---|---|
publicHash | string | "kQ7rS1tV5wY8zaB3xK9mN2" |
merchantName | string | "Acme Store" |
status | string | "active" |
amountMinor | integer | 50000 |
currency | string | "TRY" |
intervalCount | integer | 1 |
intervalUnit | string | "month" |
cardLast4 | string | "4321" |
cardBrand | string | "visa" |
nextChargeAt | string | "2026-05-13T10:00:00Z" |
Response Example
JSONResponse
{
"publicHash": "kQ7rS1tV5wY8zaB3xK9mN2",
"merchantName": "Acme Store",
"status": "active",
"amountMinor": 50000,
"currency": "TRY",
"intervalCount": 1,
"intervalUnit": "month",
"cardLast4": "4321",
"cardBrand": "visa",
"nextChargeAt": "2026-05-13T10:00:00Z"
}Status Codes
200Success
201Created
400Bad Request
401Unauthorized
404Not Found
429Rate Limited
Try itMock
GEThttps://api.pay.sandbox.kvell.group