Added
New password field for sending secure data in the anti-fraud flow
November, 4

Anti-fraud providers integrated with VTEX can now use a new custom field to send sensitive or security information in payment transactions processed through the VTEX gateway.

What has changed?

The password type custom field was created within the framework of the Anti-fraud Provider Protocol and can be used to transmit confidential information.

See an example of a response body from the List anti-fraud provider manifest endpoint containing this new field:


_10
{
_10
_10
"customFields": [
_10
{
_10
"name": "Client secret",
_10
"type": "password"
_10
},
_10
_10
]
_10
}

What needs to be done?

No action is required. You can now configure the password type custom field in your anti-fraud provider's manifest.

Was this helpful?
Yes
No
On this page