ApplicationCharges
Stores one-time billing charges created by an app, including charge amounts, currency, and payment status.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
A unique numeric identifier for the application charge. | |
| Name | String | False |
The name or label associated with the application charge. | |
| ApiClientId | Long | True |
The unique identifier of the API client that created the charge. | |
| Price | Decimal | False |
The monetary amount of the application charge. | |
| Status | String | True |
The current status of the application charge. Possible values include 'pending', 'active', 'declined', or 'expired'. | |
| ReturnUrl | String | False |
The URL to which the merchant is redirected after accepting the charge. | |
| Test | String | False |
Indicates whether the application charge is a test transaction. Possible values are 'true' or 'null'. | |
| CreatedAt | Datetime | True |
The date and time when the application charge was created, in ISO 8601 format. | |
| UpdatedAt | Datetime | True |
The date and time when the application charge was last updated, in ISO 8601 format. | |
| ChargeType | String | True |
The type or classification of the application charge. | |
| DecoratedReturnUrl | String | True |
The return URL enhanced with additional metadata or query parameters used by Shopify. |