v1
latestOpenAPI 3.0.0Forter License2026-07-1333204516.7 KBAccounts
Account status
Inform of updates to the status of an account. While no decision is provided on this request, it improves the decision model.
post/v2/accounts/status/{id}
Path parameters
idstring required
Headers
api-versionstring required
Example:10.1
Specify the version of the API to target.
x-forter-siteidstring required
Example:a1b2c3d4e5f6
Forter-assigned ID for your account. Note that your Site ID for your test site is different from your production site.
Authorizationstring required
Example:Basic <base64-encoded-api-key:>
Basic Authentiation in the form of a username and password. Use the API Key as the username and leave the password empty.
Request body
Example request
{
"accountEmail": "john_s@test.com",
"accountId": "e520-ba9a-367-60b",
"connectionInformation": {
"checkoutToolsSessionId": "HTGDVC232fdFDFdfkdjk87382938mcndjc2f4gbbGd",
"customerIP": "10.0.0.127",
"forterMobileUID": "6429751237891",
"forterTokenCookie": "249453te8tbf9355186fet0ken547b95_2786972955236__UDE52-n5_8dg",
"merchantDeviceIdentifier": "HGJ7512345H3",
"merchantProvidedSessionId": "HTGDVC232fdFDFdfkdjk87382938mcndjc2f4gbbGd",
"userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36"
},
"eventTime": 1415287568000,
"merchantAccountStatus": "open",
"merchantIdentifiers": {
"merchantDomain": "HandbagsExpressDiscounts.com",
"merchantName": "Handbags Express Discounts"
},
"status": "ACTIVE",
"statusChangeBy": "MERCHANT_ADMIN",
"statusChangeReason": "user violation of coupon abuse policy",
"type": "BUSINESS"
}Response
Example adaptiveAuthAccountsResponse
Example response
{
"accountId": "e520-ba9a-367-60b",
"correlationId": "HGJ7512345H3DE",
"forterDecision": "APPROVE",
"merchantPolicyId": "0ee8ba28a8654c659addbae9253b707c",
"verificationMethod": {
"correlationId": "HGJ7512345H3DE",
"status": "FRICTIONLESS",
"statusCode": "100",
"statusMessage": "Verification code sent",
"type": "THREE_DS",
"verificationId": "345H3DEHGJ7512",
"verificationSpecificData": {
"ThreeDS": {
"ACSUrl": "https:/ /acs-us-east-1.nd.nds-sandbox-issuer.com/api/v1/acs/browser_sdk_challenges",
"ECIValue": "02",
"acsChallengeMandated": "Y",
"acsReferenceNumber": "ftr-internal-acs-approval",
"acsTransID": "6fd30e89-8171-4cc3-b86e-3d59582af2f6",
"authenticationType": "01",
"authenticationValue": "tSvPDt3PINNaoL+ERXdg0jVrmWc=",
"bankLiabilityShift": true,
"cardEnrolled": "Y",
"cavvAlgorithm": "3",
"challengeCancel": "01",
"challengeStatus": "Y",
"dsTransID": "38bbf46f-c023-4f4c-ae2c-35fb301632a5",
"encodedChallengeRequest": "eyJhY3NUcmFuc0lEIjoiMTEyY2RiNWItMGFlYy00MTY5LThjMWYtYWMyN2JlNjAxMjhhIiwiY2hhbGxlbmdlV2luZG93U2l6ZSI6IjA0IiwibWVzc2FnZVZlcnNpb24iOiIyLjEuMCIsIm1lc3NhZ2VUeXBlIjoiQ1JlcSIsInRocmVlRFNTZXJ2ZXJUcmFuc0lEIjoiZWRhM2MwMzYtZWMyYS00NmZkLTlmYWItNzBlZTgyYjJjNzQ5In0=",
"exemption": "TRANSACTION_RISK_ANALYSIS",
"interactionCounter": "01",
"messageCategory": "01",
"outOfScopeForPSD2": "ANONYMOUS_PREPAID_CARD",
"threeDSServerTransID": "26d648a9-da8a-4f8b-a76d-094801d2fd45",
"threeDSecureMode": "sca",
"threeDSecurePreference": "nopref",
"threeDSecureResult": "590040",
"transStatus": "Y",
"transStatusReason": "01",
"verifyStatus": "Y",
"version": "2.1.0"
},
"email": {
"email": "john_s@test.com",
"emailVerification": {
"sent": true,
"timeSent": 1389567341
}
},
"phone": {
"phone": "15557654321",
"smsVerified": {
"sent": true,
"timeSent": 1389567341
}
}
}
}
}