No momento, esta página não está disponível em português
Payment-method icon

Titres-Restaurant for API only

Add Titres-Restaurant payments to an existing API-only integration.

Accept Titres-Restaurant payments using our APIs, and build your own payment form to have full control over the look and feel of your checkout page.

Requirements

Requirement Description
Integration type Make sure that you have built an API-only integration.
Setup steps Before you begin:
  • Activate Titres-Restaurant to get your Carte de domiciliation CONECS.
  • Contact our Support Team to enable the meal voucher payment method, providing your SIRET (your business registration ID) and the Conecs MID from your Carte de domiciliation CONECS.

Build your payment form for Titres-Restaurant

If you are using the /paymentMethods request to show the available payment methods to your shopper, specify the following in your request:

In the response, you receive the meal vouchers available to your shopper as elements in the paymentMethods array, for example:

Apetiz and mealVoucher_FR_natixis refer to Bimpli, the commercial brand for Natixis.

Render logos and names of the available brands for the shopper to choose. When the shopper selects a type of meal voucher, show the payment form.

Check the balance

After the shopper enters the meal voucher details, check if the balance is enough to make a full payment.

  1. Make a /paymentMethods/balance request including:

    Field Required Description
    paymentMethod.type -white_check_mark- mealVoucher_FR
    paymentMethod.number -white_check_mark- The meal voucher number.
    paymentMethod.expiryMonth -white_check_mark- Expiry month of the meal voucher.
    paymentMethod.expiryYear -white_check_mark- Expiry year of the meal voucher.
    reference -white_check_mark- Your reference to uniquely identify the transaction. To provide multiple references for a transaction, separate them with hyphens ("-"). Maximum length: 80 characters.