Implementation & API Sample Code

Find answers or ask new questions. Plus, get tips and insights from our most experienced community members.

Recent Conversations

by pnielab Dabbler

is there an api that can get account debt for all its card? for curent monthor an api per card? to get card debt for current month?Thanks   ...

Posted in Implementation & API Sample Code December 2022
Unsolved
0
1
1625
by sree08 Occasional Visitor

Hi,I configured rule categories using the api - https://sandbox.api.visa.com/vctc/programadmin/v1/sponsors/configurationand body as:-{"ruleCategories": ["PCT_GLOBAL","PCT_TRANSACTION"]}When I am...

Posted in Implementation & API Sample Code December 2022
Unsolved
0
2
8229
by sree08 Occasional Visitor

Hi,When using Program Administration API in Visa Transaction Control :-1. What is the SponsorID? Where I can see my SponsorID in my profile?2. What are the eligible values for 'ruleCategories' when cr...

Posted in Implementation & API Sample Code November 2022
Unsolved
0
1
2307
by Soumith Regular Visitor

Hi, can you guys provide me with a sample code of Foreign exchange api using node js Thank you

Posted in Implementation & API Sample Code November 2022
Unsolved
0
1
2649
by Soumith Regular Visitor

const express = require('express');const fs = require('fs');var https = require('https');const request = require('request');const app = express();const bodyParser = require('body-parser')var path = re...

Posted in Implementation & API Sample Code November 2022
Unsolved
0
3
3674