v1
latestOpenAPI 3.0.12026-07-242871595.3 MBGet a charge
Retrieves the details of an existing charge. This information is also returned when a charge is first created, see create a charge or if it is refunded, see create a refund.
Path parameters
Universally unique identifier (UUID) of the charge.
Headers
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Response
Successful response. Charge details are displayed.
Charge amount in cents. If the charge request includes tax (tax_rate_uuid or tax_amount), this value must be the sum of any item prices and any tax or tip. For example, if the item cost = $10 and the tax is $1, the amount is 1100 cents ($11). Format: cents
Amount paid in taxes. This value is not automatically added to the total amount. Your app must ensure the Amount property is the total final amount to charge the customer.
Amount paid in tips. This value is automatically added to the total amount when the transaction is finalized.
Amount refunded in cents. This value can be less than the amount property on the charge if a partial refund is issued.
Indicates if the transaction was partially approved.
Indicates whether to immediately capture the charge. Values: True - Default. False - Indicates the charge transaction type is AUTH (or PRE-AUTH), and the charge can be captured later using the capture a charge endpoint.
Charge creation time (Unix timestamp in milliseconds).
Three-letter ISO 4217 currency code. Format: Lower case Length: Maximum 3
Unique identifier of the customer associated with the charge.
Detail description of the charge.
Unique identifier (ID), such as an invoice or purchase order (PO) number, that is sent to the merchant's gateway and displayed in settlement records. Format: Supported for US—alphanumeric characters with in-between spaces. Length: Maximum 12, including spaces and alphanumeric characters.
Customer reference number from the merchant's order management system.
Authorization code of the charge, if available.
Reference number returned from the payment gateway when the transaction is successful.
Error code explaining the reason for the charge failure.
Detailed information about the reason for the charge failure.
Detailed warning information about the charge. Example: Missing original transaction identifer for c-token.
Unique identifier of the charge.
Indicates whether the token object is live in production.
Set of key-value pairs that you can attach to the object. This parameter is useful for storing additional information about the object in a structured format. Length: Maximum 500 characters
Object type.
Unique identifier of the order.
Indicates whether the charge was successful or authorized for capture.
Indicates the payment method used for the charge.
Indicates the transaction was made on someone's behalf.
Indicates the status of the charge.
Email address to which the charge receipt is sent. Receipts are sent only after the charge is paid. Note: Receipts are not sent in the sandbox environment.
Receipt number of the charge.
URL where the charge receipt is accessible. The receipt displays the latest state of the charge, including any refunds. If the charge is for an invoice, the receipt is displayed as an invoice.
URL of the site performing the e-commerce transaction. Default: clover.com Constraints: Length: 4–13 characters. Allowed characters: Alphanumeric, periods (.), and hyphens (-) only. Note: Do not include protocol (for example, https://) or www.
Indicates whether the charge was fully refunded or partial refunded. Values: True - Full refunded False - Partially refunded
Payment status of the charge.
Indicates the source of the card data.
Total amount captured for pre-auth transactions.