Forums

Find answers or ask new questions. Plus, get tips and insights from our most experienced community members.

Recent Conversations

by alex97po New Contributor

We want to build an app where customer can manage all their subscriptions and recurring payments from all their cards. There is an existing functionality provided by Visa for this, however it is only...

Posted in Use Cases 2 weeks ago
Solved
0
6
2078
by NareshFiserv New Contributor

Team, Below is the code mentioned in the article  https://developer.visa.com/pages/encryption_guide for decrypting . -------static class EncryptionUtils {private static final String BEG...

Posted in Message Level Encryption January
Unsolved
0
1
759
by NareshFiserv New Contributor

Team, Below is the code, getting padding exception while decrypting . ------- code -----------------public class Test2 {private static final String BEGIN_RSA_PRIVATE_KEY = "-----BEGIN RSA PR...

Posted in Message Level Encryption a month ago
Unsolved
0
5
1316
by xracerxx Regular Visitor

Hi there, is there any example that can actually do the actual bank account by the bank issuer, and facilitate the transaction via the swift protocol.Also, is there any example that can naturally do v...

Posted in New to Visa Developer January
Unsolved
1
1
743

sharedSecret

Unsolved
by BABALFADAA Dabbler

def sharedSecret = "xv2:" + timestamp + ":" + SHA256HMACdef URI = "helloworld"def QS = "apikey="+APIKeydef timeStampUTC = String.valueOf(System.currentTimeMillis().intdiv(1000L))def payload = ""def HM...

Posted in Two-way SSL & X-Pay Token January
Unsolved
0
3
1346
Accepted Answers Leaderboard