WS-RESTRICTED_API Host [RESTRICTED_API] : D5290-staging

<back to all web services

payment_bank

Payment

Paiements : appel des formulaires de règlements (PAYBOX, LA BANQUE POSTALE, etc...)

The following routes are available for this service:
GET,POST/payment_bank/{payment_target}/{payment_run_mode}/{payment_type}/{reference}/{amout}/{email}Paiements : appel des formulaires de règlements
payment_bank Parameters:
NameParameterData TypeRequiredDescription
payment_targetpatheapi_payment_target_enumYesenvironnement cible : PAYBOX, LA BANQUE POSTALE, MILLIET
payment_run_modepatheapi_payment_run_mode_enumYesmode : LIVE, TEST
payment_typepatheapi_payment_type_enumYestype de paiement : CB, AMEX, SEPA, SEPA_DIRECT, COMPTABILITE
referencepathstringYesréférence du paiement : 'uuid'
amoutpathstringYesmontant du paiement dans sa plus petite unité monétaire (le centime pour l'euro)
emailpathstringYesemail client
eapi_payment_target_enum Enum:
LABANQUEPOSTALE
PAYBOX
MILLIET
eapi_payment_run_mode_enum Enum:
TEST
LIVE
FORCE_LIVE
eapi_payment_type_enum Enum:
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

HTTP + JSON

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"}