Updated Logo Venly 2024
Platform

APIs

arrow right

Multichain components

Integrations

arrow right

Plug and play integrations

Wallets as a service API

arrow right

Secure wallet integration via API or widget

Token API

NEW

arrow right

Simplify creation and management of ERC20 tokens

NFT API

arrow right

Effortless NFT integration through our API

Payments

arrow right

Enable Fiat-to-crypto & NFT payments for your platform

Zapier

arrow right

No-code automations

Shopify

arrow right

Easy e-commerce

SiteManager

arrow right

No-code sitebuilder

Sayl

arrow right

Loyalty programs

Unreal engine and Venly integration logo - grey, no background

Unreal

arrow right

Gaming engine

PlayFab

arrow right

Gaming engine

Beamable

arrow right

Gaming engine

Unity and Venly integration logo - grey, no background

Unity

arrow right

Gaming engine

big Stripe violet logo no background

Stripe

arrow right

Handle payments

Moonpay

arrow right

Handle payments

Transak

arrow right

Handle payments

Ramp.network

arrow right

Handle payments

APIs

Wallets as a service API

arrow right

Secure wallet integration via API or widget

NFT API

arrow right

Effortless NFT integration through our API

Token API

NEW
arrow right

Simplify creation and management of ERC20 tokens

Payments API

arrow right

Enable Fiat-to-crypto & NFT payments for your platform

integrations

Zapier

arrow right

No-code automations

Shopify

arrow right

Easy e-commerce

Unity and Venly integration logo - grey, no background

Unity

arrow right

Gaming engine

Unreal engine and Venly integration logo - grey, no background

Unreal

arrow right

Gaming engine

Ramp.network

arrow right

Payments

Transak

arrow right

Payments

PlayFab

arrow right

Gaming engine

Beamable

arrow right

Gaming engine

SiteManager

arrow right

No-code sitebuilder

Sayl

arrow right

Loyalty programs

Moonpay

arrow right

Payments

big Stripe violet logo no background

Stripe

arrow right

Payments

Solutions

Real World Assets

arrow right

Tokenize, store, & transfer RWAs

Loyalty programs

arrow right

Transform customers into fans

E-commerce

arrow right

Sell digital assets in your online store

Entertainment

arrow right

Build thriving communities with NFTs

Digital Product Passports

arrow right

Add blockchain to your DPP platform

User onboarding

arrow right

Onboard users at scale

Gaming

arrow right

Infrastructure for Web3 games

Developers

Documentation

arrow right

Complete Venly documentation

API Reference

arrow right

Explore our requests and responses

Getting started

Venly Quickstart

arrow right

Get up and running quickly

Explore SDKs

arrow right

Streamline your development process

Guides

Integrate Fiat On-Ramps

arrow right

Learn how to bridge fiat and blockchain

Integrate Fiat On-Ramps

arrow right

Learn how to bridge fiat and blockchain

Create an ERC20 smart contract

arrow right

Learn how to create your ERC20 smart contract

Create an ERC20 smart contract

arrow right

Learn how to create your ERC20 smart contract

View all guides

Support

Status

Faucet

Bug Bounty Program

Resources

Blog

arrow right

Insights and updates from our team

Case Studies

arrow right

Success stories powered by Venly

Press releases

arrow right

Latest news and media coverage

Podcast

arrow right

StartToBlockchain Industry Podcast

Venly to Reduce Complexity for Game Developers on Sui
Read more
Read more
Pricing
Contact sales
Sign in

DEVELOPERS

Developer Portal

arrow right

Access your dashboard

USERS

My Venly Wallet

arrow right

Manage your personal assets

Sign in

DEVELOPERS

Developer Portal

arrow right

Access your dashboard

USERS

My Venly Wallet

arrow right

Manage your personal assets

Product update
min read

Wallet API Update: Encrypted PIN Transfer

Back to all blogs
Back to all blogs
Back to all blogs
Back to all blogs
Wallet API Update: Encrypted PIN Transfer

We've got another new feature for our Wallet API coming your way; the Encrypted PIN Transfer! This upgrade enhances the security of transferring user PINs. It allows for secure PIN sharing without revealing the actual PIN, utilizing advanced encryption techniques.

‍

This feature enhances the security of your end-user transactions, ensuring data integrity and confidentiality. We have also added a new security endpoint which exposes the Venly public key used for encryption.

Encrypted PIN Transfer

It allows you to transfer the end-users signing methods (PIN, Emergency Code, Biometrics) in a secure and encrypted way so that it is not visible on your system in any way.

Your system won't be able to view or read the end-user signing method's value. This feature also ensures that the original end-user request body is not tampered with and helps avoid duplicate transactions.

