Coindirect API
CtrlK
  • Welcome
  • Guides
    • Environments
    • Account Setup
      • Account Users
      • Merchant IDs
    • API Credentials
    • Webhooks
    • Date and Time
    • API Authentication
    • Currencies
    • Channels How-To
      • Channel Payment Workflow
      • Channel Webhooks
      • Channel Web Page
    • Payments How-To
      • Payment Exceptions
      • Payment Workflow
      • Payment Webhooks
      • Creating Payments
      • Payment Hosted Page
    • Payouts How-To
      • Payout Workflow
      • Payout Webhooks
      • Creating Payouts
    • Postman Collection
  • API
    • Currencies
    • Rates
      • Get Values for Currency
      • Convert Currency Value
    • Channels
      • Create Channel
      • Read Channel
      • List Channels
      • Read Channel Spot Rate
      • List Channel Payments
      • Read Channel Payment
    • Payments
      • Create Payment
      • Read Payment
      • List Payments
    • Payouts
      • Create a Payout
      • Read Payout
      • List Payouts
      • Validate Address
    • Merchant IDs
      • List Merchant IDs
    • Quotes
      • Request Quote
      • Accept Quote
      • Read Quote
      • List Quotes
    • Wallets
      • List Wallets
      • Read Wallet
      • List Wallet Balances
      • List Wallet Transactions
      • Create Wallet
Powered by GitBook
On this page

Was this helpful?

  1. Guides
  2. Payouts How-To

Payout Workflow

Payout Statuses

Status

Status type

Status description

PENDING

Initial

Payout is created. It will be updated to PROCESSING

PROCESSING

Transitional

Payout is currently being processed. It will be updated either to COMPLETE or CANCELLED

COMPLETE

Final

Payout is complete

CANCELLED

Final

The Payout failed or cancelled and the funds have been returned to the Merchant's account

Once you finalize the payout on your side, please ensure that no more API calls will be made to duplicate the withdrawal.

PreviousPayouts How-ToNextPayout Webhooks

Last updated 3 years ago

Was this helpful?