ApplicationCharges
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Long | False | The Unique Identifier of the Application Charge |
Name | String | False | The Order Number |
ApiClientId | Long | False | The API Client ID |
Price | Decimal | False | The price of the application charge |
Status | String | False | 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 | False | The date and time (ISO 8601 format) when the application charge was created. |
UpdatedAt | Datetime | False | The date and time (ISO 8601 format) when the application charge was last updated. |
ChargeType | String | False | The type of the application charge |
DecoratedReturnUrl | String | False | The decorated return url |
Last updated