Loading....

Retrieve payment mode

DESCRIPTION

The method recupererModeReglements retrieves the list of values ​​that can be entered when filling an invoice via API or via the Chorus Pro portal.It informs the method of payment of the payment request submited by the supplier.

ENVIRONMENTS

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

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

{

}
{
 "codeRetour": 0,
 "libelle": "GCU_MSG_01_000",
 "listeModePaiement": [
 {"modePaiement": "CHEQUE"},
 {"modePaiement": "PRELEVEMENT"},
 {"modePaiement": "VIREMENT"},
 {"modePaiement": "ESPECE"},
 {"modePaiement": "AUTRE"},
 {"modePaiement": "REPORT"}
 ]
}
Print Friendly, PDF & Email
Back To Top