Re: visa transaction control

Solved! Go to solution
amalsalim
Helper

visa transaction control


Hi, 

im having a difficult time understanding the VTC possibilities. Here is my question.


Can every time a card is swiped, a notification is sent to my application, and the application can then reject/approve the transaction?

If so, then is this done by the "authorization decision api"? 


thanks in advance!


Amal

8 REPLIES 8
API_Managers
Visa Developer Support Specialist

Re: visa transaction control

Hey @amalsalim

 

VTC has the Notification Delivery Callback API for notifications.

 

Using the Notification Delivery Callback API

Used to send purchase notifications to the issuer who will then create the cardholder-facing message and deliver it via email, SMS or push.   The issuer is responsible for creating and delivering the notification based on the data provided.  Note: future product enhancements can result in new data elements being available in the Notification Delivery Callback API payload.  The client should be flexible enough to review these new data elements without adversely impacting their existing notification process. https://developer.visa.com/capabilities/vctc/docs-how-to

 

For more information, please go here – https://developer.visa.com/capabilities/vctc/docs

 




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.

amalsalim
Helper

Re: visa transaction control

Thank you Diana! So this answers the first part of my question. Using the notification service, my application can receive a notification everytime the card is swiped.

 

The other part of my question is, can my application deny the transaction after receiving the notification?

for example, card holder swipes the card to buy some items, and after receiving the notification deny the transaction

 

 

thanks 

Amal

amalsalim
Helper

Re: visa transaction control

Hi, 

 

any update here?

API_Managers
Visa Developer Support Specialist

Re: visa transaction control

Hey @amalsalim,

 

Visa Transaction Controls offers issuers a variety of block and alert capabilities, the exact features and functionality of which they can then select, configure and present to their cardholders. VTC blocks and alerts are extremely flexible and designed to work together or be used independent of each other, as standalone features, with different thresholds triggering their use.

 

For example, an issuer may allow cardholders to block all internet transactions or only internet transactions over a certain purchase amount. An alert may accompany these transactions that is triggered at a lower dollar amount than is used for declines (e.g. trigger an alert for all internet purchases over $100 and decline all internet purchases over $1000). Similarly, the issuer may not want to offer transaction blocking seeking to avoid unintentional declines and only allow use of VTC alerts.

 

For more info - https://developer.visa.com/capabilities/vctc/docs-getting-started




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.

amalsalim
Helper

Re: visa transaction control

Let me ask my question differently. 

 

I want to deny all transactions that happen at "Johns pizza house". every other transaction is approved. Is this doable?

I want to allow only transactions that happen at "Johns pizza house". every other transaction is denied. Is this doable?

I want to deny all transactions where the total amount is $66.6. Is this doable?

 

From what i have read on the API docs, this is not possible. can you please confirm?

 

thanks

Amal

API_Managers
Visa Developer Support Specialist

Re: visa transaction control

Hey @amalsalim,

 

I'll take a look and someone will get back to you soon.

 




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.

amalsalim
Helper

Re: visa transaction control

ok... thanks!

API_Managers
Visa Developer Support Specialist

Re: visa transaction control

Hey @amalsalim,

 

None of these three use cases are solvable.

 




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.