Transaction
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/Transaction.jsonamountCentsint64required
chargedAtdate-time
createdAtdate-timerequired
currencystringrequired
descriptionstring
failureCodestring
failureMsgstring
invoiceUUIDstring
metadata object
property name*string
providerstringrequired
providerTxIDstringrequired
refundedAtdate-time
refundedCentsint64
statusstringrequired
subscriptionUUIDstring
tenantUUIDstring
updatedAtdate-timerequired
uuidstringrequired
Transaction
{
"$schema": "https://example.com/schemas/Transaction.json",
"amountCents": 0,
"chargedAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"currency": "string",
"description": "string",
"failureCode": "string",
"failureMsg": "string",
"invoiceUUID": "string",
"metadata": {},
"provider": "string",
"providerTxID": "string",
"refundedAt": "2024-07-29T15:51:28.071Z",
"refundedCents": 0,
"status": "string",
"subscriptionUUID": "string",
"tenantUUID": "string",
"updatedAt": "2024-07-29T15:51:28.071Z",
"uuid": "string"
}