ApplicationCharges
Create or view Application Charges for Billing.
Table-Specific Information
Select
The adapter processes all filters client-side within the adapter. The following queries are the only ones processed server-side:SELECT * FROM ApplicationCharges WHERE Id = '123'
Insert
INSERT INTO ApplicationCharges ( Test ) VALUES ( 'true' )
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True |
The Unique Identifier of the Application Charge | |
Name | String | False |
The Order Number | |
ApiClientId | Long | True |
The API Client ID | |
Price | Decimal | False |
The price of the application charge | |
Status | String | True |
The status of the application charge. Valid Values are: pending, active, declined, expired | |
ReturnUrl | String | False |
The URL where the merchant is redirected after accepting a charge. | |
Test | String | False |
Whether the application charge is a test transaction. Valid values:true,null | |
CreatedAt | Datetime | True |
The date and time (ISO 8601 format) when the application charge was created. | |
UpdatedAt | Datetime | True |
The date and time (ISO 8601 format) when the application charge was last updated. | |
ChargeType | String | True |
The type of the application charge | |
DecoratedReturnUrl | String | True |
The decorated return url |