Initiate Credit Check AIAB

Version v1
download iconDownload spec

Endpoint

POST
https://att-creditcheck-eapi.gw.cloud.att.com/api/v1/creditCheck/aiab

Provides credit check functionality for provided account. A credit check is required for IPBB orders.

arrowRequest

Header Parameters

            Body Parameters

            Responses

            Success

            arrowBody

            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://att-creditcheck-eapi.gw.cloud.att.com/api/v1/creditCheck/aiab \
                 --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": "string",
              "bureauName": "string",
              "noErrorFlag": false,
              "creditClass": "string",
              "creditCheckId": "string",
              "pastDueAmount": "string",
              "accountBalance": "string",
              "approvalStatus": "string",
              "isRefusedToPay": "string",
              "logErrorMessage": "string",
              "displayErrorPage": false,
              "minimumAmountDue": "string",
              "creditDestination": "string",
              "approvalStatusNotes": "string",
              "casApplicationNumber": 0,
              "individualCustomerKey": "string",
              "affiliateAccountNumber": "string",
              "isDebtResolutionPending": false,
              "unifiedCreditTransactionId": "string",
              "isUpdatedApplicationRequired": false,
              "isIdentityVerificationRequired": false
            }