Merchant actionAsk AIpost https://api.sandbox.eu.ppro.com/v1/disputes/{disputeId}/actionsUse this endpoint to perform actions like accept, challenge or offer on a disputePath ParamsdisputeIdstringrequiredDispute ID starting with 'dispute_' followed by 21 characters.Body ParamstypestringenumrequiredAction that can be performed on the disputeACCEPTCHALLENGEOFFERAllowed:ACCEPTCHALLENGEOFFERresolutionstringThe resolution chosen by the merchant for this action. Required if defined in the config for certain action types.messagestringMessage text. Required if defined in the config for certain action types.amountobjectAmount to be used for the action. Required if defined in the config for certain action types.amount objectHeadersRequest-ReferencestringOptional Reference for the request. This is used to identify the request in debugging.Request-Idempotency-KeystringOptional Idempotency Key for the request. Sending duplicate requests will result in 409 HTTP status code.Responses 202Success with status as ACCEPT_PROCESSING, CHALLENGE_PROCESSING or OFFER_PROCESSING depending on the action 400Bad Request 404Not found 409Duplicate request received with the same idempotency key. 500Internal Server ErrorUpdated about 1 month ago