v2
latestOpenAPI 3.1.02026-07-262279731.3 MBIntents
Update an Intent Dispute
Track the outcome of a dispute processed by a third-party PSP.
This endpoint allows you to track the outcome of an Intent Dispute by sending the Decision value. In the Intent object, the decision is reflected in the Disputes.Status value
put/v3.0/{ClientId}/payins/intents/{IntentId}/capture/{CaptureId}/disputes/{DisputeId}/decision
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
IntentIdstring required
The unique identifier of the Intent.
CaptureIdstring required
The unique identifier of the Capture being disputed.
DisputeIdstring required
The unique identifier of the Intent Dispute.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Request body
Response
Success