Configure issuer processor information for your organization

PUT /organization/issuer_processors

Body

Set your issuer processor configurations for your organization.

  • lithic_config 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.

Responses

  • 403

    Forbidden.

  • 422

    Invalid input

  • 200

    Issuer processor configuration for your organization

    Hide response attribute Show response attribute object
    • lithic_config 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.

  • 401

    Unauthorized.

  • 429

    Too many requests.

  • default

    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"
  }
}