# Sezzle: French

## French

### Guides

#### Sezzle

- [Introduction](https://docs.sezzle.com/fr/docs/guides/sezzle/introduction.md)

#### Intégration Directe

- [Introduction](https://docs.sezzle.com/fr/docs/guides/direct/introduction.md)
- [Integration](https://docs.sezzle.com/fr/docs/guides/direct/integration.md)
- [Intégration manuelle](https://docs.sezzle.com/fr/docs/guides/direct/manual.md)

#### Carte Virtuelle

- [Introduction](https://docs.sezzle.com/fr/docs/guides/virtual/introduction.md)
- [Automated](https://docs.sezzle.com/fr/docs/guides/virtual/automated.md)
- [Intégration manuelle](https://docs.sezzle.com/fr/docs/guides/virtual/manual.md)

#### Ressources

- [Widget de messagerie sur site](https://docs.sezzle.com/fr/docs/guides/widgets/sdk.md)
- [Widget de messagerie sur site statique](https://docs.sezzle.com/fr/docs/guides/widgets/static.md)
- [Widget de versements à la caisse](https://docs.sezzle.com/fr/docs/guides/widgets/checkout-installments.md)
- [Bannière Sezzle](https://docs.sezzle.com/fr/docs/guides/home-banner.md)
- [About sezzle](https://docs.sezzle.com/fr/docs/guides/about-sezzle.md)

#### Paiement Express

- [Introduction](https://docs.sezzle.com/fr/docs/guides/express/introduction.md)
- [Quick guide](https://docs.sezzle.com/fr/docs/guides/express/quick-guide.md)
- [Express checkout](https://docs.sezzle.com/fr/docs/guides/express/express-checkout.md)

#### SDKs Mobiles

- [SDK mobiles](https://docs.sezzle.com/fr/docs/guides/mobile/introduction.md)
- [Ios](https://docs.sezzle.com/fr/docs/guides/mobile/ios.md)
- [Android](https://docs.sezzle.com/fr/docs/guides/mobile/android.md)

#### Autre

- [Auth and capture](https://docs.sezzle.com/fr/docs/guides/auth-and-capture.md)
- [En magasin](https://docs.sezzle.com/fr/docs/guides/in-store.md)
- [Développer avec l'IA](https://docs.sezzle.com/fr/docs/guides/building-with-ai.md)

### Docs API

#### Référence API

- [Introduction](https://docs.sezzle.com/fr/docs/api/intro.md)
- [Environments](https://docs.sezzle.com/fr/docs/api/environments.md)
- [Test cards](https://docs.sezzle.com/fr/docs/api/test-cards.md)
- [Configuration de Postman](https://docs.sezzle.com/fr/docs/api/postman-setup.md)
- [Erreurs](https://docs.sezzle.com/fr/docs/api/errors.md)

##### API Core

###### Authentification

- [Obtenir un jeton d'authentification bearer](https://docs.sezzle.com/fr/docs/api/core/authentication/postauthentication.md): Generate authentication token from your Sezzle merchant API keys for use in the header of all other API requests.

###### Sessions

###### Intégration Directe

- [Créer une session](https://docs.sezzle.com/fr/docs/api/core/sessions/postv2session.md): Initiate a Sezzle session with shopper order details, redirect links, and capture and tokenization settings. A session must carry an order, tokenize a customer, or both. Omit the order and set customer.tokenize to true for standalone tokenization, which returns tokenize.approval_url instead of an or…
- [Obtenir le statut de la session](https://docs.sezzle.com/fr/docs/api/core/sessions/getv2session.md): Get session details. The blocks returned mirror what the session was created with: an order session returns order, and a standalone tokenization session returns tokenize with its approval_url and no order block.

###### Virtuel

- [Créer une session de carte](https://docs.sezzle.com/fr/docs/api/core/sessions/virtual/postv2sessioncard.md): Creates a Sezzle virtual card session. A card session represents the issuance of a Sezzle virtual card to a Sezzle user and/or the agreement of a Sezzle user to use the virtual card as payment. Use the card session endpoints to create and update a card session.
- [Obtenir les données de carte par jeton](https://docs.sezzle.com/fr/docs/api/core/sessions/virtual/carddatabytoken.md): You can use this endpoint to request card data with the checkout card token. The card token is temporary and only available for a limited time. This endpoint is only needed when a card session is created with a card response format of token.
- [Mettre à jour une session de carte](https://docs.sezzle.com/fr/docs/api/core/sessions/virtual/setorderid.md): After the virtual card transaction for this session is successfully completed and a Sezzle order is created, call this endpoint to assign your order ID to the (external) reference ID of the Sezzle order.

###### Commandes

- [Flux de paiement](https://docs.sezzle.com/fr/docs/api/core/orders/index.md)
- [Obtenir les détails de la commande](https://docs.sezzle.com/fr/docs/api/core/orders/getv2order.md): Get details and check the status of an existing order.\ Can be performed any time after session creation
- [Capturer un montant par commande](https://docs.sezzle.com/fr/docs/api/core/orders/postv2capturebyorder.md): Capture an amount by order, either in full or partial capture, in cases when the order items are shipped separately.\ Can be performed after shopper has authorized the transaction by completing checkout with Sezzle, but before authorization expires
- [Mettre à jour la commande](https://docs.sezzle.com/fr/docs/api/core/orders/patchv2checkout.md): Once transaction is completed, update Sezzle order with merchant reference ID
- [Rembourser un montant par commande](https://docs.sezzle.com/fr/docs/api/core/orders/postv2refundbyorder.md): Refund an amount by order. An example use-case is when an order was captured but the customer returned item(s) that requires them to be refunded.\ Can be performed after order capture.
- [Libérer un montant par commande](https://docs.sezzle.com/fr/docs/api/core/orders/postv2releasebyorder.md): Release an amount by order. An example use-case is when an order is unable to be fully fulfilled and part of the authorization needs to be released. Then a capture can be called for the remaining amount.\ Can be performed after shopper has authorized the transaction by completing checkout with Sezzl…
- [Réautoriser le montant par commande](https://docs.sezzle.com/fr/docs/api/core/orders/postv2reauthorizebyorder.md): Reauthorize an amount by order whose initial authorization has expired before payment could be captured. Any attempts to reauthorize before the authorization expires will fail.\ Can be performed after shopper has authorized the transaction by completing checkout with Sezzle
- [Montant du supplément par commande](https://docs.sezzle.com/fr/docs/api/core/orders/postv2upchargebyorder.md): Use this endpoint to upcharge an amount on an existing order. Can be performed after payment authorization. Upon success, a new separate order is created for the upcharge amount only. The original order is not released and remains in its current state. The upcharge amount is charged to the shopper a…
- [Mettre à jour le paiement par commande](https://docs.sezzle.com/fr/docs/api/core/orders/patchv2updatecheckoutbyorder.md): Complete an Express Checkout order
- [Supprimer le paiement par commande](https://docs.sezzle.com/fr/docs/api/core/orders/deletev2deletecheckoutbyorder.md): Delete an active (incomplete) checkout for an order. An example use-case is when a customer has been redirected to Sezzle but the order is cancelled in the ecommerce platform, call this endpoint to prevent the customer from completing the Sezzle checkout.

###### Webhooks

- [Créer des webhooks](https://docs.sezzle.com/fr/docs/api/core/webhooks/postv2webhooks.md): This endpoint can be used to subscribe to webhooks
- [Lister les webhooks](https://docs.sezzle.com/fr/docs/api/core/webhooks/getv2webhooks.md): Get a list of webhooks you are subscribed to
- [Obtenir un webhook](https://docs.sezzle.com/fr/docs/api/core/webhooks/getv2webhook.md): Get a single webhook you are subscribed to by its UUID
- [Mettre à jour le webhook](https://docs.sezzle.com/fr/docs/api/core/webhooks/patchv2webhooks.md): Update an existing webhook configuration (URL and/or events)
- [Déclencher un webhook de test](https://docs.sezzle.com/fr/docs/api/core/webhooks/postv2webhooktest.md): Trigger a test event to mimic a webhook event at a given URL.
- [Supprimer les webhooks](https://docs.sezzle.com/fr/docs/api/core/webhooks/deletev2webhooks.md): Delete webhooks to unsubscribe
- [Infov2webhooks](https://docs.sezzle.com/fr/docs/api/core/webhooks/infov2webhooks.md)

###### Rapports

###### Commandes

- [Getv2orderreports](https://docs.sezzle.com/fr/docs/api/core/orderreports/getv2orderreports.md)

###### Intérêts

- [Obtenir l'activité du compte d'intérêts](https://docs.sezzle.com/fr/docs/api/core/interest/getv2activity.md): If you are enrolled in the interest account program, get the current activity on the interest account.
- [Obtenir le solde du compte d'intérêts](https://docs.sezzle.com/fr/docs/api/core/interest/getv2balance.md): If you are enrolled in the interest account program, get the current balance on the interest account. Fractions of cents are tracked to properly calculate daily interest accrual even if the interest balance is low.

###### Règlements

- [Obtenir un récapitulatif](https://docs.sezzle.com/fr/docs/api/core/settlements/getv2summary.md): Get a summarized list of settlement payouts.
- [Obtenir les détails](https://docs.sezzle.com/fr/docs/api/core/settlements/getv2summarydetail.md): Get details on a specific settlement payout.

#### Tokenisation

- [Introduction](https://docs.sezzle.com/fr/docs/api/tokenization/intro.md)

##### Clients

- [Obtenir une liste de clients](https://docs.sezzle.com/fr/docs/api/tokenization/customers/getv2customerlist.md): Retrieve a list of existing tokenized customers
- [Obtenir un client](https://docs.sezzle.com/fr/docs/api/tokenization/customers/getv2customer.md): Get details on an existing tokenized customer
- [Préapprouver un montant par client](https://docs.sezzle.com/fr/docs/api/tokenization/customers/preapprovev2token.md): Verify tokenized customer will be approved for the amount of the order prior to order creation.  This API does not authorize the amount nor does it hold the amount for a future order.  Also, you are not required to use this API before creating a customer order. An example use-case is to verify appro…
- [Créer une commande par client](https://docs.sezzle.com/fr/docs/api/tokenization/customers/postv2customerorder.md): Create an order for a tokenized customer
- [Supprimer un client](https://docs.sezzle.com/fr/docs/api/tokenization/customers/deletev2token.md): Delete an existing tokenized customer

##### Session

- [Obtenir la tokenisation de session](https://docs.sezzle.com/fr/docs/api/tokenization/session/getv2sessiontoken.md): Get the current state of a tokenization session.

#### v1 (déprécié)

- [Aperçu v1](https://docs.sezzle.com/fr/docs/api/v1/v1.md)
- [Obtenir un jeton d'authentification](https://docs.sezzle.com/fr/docs/api/v1/obtain-authentication-token.md): Generate authentication token from your Sezzle merchant API keys for use in the header of all other API requests.
- [Configurer votre configuration](https://docs.sezzle.com/fr/docs/api/v1/setting-your-configuration.md): Configure webhook URL
- [Créer un paiement](https://docs.sezzle.com/fr/docs/api/v1/create-a-checkout.md): Initiate a Sezzle session with shopper order details, redirect links, and capture settings
- [Commandes](https://docs.sezzle.com/fr/docs/api/v1/orders.md): Get details and check the status of an existing order
- [Finaliser un paiement](https://docs.sezzle.com/fr/docs/api/v1/complete-a-checkout.md): Initiate order payment capture if `merchant_completes` was `true` at Create Checkout. An example use-case is if users need to return to the merchant's site before finalizing the purchase with Sezzle. Submit the Complete Checkout request within 30 minutes after the user is redirected to the merchant'…
- [Demande de remboursement](https://docs.sezzle.com/fr/docs/api/v1/refund-request.md): Refund an amount by order, either partial or in full. An example use-case is when an order was captured but the customer returned item(s) that requires them to be refunded.
- [Demande de solde du compte d'intérêts](https://docs.sezzle.com/fr/docs/api/v1/interest-account-reports/interest-account-balance-request.md): If you are enrolled in the interest account program, get the current balance on the interest account. Fractions of cents are tracked to properly calculate daily interest accrual even if the interest balance is low.
- [Demande d'activité de compte d'intérêts](https://docs.sezzle.com/fr/docs/api/v1/interest-account-reports/interest-account-activity-request.md): If you are enrolled in the interest account program, get the current activity on the interest account.
- [Demande de résumés de règlement](https://docs.sezzle.com/fr/docs/api/v1/settlement-reports/settlement-summaries-request.md): Get a summarized list of settlement payouts.
- [Demande de détails de règlement](https://docs.sezzle.com/fr/docs/api/v1/settlement-reports/settlement-details-request.md): Get details on a specific settlement payout.

### Plateformes

#### Sezzle

- [Avant de commencer](https://docs.sezzle.com/fr/docs/plugins/before-you-begin.md)

#### Plateformes Populaires

- [Shopify Payments](https://docs.sezzle.com/fr/docs/plugins/shopify-payments.md)
- [Widgets Shopify](https://docs.sezzle.com/fr/docs/plugins/shopify-widgets.md)
- [WooCommerce](https://docs.sezzle.com/fr/docs/plugins/woocommerce.md)
- [CommentSold](https://docs.sezzle.com/fr/docs/plugins/comment-sold.md)
- [BigCommerce](https://docs.sezzle.com/fr/docs/plugins/big-commerce.md)
- [Magento 2](https://docs.sezzle.com/fr/docs/plugins/magento-2.md)
- [Wix](https://docs.sezzle.com/fr/docs/plugins/wix.md)

#### Autres Plateformes

- [BuyItLive](https://docs.sezzle.com/fr/docs/plugins/buy-it-live.md)
- [Lightspeed](https://docs.sezzle.com/fr/docs/plugins/lightspeed.md)
- [Mojo](https://docs.sezzle.com/fr/docs/plugins/mojo.md)
- [NopCommerce](https://docs.sezzle.com/fr/docs/plugins/nopcommerce.md)
- [Open Cart](https://docs.sezzle.com/fr/docs/plugins/open-cart.md)
- [Prestashop](https://docs.sezzle.com/fr/docs/plugins/prestashop.md)
- [Salesforce Commerce Cloud](https://docs.sezzle.com/fr/docs/plugins/salesforce-commerce-cloud.md)
- [Shift4Shop](https://docs.sezzle.com/fr/docs/plugins/shift4shop.md)
- [Shoplazza](https://docs.sezzle.com/fr/docs/plugins/shoplazza.md)
- [Shopware 5](https://docs.sezzle.com/fr/docs/plugins/shopware-5.md)
- [Zoey](https://docs.sezzle.com/fr/docs/plugins/zoey.md)

## OpenAPI Specs

- [openapi](/openapi.yaml)
