Payment Statuses

Understanding the meaning of each payment status

Payment Statuses

Every payment has a status that indicates its current state in the payment lifecycle. Understanding these statuses helps you quickly assess payments and take appropriate action.

Status Overview

StatusDescriptionAction Required?
Requires Payment MethodPayment created, awaiting customer paymentNo
Requires ConfirmationPayment received, awaiting blockchain confirmationNo
Requires ActionManual intervention neededYes
ProcessingPayment being processed and settledNo
SucceededPayment completed successfullyNo
CanceledPayment was canceledNo
FailedPayment failed to completeReview needed

Detailed Status Descriptions

Requires Payment Method

The payment has been created and is waiting for the customer to send funds.

What's happening:

  • A payment link or checkout session has been initiated
  • The customer has not yet sent funds to the payment address
  • The payment will timeout if no funds are received within the payment window

What you can do:

  • Wait for the customer to complete payment
  • Contact the customer if the payment is taking longer than expected

Requires Confirmation

Funds have been detected on the blockchain but are awaiting sufficient confirmations.

What's happening:

  • The customer has sent funds
  • The blockchain transaction is being confirmed
  • The system is waiting for the required number of block confirmations

What you can do:

  • Wait for confirmations to complete (this is automatic)
  • Monitor the blockchain transaction if needed
📘

Note

Different blockchains require different numbers of confirmations. This typically takes a few minutes but can vary based on network congestion.


Requires Action

The payment has been flagged and requires manual intervention before it can proceed.

What's happening:

  • The payment may have been flagged by compliance rules
  • There may be a risk indicator that needs review
  • A business rule triggered manual review

What you can do:

  • Review the payment details
  • Check the reason for the flag
  • Approve, reject, or cancel the payment

See Reviewing Payments for detailed instructions.


Processing

The payment has been approved and is being processed.

What's happening:

  • Funds have been confirmed
  • The system is executing settlement
  • Funds are being transferred to the merchant

What you can do:

  • Wait for processing to complete
  • Processing is typically automatic

Succeeded

The payment has completed successfully.

What's happening:

  • Funds have been received from the customer
  • Settlement has been processed
  • The merchant has received their funds

What you can do:

  • No action needed
  • View the payment for record-keeping
  • Access receipts and transaction details

Canceled

The payment was canceled before completion.

What's happening:

  • The payment was manually canceled by an operator
  • Or the payment timed out without receiving funds
  • Or the customer canceled the payment

What you can do:

  • Review the cancellation reason in the history
  • No further action possible on this payment

Failed

The payment could not be completed due to an error.

What's happening:

  • An error occurred during processing
  • This could be a technical issue or a business rule rejection

What you can do:

  • Review the failure reason in the payment history
  • Contact technical support if the failure is unexpected
  • Advise the customer if they need to retry

Status Colors

Statuses are color-coded in the interface for quick identification:

StatusColor
Requires Payment MethodGray
Requires ConfirmationBlue
Requires ActionOrange/Yellow
ProcessingBlue
SucceededGreen
CanceledGray
FailedRed
Status colors example

Status Transitions

Payments typically flow through statuses in this order:

Requires Payment Method
        ↓
Requires Confirmation
        ↓
   Processing ──→ Requires Action (if flagged)
        ↓                  ↓
   Succeeded          Approved → Processing → Succeeded
        or            Rejected → Failed
   Failed             Canceled → Canceled
        or
   Canceled

Filtering by Status

To view payments with a specific status:

  1. Go to the Payments list
  2. Click the Status column filter
  3. Select the status(es) you want to view
  4. Click Apply

Related Topics