# Configure payment processor information for your organization **PUT /organization/payment_processors** ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) Set your payment processor configurations for your organization. - **repay_config** (object) - **authorize_net_config** (object) - **checkout_config** (object) - **modern_treasury_config** (object) - **dwolla_config** (object) ## Responses ### 200 Payment Processor configuration for your organization #### Body: application/json (object) - **repay_config** (object) - **authorize_net_config** (object) - **checkout_config** (object) - **dwolla_config** (object) - **modern_treasury_config** (object) ### 401 Unauthorized. ### 403 Forbidden. ### 422 Invalid input ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)