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

Développeurs

  • Icône de dossier fermée Icône d’ouverture de dossierHow to use the swagger >
  • Icône de dossier fermée Icône d’ouverture de dossierAuthentication 3DS 2.2 >
  • Icône de dossier fermée Icône d’ouverture de dossierBankAccount >
  • Icône de dossier fermée Icône d’ouverture de dossierCard token
  • Icône de dossier fermée Icône d’ouverture de dossierCARD Transaction
    • Transaction
    • Card
    • Credit
    • Disputes
  • Icône de dossier fermée Icône d’ouverture de dossierCharge
  • Icône de dossier fermée Icône d’ouverture de dossierCustomer >
  • Icône de dossier fermée Icône d’ouverture de dossierInstallment Payment >
  • Icône de dossier fermée Icône d’ouverture de dossierMerchantInfo >
  • Icône de dossier fermée Icône d’ouverture de dossierOnboarding
    • Create Enrollement
    • Complete enrollment
    • Update enrollment
    • Search enrollement
    • Enrollment Details
    • E-money
    • Misc
  • Icône de dossier fermée Icône d’ouverture de dossierPayout >
  • Icône de dossier fermée Icône d’ouverture de dossierRefund >
  • Icône de dossier fermée Icône d’ouverture de dossierPayment Request >
  • Icône de dossier fermée Icône d’ouverture de dossierSCT Transaction
    • SCT Transaction
    • SCT Transaction Reversal
    • Bank Reconciliation
    • Bank Reconciliation external
  • Icône de dossier fermée Icône d’ouverture de dossierSDD Transaction
    • Mandate
    • SDD Transaction
    • SDD Transaction Reversal
  • Icône de dossier fermée Icône d’ouverture de dossierSubscription
    • Subscription Model
    • Subscription
    • Invoice & invoiceItem
  • Icône de dossier fermée Icône d’ouverture de dossierTransfer >
  • Icône de dossier fermée Icône d’ouverture de dossierTransferReversal >
  • Icône de dossier fermée Icône d’ouverture de dossierWallet >
  • Icône de dossier fermée Icône d’ouverture de dossierBlacklist >
  • Icône de dossier fermée Icône d’ouverture de dossierWhiteList >
  • Icône de dossier fermée Icône d’ouverture de dossierWebhook 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)
  • Icône de dossier fermée Icône d’ouverture de dossierObject 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
  • Icône de dossier fermée Icône d’ouverture de dossierResources by type
    • Codes
      • HTTP Codes
      • Card authorization – Bank return codes
      • Card Disputes – 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

Temps estimé :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.
TRANSFER status -Précédent MERCHANT-ENROLLMENT status Prochain- TRANSFER status TRANSFER REVERSAL status

Pages récemment consultées

  • How to use the swagger >
  • CARD Transaction
  • Voir plus
CONTENU

Doc Contents

Doc Footnotes

Doc Elements

  • Mentions légales
  • Politique de confidentialité

© 2024 CentralPay