Body

Set your issuer processor configurations for your organization.

Responses

PUT /organization/issuer_processors
curl \
 -X PUT https://<your_environment_name>-uat-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","enable_consumer_accounts":false},"galileo_config":{"apiLogin":"AbC123-9999","apiTransKey":"4sb62fh6w4h7w34g","providerId":"9999","prodId":"501"}}'
Request example
{
  "lithic_config": {
    "api_key": "a328j23l-61n0-k123-44b4-jj11ooo3b0uu",
    "enable_consumer_accounts": false
  },
  "galileo_config": {
    "apiLogin": "AbC123-9999",
    "apiTransKey": "4sb62fh6w4h7w34g",
    "providerId": "9999",
    "prodId": "501"
  }
}
Response example (200)
{
  "lithic_config": {
    "api_key": "a328j23l-61n0-k123-44b4-jj11ooo3b0uu",
    "enable_consumer_accounts": false
  },
  "galileo_config": {
    "apiLogin": "AbC123-9999",
    "apiTransKey": "4sb62fh6w4h7w34g",
    "providerId": "9999",
    "prodId": "501"
  }
}