# Inform challenge result Once the customer has accepted or rejected the push notification for a 3DS challenge, you can use this endpoint to notify us of the result. You must call this endpoint before the expiration time, otherwise it will return a 400 error. You can find the expiration information from the 3DS challenge webhook event. Only the first call to this endpoint will be processed. Any subsequent duplicate requests will be ignored, although you will still receive a success response. {% admonition type="warning" %} This endpoint is SCA protected when it applies. If your profile is registered within the UK and/or EEA, SCA most likely applies to you. For more information, please read implementing SCA. {% /admonition %} Endpoint: POST /v3/spend/profiles/{profileId}/3dsecure/challenge-result Security: UserToken ## Path parameters: - `profileId` (integer, required) The profile ID (personal or business) associated with the 3DS challenge. ## Request fields (application/json): - `transactionReference` (string, required) Transaction reference as received in the 3DS challenge webhook event. Example: "148579538" - `challengeStatus` (string, required) The customer's response to the 3DS challenge. Enum: "APPROVED", "REJECTED" ## Response 204 fields