CentralPay Documentation CentralPay Documentation
  • Informations générales
  • Documentation
  • Développeurs
CentralPay Documentation CentralPay Documentation
  • Informations générales
  • Documentation
  • Développeurs

Développeurs

  • Folder icon closed Folder open iconHow to use the swagger >
  • Folder icon closed Folder open iconAuthentication 3DS 2.2 >
  • Folder icon closed Folder open iconBankAccount >
  • Folder icon closed Folder open iconCard token
  • Folder icon closed Folder open iconCARD Transaction
    • Transaction
    • Card
    • Credit
    • Disputes
  • Folder icon closed Folder open iconCharge
  • Folder icon closed Folder open iconCustomer >
  • Folder icon closed Folder open iconInstallment Payment >
  • Folder icon closed Folder open iconMerchantInfo >
  • Folder icon closed Folder open iconOnboarding
    • Create Enrollement
    • Complete enrollment
    • Update enrollment
    • Search enrollement
    • Enrollment Details
    • E-money
    • Misc
  • Folder icon closed Folder open iconPayout >
  • Folder icon closed Folder open iconRefund >
  • Folder icon closed Folder open iconPayment Request >
  • Folder icon closed Folder open iconSCT Transaction
    • SCT Transaction
    • SCT Transaction Reversal
    • Bank Reconciliation
    • Bank Reconciliation external
  • Folder icon closed Folder open iconSDD Transaction
    • Mandate
    • SDD Transaction
    • SDD Transaction Reversal
  • Folder icon closed Folder open iconSubscription
    • Subscription Model
    • Subscription
    • Invoice & invoiceItem
  • Folder icon closed Folder open iconTransfer >
  • Folder icon closed Folder open iconTransferReversal >
  • Folder icon closed Folder open iconWallet >
  • Folder icon closed Folder open iconBlacklist >
  • Folder icon closed Folder open iconWhiteList >
  • Folder icon closed Folder open iconWebhook notifications
    • The MERCHANT-ENROLLMENT object
    • The WALLETS object
    • The BANKACCOUNT object
    • The CARD object
    • The CREDIT object
    • The CUSTOMER object
    • The DEPOSIT object
    • The DISPUTE object
    • The INSTALLMENT object
    • The ONBOARDING object
    • The PAYMENT REQUEST object
    • The PAYOUT object
    • The REFUND object
    • The SCT Transaction object
    • The SDD TRANSACTION object
    • The MANDATE object
    • The SUBSCRIPTION object
    • The TRANSACTION object
    • The TRANSFER REVERSAL object
    • The TRANSFER object
    • The WIRETRANSFER object (Deprecated)
  • Folder icon closed Folder open iconObject status
    • MERCHANT-ENROLLMENT status
    • TRANSFER status
    • TRANSFER REVERSAL status
    • PAYMENT REQUEST status
    • TRANSACTION status
    • REFUND status
    • CREDIT status
    • DISPUTES status
    • SUBSCRIPTION status
    • INSTALLMENT status
    • SDD TRANSACTION status
    • MANDATE status
    • BANK ACCOUNT status
    • PAYOUT status
    • SCT TRANSACTION status
  • Folder icon closed Folder open iconResources by type
    • Codes
      • HTTP Codes
      • Bank return codes
      • Currency codes
      • SDD return codes
      • Country codes
      • Transfer purpose codes
      • SDD purpose codes
      • Error codes
    • Test values
      • Test IBAN values
      • Test cards Values

TRANSFER status

Estimated reading: 2 minutes

This page lists and describes the status values associated with the Transfer object. These statuses reflect the progression of a fund transfer operation created via the /transfer endpoint in CentralPay’s API.

Status values

StatusDescription
CREATEDThe transfer has been successfully created and registered. It has not yet been executed.
SCHEDULEDThe transfer is scheduled for automatic execution at a defined date/time.
PENDINGThe transfer is being processed. Execution is in progress but not yet finalized.
CANCELLEDThe transfer was cancelled before execution. No movement of funds occurred.
PROCESSEDThe transfer was processed by CentralPay. Funds have been deducted from the source wallet.
DONEThe transfer was successfully completed and the funds have been credited to the target account or wallet.
FAILEDThe transfer could not be executed due to an error. No debit occurred or the operation was reversed.
REVERSEDThe transfer was previously executed but has since been reversed. Funds were returned to the source wallet.

Status lifecycle

✅ Standard flow

CREATED → SCHEDULED → PENDING → PROCESSED → DONE

This is the typical status flow when the transfer is executed successfully.

⚠️ Alternative flow (error or cancellation)

CREATED → CANCELLED

If the transfer is cancelled before execution.

CREATED → SCHEDULED → PENDING → FAILED

If the transfer encounters an error during processing (e.g., insufficient funds, invalid wallet, technical issue).

DONE → REVERSED

If the transfer was previously executed but later reversed (e.g., manual operation or compliance reversal).

Notes

  • Only CREATED or SCHEDULED transfers may be cancelled manually.
  • A FAILED status usually indicates validation errors (e.g. insufficient funds, inactive wallet, invalid beneficiary).
  • The REVERSED status applies when a reversal is triggered using the /transferReversal endpoint.
  • Status fields are returned in the status property of the Transfer JSON object and may be monitored using the API or relevant webhooks.
Object status - Previous MERCHANT-ENROLLMENT status Next - Object status TRANSFER REVERSAL status
CONTENU

Doc Contents

Doc Footnotes

Doc Elements

  • Mentions légales
  • Politique de confidentialité

© 2024 CentralPay