Why This Matters

  1. Stronger Security: By encrypting PIN transfers, user data is better protected against unauthorized access.
  2. Better Data Integrity: SHA256 hashing makes sure the data remains unchanged during transmission.

Getting Started

We encourage all developers to explore this new feature and continue to provide secure and efficient services to their users. Keep an eye out for more enhancements to our Wallet API.

‍

To start using the Encrypted PIN Transfer feature, check out our changelog for a quick overview or dive into our documentation for detailed integration steps. Connect with an expert and start building through our developer portal.

Stay up to date

Stay in the loop with the latest insights, exclusive tips, and exciting updates, delivered straight to your inbox. Sign up for our newsletter and never miss a beat!

Thank you! You've successfully subscribed to the newsletter.
Oops! Something went wrong while submitting the form.

Related articles

February Updates: Wallet & NFT Insights, Fiat Onramps & More!
Product update
min read

February Updates: Wallet & NFT Insights, Fiat On-ramps & More!

This month we’re introducing Wallet & NFT Insights in the Developer Portal, Fiat Onramps & Offramps, API updates for NFTs & Tokens, and an important deprecation notice. Stay ahead with better analytics, easier fiat-to-crypto transactions, and improved API functionality!
Read more
Venly Now Supports Solana: Build Faster and Smarter Applications
Product update
min read

Venly Now Supports Solana: Build Faster and Smarter Applications

Great news: Venly’s Wallet API and Venly Widget now supports Solana, giving developers and businesses access to one of the fastest, most cost-efficient blockchains. This update simplifies the process of building powerful blockchain applications with our platform.
Read more
How to Create ERC20 Tokens with Venly’s Token API
Announcements
min read

How to Create ERC20 Tokens with Venly’s Token API

Newly added! Creating blockchain tokens has become essential for businesses entering the world of decentralized applications, tokenized economies, and blockchain ecosystems. ERC20 tokens, in particular, are widely used across various industries due to their fungibility and flexibility.
Read more

Table of contents

Example H2
Example H3
Example H4
Example H5
Example H6
Medium violet icon
discord violet icon

Wallet API Update: Encrypted PIN Transfer

/

We've got another new feature for our Wallet API coming your way; the Encrypted PIN Transfer! This upgrade enhances the security of transferring user PINs. It allows for secure PIN sharing without revealing the actual PIN, utilizing advanced encryption techniques.

‍

This feature enhances the security of your end-user transactions, ensuring data integrity and confidentiality. We have also added a new security endpoint which exposes the Venly public key used for encryption.

Encrypted PIN Transfer

It allows you to transfer the end-users signing methods (PIN, Emergency Code, Biometrics) in a secure and encrypted way so that it is not visible on your system in any way.

Your system won't be able to view or read the end-user signing method's value. This feature also ensures that the original end-user request body is not tampered with and helps avoid duplicate transactions.

Why This Matters

  1. Stronger Security: By encrypting PIN transfers, user data is better protected against unauthorized access.
  2. Better Data Integrity: SHA256 hashing makes sure the data remains unchanged during transmission.

Getting Started

We encourage all developers to explore this new feature and continue to provide secure and efficient services to their users. Keep an eye out for more enhancements to our Wallet API.

‍

To start using the Encrypted PIN Transfer feature, check out our changelog for a quick overview or dive into our documentation for detailed integration steps. Connect with an expert and start building through our developer portal.

Start building Web3 with Venly

Venly provides the best-in-class blockchain developer tools, resources and support to help you build and scale any Web3 product seamlessly.

Schedule a call

Choose your plan

Make your plan as you want. Pay only for those you need.

Discover pricing

Need an expert?

Looking for a customized solution? Talk with one of our experts.

Contact sales

Product

Wallet as a service APINFT API
Token API
NEW
Payments API

Integrations

ZapierShopifyUnityUnrealBeamablePlayFabSayl LoyaltySiteManager

Pricing

Pricing overview

Use Cases

Digital Product PassportsReal World AssetsWeb3 GamingE-commerceEntertainmentLoyalty programs

Developers

DocumentationAPI ReferenceAPI StatusDev guidesSecurityBug Bounty ProgramSupport

Company

AffiliatesAbout usBlogBrand Guidelines
Case StudiesCareersContact us

Social

linkedin logoX logo (former Twitter)white youtube icon no background

Podcast

spotify logo
apple podcasts logo

Headquarters: Antwerpsesteenweg 45, 2830 Willebroek, Belgium

Privacy PolicyTerms of ServicePay Terms of ServiceCookies Policy
© 2025 Venly. All rights reserved.
Venly is SOC2 compliant.Venly is ISO 27001 compliant.Venly is GDPR compliant.
White Venly logo no background

The web3 technology provider

Product update