Statut d'encaissement

Récupérez l'état d'un paiement par référence marchand ou identifiant interne.

Endpoint : GET /api/v1/collect/payments/{reference_or_id}

Statuts en minuscules : pending, processing, awaiting_otp, awaiting_payment, completed, failed, cancelled, expired, refunded.


GET/api/v1/collect/payments/{reference}

Requête

Statut

curl -X GET 'https://api.fluxxpay.me/api/v1/collect/payments/ORDER-123' \
  -H 'Authorization: Bearer <votre_clé_api>'

Réponse typique : status, amount, currency, country, mode, operator, checkout_url (hosted), next_action.


Paramètre sync

Ajoutez ?sync=true pour interroger l'orchestrateur si le paiement n'est pas encore terminal :

GET /api/v1/collect/payments/ORDER-123?sync=true

Was this page helpful?