On This Page
Including your Partner Solution ID in your Integration
Include your Partner Solution ID with transaction requests to identify all requests going
through your integration. Including your Partner Solution ID in your integration enables
Cybersource
to accurately track your transaction volumes, and
provide monitoring, servicing and troubleshooting.Currently, this functionality and reporting is only available from within
Cybersource
Payments APIs by including your Partner Solution ID within the
body of the payloads.To integrate with
Cybersource
payments APIs, include your assigned
Partner Solution ID with every payments API request you make in your integration, both
in the test and production environments.Validate that your Partner Solution ID has been passed and captured properly.
This example show you how to include the Partner Solution ID value in the
clientReferenceInformation.partner.solutionId
when you send a
request:{ "clientReferenceInformation": { "code": "TC50171_3", "partner": { "solutionId": "6hah804t" } } }