Cryptopay API
  • Welcome
  • Guides
    • Introduction
    • Environments
    • Creating a Test Account
    • API Credentials
    • API Basics
      • Responses
      • Date formats
      • Authentication
        • How it works
        • Signature
        • Creating a signature. Code samples
      • Callbacks
    • API Client Libraries
    • API Reference
    • Cryptocurrency Payments
    • Currencies
      • Supported Currencies
      • Currency Icons
    • Confirmations
    • Tools for accepting payments
    • Prebuilt integrations
      • E-commerce payment plugins
      • Payment and software providers
    • Channels
      • Channel payment
      • Payment statuses
      • Channel payment sequence
      • Create a Channel
      • Visual representation at Cashier
      • Channel hosted page
      • Channel payment callbacks
    • Invoices
      • Invoice statuses
      • Invoice payment sequence
      • How to handle unresolved invoices
        • Underpaid
        • Overpaid
        • Paid late
        • Illicit resource
        • Invoice refunds sequence
      • Create an invoice
      • Visual presentation at Cashier
      • Invoice hosted page
      • Online checkout
        • How-to
      • Payment links
      • Invoice callbacks
    • Payouts
      • Payout statuses
      • Payout sequence
      • Payout fees consideration
        • Network fees
      • Create a Coin Withdrawal
        • Possible errors
        • Withdrawals from fiat accounts
        • Withdrawals from cryptocurrency accounts
        • high_risk_address error message
      • Visual representation at Cashier
      • Minimum transaction amount
      • Coin Withdrawal callbacks
      • Travel Rule Compliance
    • Email Billing
      • Create an email billing
      • Email billing callbacks
    • Testing
      • Channels
      • Invoices
      • Payouts
    • Risks
    • Customers
    • Transactions types and Statuses
Powered by GitBook
On this page
  1. Guides
  2. Payouts

Payout statuses

PreviousPayoutsNextPayout sequence

Last updated 9 months ago

Status

Description

new

The coin withdrawal transaction has been created using force_commit: false and needs to be committed within 30 seconds

pending

The coin withdrawal transaction has been created using force_commit: true or it has just been committed

processing

This is a transitional status, it may take us a couple of seconds to change the status to completed

sent

This status means that we have just broadcast the transaction on the Network. As soon as the transaction gets its 1st confirmation, the status will be changed to completed

completed

The transaction has been sent

on_hold

In case the transaction amount exceeds a maximum transaction amount limit, we put such transaction on hold

failed

Something went wrong. The transaction hasn't been processed

cancelled

The transaction has been cancelled

The status of FAILED is not the final one. The payment will update its status either to COMPLETED or CANCELLED soon. We recommend contacting Cryptopay at support@cryptopay.me and watching for callbacks with the status update before you take any action regarding such payment on your side.

Here is how all this works: