# SubscriptionTransactionResponse

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/subscription-transaction-response/

The result of an ad-hoc charge against a subscription.

## Fields

- `transactionId` (string, required) - The unique identifier of the charge.
- `subscriptionId` (string, required) - The subscription the charge belongs to.
- `status` (string, required, one of "Pending", "Successful", "Failed") - The status of an individual subscription charge.
- `amount` (object, required) - The charged amount.
- `merchantReference` (string, required) - Your reference for this charge.
