Initiate Credit Check
Version v1
Endpoint
POST
Contact DL-APS_API_Services@att.com to get Endpoint details /creditCheck
Provides credit check functionality for provided account.
Header Parameters
Body Parameters
Responses
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
curl --request POST \
--url https://Contact%20DL-APS_API_Services@att.com/%20to%20get%20Endpoint%20details/creditCheck \
--header 'accept: application/json' \
--header 'client_id: string' \
--header 'client_secret: string' \
--header 'content-type: application/json' \
--header 'source: string' \
--header 'x-trace-id: string' \
--header 'x-transaction-id: string' \
--data '
{
"quoteId": "0Q0KQ000000CvYs0AK",
"userEmail": "abc.xyz@salesforce.com",
"subAccountId": "TWNN1I",
"businessType": "S",
"businessName": "Test CCSham",
"doingBusinessAs": "Test Sham",
"legalEntityCity": "Minneapolis",
"primaryLastName": "Pandian",
"legalEntityState": "MN",
"primaryFirstName": "Alex",
"legalEntityZipCode": "55402",
"legalEntityCountry": "US",
"legalEntityStreetAddress": "901 Marquette Ave STE 700"
}
'
RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"errorCode": "",
"bureauName": "CAS DEFAULT",
"noErrorFlag": true,
"creditClass": "LOW",
"creditCheckId": "a9X550000005tWzEAI",
"pastDueAmount": "",
"accountBalance": "",
"approvalStatus": "Auto-Approved",
"isRefusedToPay": "",
"logErrorMessage": null,
"displayErrorPage": false,
"minimumAmountDue": "",
"creditDestination": "B",
"approvalStatusNotes": "N/A",
"casApplicationNumber": 311017367245,
"individualCustomerKey": "000000000",
"affiliateAccountNumber": "",
"isDebtResolutionPending": false,
"unifiedCreditTransactionId": "U20231101408321276",
"isUpdatedApplicationRequired": false,
"isIdentityVerificationRequired": false
}