Cybersource Flex API Token Provider HREF Logs

Solved! Go to solution
benastahl
Newbie

Cybersource Flex API Token Provider HREF Logs

Hello,

 

I was recently using the Cybersource Flex API and was wondering more about the response body. Heres the URL and the response:

https://flex.cybersource.com/cybersource/flex/v1/tokens
{
"keyId":"{token id}",
"token":"{token}",
"maskedPan":"{maskedPan}",
"cardType":"{cardType}",
"timestamp":1617728380057,
"signedFields":"token,cardType,maskedPan,timestamp",
"signature":"{signature}",
"discoverableServices":{

},
"_embedded":{
"icsReply":{
"requestId":"{REQUEST ID}",
"_links":{
"self":{
"href":"/cybersource/flex/search/v1/logs/tokenProvider/{REQUEST ID}"
}
}
}
}
}

 

I was just curious how to access the HREF and what it offers. I haven't been able to find much documentation on it. Also was wondering what exactly would go at the base of the URL (HREF) as the API. 

 

Thanks,

Ben

1 REPLY 1
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Cybersource Flex API Token Provider HREF Logs

Hi @benastahl,

 

Cybersource is not a service we offer on Visa Developer. Please visit: https://developer.cybersource.com for up to date information on Cybersource APIs. You can also reach out to Cybersource Support at  https://developer.cybersource.com/support/contact-us.html


Best,
Stacey

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.