# Configure credit reporting details for your organization **PUT /organization/credit_reporting** ## 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 credit reporting configurations for your organization. - **transunion_program_identifier** (string) If included, a metro2 report will be generated for your organization which uses this code to report to TransUnion. - **experian_program_identifier** (string) If included, a metro2 report will be generated for your organization which uses this code to report to Experian. - **equifax_program_identifier** (string) If included, a metro2 report will be generated for your organization which uses this code to report to Experian. - **program_date** (string(date)) The date your program started reporting credit to the bureaus. - **reporter_name** (string) Your organization's name, as reporting to the credit bureaus. - **reporter_address_line_one** (string) Reporter address line one. - **reporter_address_line_two** (string) Reporter address line two. - **reporter_address_city** (string) Reporter address city. - **reporter_address_state** (string) Address state. - **reporter_address_zip** (string) Reporter address, five digit zipcode or nine digit 'ZIP+4'. - **reporter_phone_number** (string) Reporter's phone number in E.164 format. ## Responses ### 200 Issuer processor configuration for your organization #### Body: application/json (object) - **transunion_program_identifier** (string) If included, a metro2 report will be generated for your organization which uses this code to report to TransUnion. - **experian_program_identifier** (string) If included, a metro2 report will be generated for your organization which uses this code to report to Experian. - **equifax_program_identifier** (string) If included, a metro2 report will be generated for your organization which uses this code to report to Experian. - **program_date** (string(date)) The date your program started reporting credit to the bureaus. - **reporter_name** (string) Your organization's name, as reporting to the credit bureaus. - **reporter_address_line_one** (string) Reporter address line one. - **reporter_address_line_two** (string) Reporter address line two. - **reporter_address_city** (string) Reporter address city. - **reporter_address_state** (string) Address state. - **reporter_address_zip** (string) Reporter address, five digit zipcode or nine digit 'ZIP+4'. - **reporter_phone_number** (string) Reporter's phone number in E.164 format. ### 401 Unauthorized. ### 403 Forbidden. ### 422 Invalid input ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)