Hi
I am working on creating a PoC that would allow a system to synchronize Transaction information. Because of that, I am thinking about using the Transaction Search API (https://developer.cybersource.com/docs/cybs/en-us/txn-search/developer/all/rest/txn-search/txn-searc...). I am reviewing the documentation but I was not able to find how is authentication handled for the Transaction Search API. Is it possible to use an HTTP Signature (https://developer.cybersource.com/api-reference-assets/index.html#static-api-endpoints-section)?
Thanks in advance
10-08-2024 04:04 AM
Hi @rreyes1979 ,
Yes, you should be able to use HTTP Signature or P12 Authentication for the Transaction Search API.
Here is an example from Live Console on our API Reference: https://developer.cybersource.com/api-reference-assets/index.html#transaction-search
02-13-2025 11:07 AM