Card Program Sponsor ID

Kennethrayg
Helper

Card Program Sponsor ID

Hi,

 

Where can i find the Card Program Sponsor ID?

 

I am trying to invoke the https://sandbox.api.visa.com/vctc/customerrules/v1/consumertransactioncontrols/ctc-vd-7570ac9d-f6b8-...

to delete the DocID, but I am getting an API error below...

 

{"responseStatus": {
"status": 401,
"code": "9123",
"severity": "ERROR",
"message": "Expected input credentials were not present",
"info": ""
}}

 

as per the API definition, I need to pass a header named "Sponsor-IID", but I cannot find it in my profile

 

1 REPLY 1
jvenkata
Community Moderator

Re: Card Program Sponsor ID

Hi @Kennethrayg,

 

Sponsor ID is passed automatically from backend. The below error is due to the fact that certificates and credentials are not being passed appropriately to invoke the API.

 

Please refer to below SOAP UI and Post Man settings to set up credentials accordingly and try again.

 

SOAP UI

https://developer.visa.com/pages/working-with-visa-apis/two-way-ssl#testing_twoway_ssl_connectivity_...

 

Post Man

https://community.developer.visa.com/t5/Use-Cases/APIs-for-payment-gateway-9124-error/m-p/10448#M113

 

Thanks,

Jai