Retrieve state by payment request type

DESCRIPTION

The recupererEtatParTypeDemandePaiement API can be used to retrieve all the statuses that can be associated with a payment request depending on its type.

ENVIRONMENTS

Production url https://chorus-pro.gouv.fr:5443/service/transverses/recuperer/etat/typedp
Qualification url https://chorus-pro.gouv.fr:5443/service-qualif/transverses/recuperer/etat/typedp

SETTINGS

Header parameters

Technical account Varchar Required
Password Varchar Required
Certificate Varchar Required
Content-Type Varchar Required

Full description of API inpout and output parameters

Consult the API appendices API

{
 "typeDemandePaiement" : "FACTURE"                
 }
{
   "codeRetour": 0,
   "libelle": "TRA_MSG_00.000",
   "listeEtatDemandePaiement":    [
      {"etatDemandePaiement": "BROUILLON"},
      {"etatDemandePaiement": "A_VALIDER_1"},
      {"etatDemandePaiement": "ERREUR_FOURNISSEUR_SUR_VALIDEUR"},
      {"etatDemandePaiement": "REFUSEE_1"},
      {"etatDemandePaiement": "VALIDEE_1"},
      {"etatDemandePaiement": "ABSENCE_VALIDATION_1_HORS_DELAI"},
      {"etatDemandePaiement": "A_VALIDER_2"},
      {"etatDemandePaiement": "ERREUR_COTRAITANT_SUR_VALIDEUR"},
      {"etatDemandePaiement": "REFUSEE_2"},
      {"etatDemandePaiement": "VALIDEE_2"},
      {"etatDemandePaiement": "ABSENCE_VALIDATION_2_HORS_DELAI"},
      {"etatDemandePaiement": "DEPOSEE"},
      {"etatDemandePaiement": "ERREUR_FOURNISSEUR_SUR_MOE"},
      {"etatDemandePaiement": "EN_COURS_ACHEMINEMENT"},
      {"etatDemandePaiement": "MISE_A_DISPOSITION"},
      {"etatDemandePaiement": "A_RECYCLER"},
      {"etatDemandePaiement": "SUSPENDUE"},
      {"etatDemandePaiement": "REJETEE"},
      {"etatDemandePaiement": "MANDATEE"},
      {"etatDemandePaiement": "MISE_EN_PAIEMENT"},
      {"etatDemandePaiement": "COMPTABILISEE"},
      {"etatDemandePaiement": "MISE_A_DISPOSITION_COMPTABLE"},
      {"etatDemandePaiement": "ABANDONNEE"},
      {"etatDemandePaiement": "SUPPRIMEE"},
      {"etatDemandePaiement": "ASSOCIEE"},
      {"etatDemandePaiement": "EN_COURS_TRAITEMENT_PIVOT_S"},
      {"etatDemandePaiement": "A_VALIDER_MOE"},
      {"etatDemandePaiement": "REFUSEE_MOE"},
      {"etatDemandePaiement": "EN_ATTENTE_RECYCLAGE_FOURNISSEUR"},
      {"etatDemandePaiement": "ERREUR_MOE_SUR_FOURNISSEUR"},
      {"etatDemandePaiement": "ERREUR_MOA_SUR_FOURNISSEUR"},
      {"etatDemandePaiement": "INTERPRETEE_OCR"},
      {"etatDemandePaiement": "COMPLETEE"},
      {"etatDemandePaiement": "ERREUR_FOURNISSEUR_SUR_MOA"},
      {"etatDemandePaiement": "ERREUR_MOE_SUR_MOA"},
      {"etatDemandePaiement": "ERREUR_DESTINATAIRE_PD"},
      {"etatDemandePaiement": "ERREUR_DESTINATAIRE_EA"},
      {"etatDemandePaiement": "SERVICE_FAIT"},
      {"etatDemandePaiement": "NON_CONFORME"}
   ]
}
Print Friendly, PDF & Email
Back To Top