July Update
In our July update for Hellgate®, we’ve added new features and made various improvements to the platform.
New 3-D Secure Documentation
We've added a new 3-D Secure section to our documentation. This section explains what 3-D Secure is and provides guidance on integrating 3DS2 into your payment flows using Hellgate®.
Bypass ID&V
If your account has ID&V (3-D Secure) enabled, and you wish to bypass ID&V during tokenization to also support simple flows, this functionality is now supported. To enable bypass, set bypass_identification
to true
when requesting a session.
For additional details, please refer to our API reference.
ID&V Tokens
You can now verify if a token was created with ID&V (3-D Secure) during card tokenization.
To verify this, check the two new attributes added to the Hellgate® token metadata: identity_and_verification
and authentication_data
.
This information can be viewed through our product dashboard or accessed via the API.
For additional details, please refer to our API reference.
Account Managament
We’ve introduced a new feature to manage your Hellgate® account. As the account owner, you have the following capabilities:
- View all users associated with your account.
- Invite new users via email, allowing multiple people to use the same account. Invited users can login using their email after accepting the invitation.
- Promote users to account owners, granting them the same permissions.
- Demote users from account owners to standard users.
- View a list of all invitations to monitor their status.
Note: Each email invitation is valid for 7 days. After this period, you can either resend the invitation to restart the process or cancel it if necessary.
Device binding
For merchants looking to determine which Hellgate® tokens support device binding for specific use cases, this is now possible. We’ve added a new attribute to the Hellgate® token: supports_device_binding
.
Thank you for checking out this update. Stay tuned for more improvements and features in our next changelog. See you then!