• France
status page
Merchant Back Office
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
Logos
Push mail
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
Functional guides

Processing the response data

Here is an example of analysis to guide you through processing the response data.

  1. Identify the order by retrieving the value of the vads_order_id field.
    Make sure that the order status has not been updated yet.
  2. Retrieve the field vads_trans_uuid containing the transaction unique reference generated by the payment server.
  3. Retrieve the value of the vads_trans_date field to identify the payment date.
  4. Retrieve the used amount and currency. To do this, retrieve the values of the following fields:
    Field name Description
    vads_amount Payment amount in the smallest currency unit.
    vads_currency Numeric code of the currency used for the payment.
  5. Retrieve all the order, buyer and shipping details.
    These details will be provided in the response only of they have been transmitted in the payment form.
    Their values are identical to the ones submitted in the form.
  6. Analyze the value of the vads_sequence_number field:
    VALUE DESCRIPTION
    0

    Case of a cascading payment. Several payment methods were used to pay for the order.

    The list of payment methods used by the Buyer can be found in the vads_payment_seq field (in the JSON format).

    For more information, see chapter Analyzing the result of a cascading payment.

    1 Order paid entirely with Chèque-Vacances Connect.
  7. Analyze the value of the vads_card_brand field:
    Its value allows to know if the order has been paid in full with Chèque-Vacances Connect or if a complementary payment is required.
    VALUE DESCRIPTION
    MULTI

    Case of a cascading payment. Several payment methods were used to pay for the order.

    The list of payment methods used by the Buyer can be found in the vads_payment_seq field (in the JSON format).

    For more information, see chapter Analyzing the result of a cascading payment.

    CVCO Order paid entirely with Chèque-Vacances Connect.
  8. If the order was paid entirely with Chèque-Vacances Connect, retrieve the payment result transmitted in the vads_trans_status field.
    Its value allows you to define the order status.
    VALUE DESCRIPTION
    AUTHORISED

    The transaction has been accepted and will be automatically captured at the bank on the expected date.

    REFUSED

    Refused

    The transaction is refused.

    See the chapter Analyzing the result of the authorization request to obtain more information on the reason of payment rejection.

    ABANDONED Abandoned

    Payment abandoned by the buyer

    The transaction is visible in the Merchant Back Office.

  9. If the order was paid using several payment methods, see the following chapter with the vads_payment_seq field analysis.
  10. Proceed to order update.
© 2025 {'|'} All rights reserved to Systempaylegal
25.18-1.11