• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
docs.
France
Spain
Europe (English)
India
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
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

Creating an 'Edit information associated with the token’ form

Use case: update of bank information associated with a token.

 Under PSD2, strong authentication is required when registering a card. The vads_threeds_mpi field is ignored and the CHALLENGE_MANDATE value is automatically applied.

  1. Use all the fields presented in the table below to create your form.
    Field name Description Format Value
    vads_page_action Action to perform enum REGISTER_UPDATE
    vads_ctx_mode Mode of interaction with the payment gateway enum TEST orPRODUCTION
    vads_cust_email Buyer’s e-mail address ans..150 E.g.: abc@example.com
    vads_action_mode Acquisition mode for payment method data enum INTERACTIVE
    vads_identifier (unique) token associated with a payment method. ans..50 E.g.: MyToken
    Note: two possible formats:
    • an32: if the identifier is generated by the payment gateway
    • ans..50: if the identifier is generated by the merchant.
    vads_site_id Shop ID n8 E.g.: 12345678
    vads_trans_date Date and time of the payment form in UTC format n14

    Respect the YYYYMMDDHHMMSS format

    E.g.: 20200101130025
    vads_version Version of the exchange protocol with the payment gateway enum V2
    signature Signature guaranteeing the integrity of the requests exchanged between the merchant website and the payment gateway. ans..44 Compute the value of the signature field using all the fields of your form starting with vads_ (see chapter Computing the signature).
  2. Add optional fields according to your requirements (see chapter Using additional features).

The list of fields returned in the notification is described in the chapter Updating token details.

Jobs
Legal
GDPR
25.18-1.11