Skip to main content

Viewing Transactions

Main Menu → Charges

The Charges screen gives you a scrollable history of transactions processed through your Stripe account. You can review details, check statuses, and issue refunds from here.

Transaction List

The list displays your most recent charges with infinite scroll -- more transactions load automatically as you reach the bottom. Pull down to refresh and fetch the latest transactions.

Each entry in the list shows a summary including the amount, status, and date.

Test Mode

If Test Mode is enabled, the Charges screen shows only test transactions. Switch back to live mode to see real transactions.

Transaction Detail

Tap any transaction to view its full details. The detail screen shows:

Amount and Status

The transaction amount is displayed prominently along with a status badge indicating the current state:

StatusMeaning
SucceededPayment was captured successfully.
PendingPayment is still being processed.
AuthorizedPayment was authorized but not yet captured.
FailedThe payment attempt was unsuccessful.
CanceledThe payment was canceled before completion.
RefundedThe full amount has been refunded.
Partially RefundedA portion of the charge has been refunded.

Description

If a description was provided at the time of the transaction, it appears here.

Payment Method

Shows how the payment was collected:

  • Card Present -- collected via a connected card reader (tap, chip, or swipe).
  • Card -- entered manually through the Payment Sheet.

Card details include the last four digits and the card brand (Visa, Mastercard, Amex, etc.). For refunded or partially refunded transactions, the amount refunded is also shown.

Customer

If a Stripe Customer was attached to the transaction, their name, email, phone, and address are displayed. Transactions without a Customer are shown as "Guest."

Timeline

Shows when the transaction was created.

Metadata

Any metadata attached to the charge (such as order IDs or custom fields) is displayed as key-value pairs.

Refunding a Transaction

If a transaction is eligible for a refund, a Refund button appears in the Payment Method section. See Refunds for details on how refunds work.

Refreshing

Pull down on the detail screen to refresh and fetch the latest state of the transaction from Stripe. This is useful for checking whether a pending transaction has settled or a refund has been processed.