Attempts to charge an existing infraction for its full amount.
POST/api/infraction/:infractionId/charge
Loads the infraction and tries to collect its full amount through the configured charge service. The operation is best-effort: a failed charge is reported in the response with IsSuccess set to false rather than failing the request.
Request
Responses
- 200
- 400
- 403
The result of the charge attempt
Api Error
Unauthenticated user