Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
April 2021
April 2021
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
Solved! Go to Solution
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
April 2021
April 2021
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.