Re: Sandbox data - asking again.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
Hi @Kepler,
I'll check with the product team and get back soon.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
Essentially the same question that asked in May. That's 6 months ago. Not "soon" really is it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
Hi @timhuckle,
I sent a follow up email to the product team. Waiting to hear back.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
Hi @timhuckle,
To answer your question, addition of Test data to Payment Account Validation API sandbox is in progress (target 1st week of December) and will consist of predefined name sets and results.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
I don't see any test data - can I have an update on your target date please.
Further, I applied to take a service live in July and haven't heard from anyone, is that normal?
Thanks,
Tim
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
Hi @timhuckle,
Sorry for delayed reply. I'll get back to you soon on this.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @timhuckle,
Please check to see if the test data is now being displayed. Thanks.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI @timhuckle,
Is your issue fixed? If so, please click the Accept as Solution button and I'll take you off my contact list.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
Hi @timhuckle,
I haven't heard back from you so I'll take you off my contact list. Feel free to reach out to the community if you need help.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Sandbox data - asking again.
Hi I'm encountering a similar issue here with seeing ANI results using test data.
I filled out test data per the test data provided on the dashboard at this link https://developer.visa.com/portal/app/53c4d55b-a848-4473-af21-145f1550a29a:
For row "Full Name Match"
Here is a sample of the payload I send (using visa test data):
{'acquirerCountryCode': '840', 'acquiringBin': '400171', 'primaryAccountNumber': '4957030420210454', 'accountType': '00', 'cardAcceptor': {'address': {'city': 'San Francisco', 'country': 'USA', 'state': 'CA', 'zipCode': '94404'}, 'idCode': 'VMT200911026070', 'name': 'Visa Inc'}, 'cardCvv2Value': '999', 'cardExpiryDate': '2040-10', 'addressVerificationResults': {'street': '801MetroCenterBlv', 'postalCode': '94404'}, 'cardHolderNameVerification': {'lastName': 'INQUIRY', 'firstName': 'ACCOUNT', 'middleName': 'NAME', 'ownerType': '01'}}
Here's an example of what I get back:
{'transactionIdentifier': 140957464461770, 'approvalCode': '12AB54', 'actionCode': '85', 'responseCode': '5', 'addressVerificationResults': 'Z', 'cvv2ResultCode': 'M'}
As you can see, I don't get anything back for ANI in the response. Is there any modification you suggest I be making to the test payload so I can set up an end to end integration test in sandbox? Please note that all requests are using 2 way SSL and enforced MLE
Thank you