Configure issuer processor information for your organization
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"
}
}