Creating an 'Edit information associated with the token’ form
Use case: update of bank information associated with a token.
The list of fields returned in the notification is described in the chapter Updating token details.
Use case: update of bank information associated with a token.
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:
|
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). |
The list of fields returned in the notification is described in the chapter Updating token details.