| GET,POST | /payment_bank/{payment_target}/{payment_run_mode}/{payment_type}/{reference}/{amout}/{email} | Paiements : appel des formulaires de règlements |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| payment_target | path | eapi_payment_target_enum | Yes | environnement cible : PAYBOX, LA BANQUE POSTALE, MILLIET |
| payment_run_mode | path | eapi_payment_run_mode_enum | Yes | mode : LIVE, TEST |
| payment_type | path | eapi_payment_type_enum | Yes | type de paiement : CB, AMEX, SEPA, SEPA_DIRECT, COMPTABILITE |
| reference | path | string | Yes | référence du paiement : 'uuid' |
| amout | path | string | Yes | montant du paiement dans sa plus petite unité monétaire (le centime pour l'euro) |
| path | string | Yes | email client |
| LABANQUEPOSTALE | |
| PAYBOX | |
| MILLIET |
| TEST | |
| LIVE | |
| FORCE_LIVE |
| DIRECT_SEPA | |
| SEPA | |
| CB | |
| AMEX | |
| COMPTABILITE |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /payment_bank/{payment_target}/{payment_run_mode}/{payment_type}/{reference}/{amout}/{email} HTTP/1.1
Host: milliet.io
Accept: application/json
Content-Type: application/json
Content-Length: length
{"payment_target":"LABANQUEPOSTALE","payment_run_mode":"TEST","payment_type":"DIRECT_SEPA","reference":"String","amout":"String","email":"String"}