v1
latestOpenAPI 3.1.02026-07-24104338.0 KBPayments
Get a payment by ID
get/api/v3/subscriptions/payments/{paymentId}
Path parameters
paymentIdstring uuid required
Response
Payment found.
Example response
{
"billedAmount": {
"amount": "29.00",
"asset": "USD"
},
"paidAmount": {
"amount": "29.00",
"asset": "USD"
},
"paidAt": 1748513400,
"createdAt": 1748513400
}