Payments
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.