Re: VTC callback on every transaction

PawelW
Regular Visitor

VTC callback on every transaction

Hello, 

 

I know how to set callback for every declined transaction in Transaction Control Document, but is there any way to receive information about every transaction (declined and accepted)?

1 REPLY 1
API_Managers
Visa Developer Support Specialist

Re: VTC callback on every transaction

Hey @PawelW,

 

Using the Authorization Decision API
The Authorization Decision API is used to send transaction data for non-Visa processed transactions to VTC. VTC will respond with a recommendation to "Decline" or "Decision Accordingly" based on the cardholder's VTC settings. The issuer is responsible for making the authorization decision and then sending that back to VTC for use in alert messaging.

 

The Transaction Controls Authorization Decision API supports the following functions:

  • Requests a decision on a pending transaction.
  • Updates the state of a decision based on the actual authorization decision made by the issuer.
  • Retrieves the details of a specific decision. 
  • Retrieves a paginated list of previous decisions filtered by card. 
  • Retrieves a paginated list of the most recent decisions. 

The technical details of each operation can be found on the Documentation tab.

 

For information on Visa Transaction Controls please go here - https://developer.visa.com/capabilities/vctc/docs-how-to

 




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.