• France
status page
demonstrations
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
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 payment result transmitted in the vads_trans_status field.
    Its value allows you to define the order status.
    Value Description
    ABANDONED

    Payment abandoned by the buyer

    The transaction was not created, and is therefore not visible in the Merchant Back Office.

    CAPTURED

    Captured

    The transaction has been captured by the bank.

    CANCELLED

    Canceled

    Cancellation by the buyer, the acquirer or the payment gateway.

    REFUSED

    Refused

  3. Retrieve the payment reference transmitted in the vads_trans_id field.
  4. Retrieve the field vads_trans_uuid containing the unique reference of the transaction generated by the payment server.
  5. Retrieve the value of the vads_trans_date field to identify the payment date.
  6. Retrieve the used amount and currency. To do this, retrieve the values of the following fields:
    Table 1. Analysis of the payment amount and currency
    Field name Description
    vads_amount Payment amount in the smallest currency unit.
    vads_currency Numeric code of the currency used for the payment.
  7. Retrieving data from payment method used for the payment by analysing the following fields:
    Nom du champ Description
    vads_card_brand Used payment method.
    Populated with:
    • FULLCB3X for payment in 3 installments.
    • FULLCB3X for payment in 4 installments.
    vads_acquirer_network Acquirer network code. Populated with FULLCB.
  8. 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.
  9. Proceed to order update.
© 2025 {'|'} All rights reserved to Sogecommerce
25.18-1.11