Configure issuer processor information for your organization

PUT /organization/issuer_processors

Body

Set your issuer processor configurations for your organization.

  • Hide lithic_config attribute Show lithic_config attribute object
    • api_key string

      API key for your organization in Lithic. You can generate this in your Lithic dashboard as a self-service option.

Responses

  • Issuer processor configuration for your organization

    Hide response attribute Show response attribute object
    • Hide lithic_config attribute Show lithic_config attribute object
      • api_key string

        API key for your organization in Lithic. You can generate this in your Lithic dashboard as a self-service option.

  • Unauthorized.

  • Forbidden.

  • Invalid input

  • Too many requests.

  • Unexpected Error.

PUT /organization/issuer_processors
curl \
 -X PUT https://sandbox-api.canopyservicing.com/organization/issuer_processors \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"lithic_config":{"api_key":"a328j23l-61n0-k123-44b4-jj11ooo3b0uu"}}'
Request example
{
  "lithic_config": {
    "api_key": "a328j23l-61n0-k123-44b4-jj11ooo3b0uu"
  }
}
Request examples
{
  "lithic_config": {
    "api_key": "a328j23l-61n0-k123-44b4-jj11ooo3b0uu"
  }
}
Response examples (200)
{
  "lithic_config": {
    "api_key": "a328j23l-61n0-k123-44b4-jj11ooo3b0uu"
  }
}
Response examples (200)
{
  "lithic_config": {
    "api_key": "a328j23l-61n0-k123-44b4-jj11ooo3b0uu"
  }
}