Hi,
I configured my application with a notification callback url. It is working, Ping test is passing.
Since this API is used to " Used to send purchase notifications to the issuer who will then create the cardholder-facing message and deliver it via email, SMS or push." (https://developer.visa.com/capabilities/vctc/docs-how-to) I would like to simulate credit card payment transctions to trigger automatically purchase notifications to test the integration of this API with my application. How can I do that ? Everything will be running in Sandbox environment.
Thanks,
Paul
Solved! Go to Solution
Hi @paul1,
Sandbox is a static simulator and just to be used as a guide to see the sample request and response. This is just a simulation and does not show all functionality and all messages. Please utilize the API specifications to understand the request and response structure and complete development and testing in the higher environment (Certification) to see the true responses, configure and receive notifications, etc.