v1

latestOpenAPI 3.0.0Forter License2026-07-1333204516.7 KB
Merchants

3DS execution enrollment status

Check the status of a previous request to enroll a merchant in Forter's 3DS execution services.

get/merchants/:id/3ds-execution/{requestId}/status

Path parameters

requestIdstring 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.

Response

Example threeDsExecutionOnboardingStatusResponse

statusstring required

Status of the onboarding request - IN_PROGRESS (request is pending processing) / COMPLETE (request completed) / REJECTED (invalid request is rejected) / FAILED (request is valid but failed for some reason)

Example response

{
  "status": "IN_PROGRESS"
}