Body
Set your credit reporting configurations for your organization.
-
If included, a metro2 report will be generated for your organization which uses this code to report to TransUnion.
-
If included, a metro2 report will be generated for your organization which uses this code to report to Experian.
-
If included, a metro2 report will be generated for your organization which uses this code to report to Experian.
-
The date your program started reporting credit to the bureaus.
-
Your organization's name, as reporting to the credit bureaus.
-
Reporter address line one.
-
Reporter address line two.
-
Reporter address city.
-
Address state.
Values are
AK
,AL
,AR
,AZ
,CA
,CO
,CT
,DC
,DE
,FL
,GA
,GU
,HI
,IA
,ID
,IL
,IN
,KS
,KY
,LA
,MA
,MD
,ME
,MH
,MI
,MN
,MO
,MS
,MT
,NC
,ND
,NE
,NH
,NJ
,NM
,NV
,NY
,OH
,OK
,OR
,PA
,PR
,PW
,RI
,SC
,SD
,TN
,TX
,UT
,VA
,VI
,VT
,WA
,WI
,WV
, orWY
. -
Reporter address, five digit zipcode or nine digit 'ZIP+4'.
-
Reporter's phone number in E.164 format.
curl \
-X PUT https://sandbox-api.canopyservicing.com/organization/credit_reporting \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"transunion_program_identifier":"5555555555","experian_program_identifier":"5555555555","equifax_program_identifier":"5555555555","program_date":"1985-06-20","reporter_name":"Acme Corporation","reporter_address_line_one":"12 Strawberry Road","reporter_address_line_two":"Suite 101","reporter_address_city":"Atlanta","reporter_address_state":"GA","reporter_address_zip":"99999-1000","reporter_phone_number":"+14105556789"}'
{
"transunion_program_identifier": "5555555555",
"experian_program_identifier": "5555555555",
"equifax_program_identifier": "5555555555",
"program_date": "1985-06-20",
"reporter_name": "Acme Corporation",
"reporter_address_line_one": "12 Strawberry Road",
"reporter_address_line_two": "Suite 101",
"reporter_address_city": "Atlanta",
"reporter_address_state": "GA",
"reporter_address_zip": "99999-1000",
"reporter_phone_number": "+14105556789"
}
{
"transunion_program_identifier": "5555555555",
"experian_program_identifier": "5555555555",
"equifax_program_identifier": "5555555555",
"program_date": "1985-06-20",
"reporter_name": "Acme Corporation",
"reporter_address_line_one": "12 Strawberry Road",
"reporter_address_line_two": "Suite 101",
"reporter_address_city": "Atlanta",
"reporter_address_state": "GA",
"reporter_address_zip": "99999-1000",
"reporter_phone_number": "+14105556789"
}
{
"transunion_program_identifier": "5555555555",
"experian_program_identifier": "5555555555",
"equifax_program_identifier": "5555555555",
"program_date": "1985-06-20",
"reporter_name": "Acme Corporation",
"reporter_address_line_one": "12 Strawberry Road",
"reporter_address_line_two": "Suite 101",
"reporter_address_city": "Atlanta",
"reporter_address_state": "GA",
"reporter_address_zip": "99999-1000",
"reporter_phone_number": "+14105556789"
}
{
"program_date": "1985-06-20",
"transunion_program_identifier": "5555555555",
"experian_program_identifier": "5555555555",
"equifax_program_identifier": "5555555555",
"reporter_name": "Acme Corporation",
"reporter_address_line_one": "12 Strawberry Road",
"reporter_address_line_two": "Suite 101",
"reporter_address_city": "Atlanta",
"reporter_address_state": "GA",
"reporter_address_zip": "99999-1000",
"reporter_phone_number": "+14105556789"
}