InApp provisioning VDE SDK.

gshivakumar
New Contributor

InApp provisioning VDE SDK.

Below is the info we have from the guide for InApp provisioning SDK. 

Could you share how the nonce is calculated?

Should we send nonce in the payload?

Where do we get the value for source?

// CREATE PAYLOAD WITH CARD INFO
Example for In-App Provisioning with Card Number:

"{ \"nonce\":\"x12…\", \"accountNumber\":\"411…\", \"expirationMonth\":\"02\", \"expirationYear\":\"2025\", \"nameOnAccount\":\"John Doe\", \"cardType\":\"DEBIT\", \"cardBrand\":\"VISA\", \"billingAddress\":{ \"addressLine1\":\"5 Central Drive\", \"addressLine2\":\"Apt 11\", \"addressLine3\":\"\", \"stateProvinceCode\":\"NC\", \"postalCode\":\"27265\", \"countryCode\":\"840\", \"city\":\"High Point\", \"phoneNumber\":\"336-222-6060\" }, \"source\":\"X123\"}"

5 REPLIES 5
cathy2981
Community Moderator

Re: InApp provisioning VDE SDK.

Thank you for reaching out, @gshivakumar ! An agent is looking for a solution for you and will get back with you shortly! If any community members know a solution, please feel free to respond in this thread. - Cathy

I_Doroteo3
Visa Developer Support Specialist

Re: InApp provisioning VDE SDK.

Hi @gshivakumar

 

Are you involved in an active project with Visa representatives? This information is included in the client documentation.

 

The SDK internally calls the device registration/authentication process and responds with success (nonce) or failure results.

 

Thanks, 

Illana

gshivakumar
New Contributor

Re: InApp provisioning VDE SDK.

We are working with visa reps and we have the documentation, we are an issuer.  Any info regarding the questions I asked will be helpful. Thank you.

gshivakumar
New Contributor

Re: InApp provisioning VDE SDK.

As an issuer, we receive nonce as part of incoming payload from the mobile app? is this correct?

I_Doroteo3
Visa Developer Support Specialist

Re: InApp provisioning VDE SDK.

Hi @gshivakumar

 

I suggest reaching out to your Visa Representatives regarding any questions with the product/your implementation.

 

The nonce comes from passing VDE SDK configuration details and getting a successful callback. 

 

Thanks, 

Illana