On This Page

{#jumplink-list}  
[Markdown](/docs/vas/en-us/isv-plugins/get-started/all/na/isv-getting-started/isv-partner-starter-partn-id.md)  
Filter  
FILTER BY TAG

Including your Partner Solution ID in your Integration {#isv-partner-starter-partn-id}
======================================================================================

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 `Visa Acceptance Solutions` to accurately track your transaction volumes, and provide monitoring, servicing and troubleshooting.  
Currently, this functionality and reporting is only available from within `Visa Acceptance Solutions` Payments APIs by including your Partner Solution ID within the body of the payloads.  
To integrate with `Visa Acceptance Solutions` 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"
    }
  }
}
```

RELATED TO THIS PAGE

