• 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

For more details on fields and return codes, see the Data dictionary available in the online documentation archive.

To configure notifications, see the Notification center guide.

Analysis of response data:

  1. Identify the order by retrieving the value of the vads_order_id field.
  2. Retrieve the payment result from the vads_trans_status field to define the order status.
  3. Retrieve the unique transaction identifier (vads_trans_uuid) to be used for shipment transactions via the Web Service API.
  4. Retrieve the amount and the currency used from the fields vads_amount and vads_currency.
  5. Retrieve the payment method data from the fields vads_card_brand and vads_acquirer_network.
  6. See the use case in the vads_use_case field.

    For payment upon shipment with multiple authorizations, the value is SHIPMENT_MULTIPLE_AUTHORISATION.

  7. Identify the type of the performed shipment transaction via the vads_operation_type.

    For payment upon dispatch with multiple authorizations, the value is VERIFICATION

  8. Retrieve the transaction status (vads_trans_status) when placing the order.

    Expected value: ACCEPTED

    See the different statuses for more information.

  9. Retrieve the return code of the order placement result in vads_auth_result.

    See the authorization code list for more information.

  10. Retrieve the initial shipment transaction ID in vads_initial_issuer_transaction_identifier.
  11. Retrieve the transaction reference code from vads_archival_reference_id.

  12. Retrieve order, buyer and delivery details if these have been sent in the payment form.

  13. Proceed to order update.
© 2025 {'|'} All rights reserved to Monetico Retail
25.22-1.11