Re: The Test Data for Visa Checkout is not available in the Dashboard

PauloCn
Regular Visitor

The Test Data for Visa Checkout is not available in the Dashboard

Hi

 

The Test Data for Visa Checkout is not available in the Dashboard.

 

Using the code in this page https://developer.visa.com/capabilities/visa_checkout/docs-how-to like model
but removing the encryptionKey from the code, the test returns payment.success. But how can I get the information from the client? Ex: name, email, city...


I try https://sandbox.api.visa.com/wallet-services-web/payment/data/{callId}?apikey={apikey}

in this page https://developer.visa.com/capabilities/visa_checkout/reference 
https://sandbox.api.visa.com/wallet-services-web/payment/data/1102953842922766402?apikey=5HQDLL2BQ98...

but return this
{

  • "responseStatus": {
    • "status": 401,
    • "code": "9201",
    • "severity": "ERROR",
    • "message": "Token Validation Failed",
    • "info": ""
    }

}

My page https://www.amparosantacruz.ong.br/doacoes.html

When the code return payment.success, the payment was done?

Thanks

1 REPLY 1
API_Managers
Visa Developer Support Specialist

Re: The Test Data for Visa Checkout is not available in the Dashboard

Hey @PauloCn,

 

If you wish to integrate with Visa Checkout, please follow the integration guides below.

https://developer.visa.com/capabilities/visa_checkout/docs 

 

Visa Checkout is not currently running any promotions or facilitating integration assistance for donations.

Please remember you need to have an active merchant acquiring account to process Visa Checkout transactions.

 

A Gateway and Merchant Service Provider (MSP) is needed in order for Visa Checkout to function. If you're interested in using Visa Checkout, please reach out to one of our Partners to integrate with Visa Checkout: https://globalcheckout.visa.com/visacheckoutPartners 

 

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.