Get a specific Metro2 credit report for a specific account.
This will return a Metro2 credit report that corresponds with the passed Credit Report ID. Relevant IDs for an account's historical Metro2 credit reports can be obtained from the accounts/{account_id}/credit_reports/list
route.
Path parameters
-
account_id
string Required Account ID
-
credit_report_id
string Required The ID of a specific Metro2 credit report you would like returned.
GET
/accounts/{account_id}/credit_reports/{credit_report_id}
curl \
-X GET https://sandbox-api.canopyservicing.com/accounts/31mNprzLd2bKl6koVna68ARM/credit_reports/31mNprzLd2bKl6koVna68ARM \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"account_id": "31mNprzLd2bKl6koVna68ARM",
"credit_report_id": "31mNprzLd2bKl6koVna68ARM",
"report_transunion": "see here for example: https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_fixed_file.dat",
"report_equifax": "see here for example: https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_fixed_file.dat",
"report_experian": "see here for example: https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_fixed_file.dat",
"activity_date": "2013-01-13",
"date_created": "2013-01-13",
"program_date": "2013-01-13",
"program_revision_date": "2013-01-13",
"reporter_name": "Canopy Servicing",
"reporter_address": "350 5th Ave, New York, NY 10118, United States",
"reporter_telephone_number": "5104120012",
"consumer_account_number": "31mNprzLd2bKl6koVna68ARM",
"portfolio_type": "C",
"account_type": "18",
"date_opened": "2013-01-13",
"credit_limit": 500,
"highest_credit": 500,
"terms_duration": 24,
"terms_frequency": "M",
"scheduled_monthly_payment_amount": 37,
"actual_payment_amount": 50,
"account_status": "11",
"payment_rating": "0",
"payment_history_profile": "BBBBBBBBBBBBBBBBBBBBBBB0",
"special_comment_code": null,
"compliance_condition_code": null,
"current_balance": 1000,
"amount_past_due": 37,
"original_charge_off_amount": 37,
"date_of_account_info": "2013-01-30",
"first_delinquency_date": "2013-01-30",
"date_closed": "2013-01-30",
"last_payment_date": "2013-01-30",
"consumer_primary": {
"name_first": "Miriam",
"name_middle": "Louise",
"name_last": "Trevino",
"name_suffix": "Jr",
"ssn": "888-88-8888",
"date_of_birth": "1985-06-20",
"ecoa_code": "1",
"consumer_indicator_code": "string",
"phone_number": "+14105556789",
"address_line_one": "12 Strawberry Road",
"address_line_two": "Suite 101",
"address_city": "Atlanta",
"address_state": "GA",
"address_zip": "99999-1000"
}
}
Response examples (200)
{
"account_id": "31mNprzLd2bKl6koVna68ARM",
"credit_report_id": "31mNprzLd2bKl6koVna68ARM",
"report_transunion": "see here for example: https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_fixed_file.dat",
"report_equifax": "see here for example: https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_fixed_file.dat",
"report_experian": "see here for example: https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_fixed_file.dat",
"activity_date": "2013-01-13",
"date_created": "2013-01-13",
"program_date": "2013-01-13",
"program_revision_date": "2013-01-13",
"reporter_name": "Canopy Servicing",
"reporter_address": "350 5th Ave, New York, NY 10118, United States",
"reporter_telephone_number": "5104120012",
"consumer_account_number": "31mNprzLd2bKl6koVna68ARM",
"portfolio_type": "C",
"account_type": "18",
"date_opened": "2013-01-13",
"credit_limit": 500,
"highest_credit": 500,
"terms_duration": 24,
"terms_frequency": "M",
"scheduled_monthly_payment_amount": 37,
"actual_payment_amount": 50,
"account_status": "11",
"payment_rating": "0",
"payment_history_profile": "BBBBBBBBBBBBBBBBBBBBBBB0",
"special_comment_code": null,
"compliance_condition_code": null,
"current_balance": 1000,
"amount_past_due": 37,
"original_charge_off_amount": 37,
"date_of_account_info": "2013-01-30",
"first_delinquency_date": "2013-01-30",
"date_closed": "2013-01-30",
"last_payment_date": "2013-01-30",
"consumer_primary": {
"name_first": "Miriam",
"name_middle": "Louise",
"name_last": "Trevino",
"name_suffix": "Jr",
"ssn": "888-88-8888",
"date_of_birth": "1985-06-20",
"ecoa_code": "1",
"consumer_indicator_code": "string",
"phone_number": "+14105556789",
"address_line_one": "12 Strawberry Road",
"address_line_two": "Suite 101",
"address_city": "Atlanta",
"address_state": "GA",
"address_zip": "99999-1000"
}
}