Cancel refund
Cancel a pending refund. Only refunds in the pending status can be cancelled.
POST
/api/payment-links/refunds/{refundId}/cancel
Authorizations
agentJwt
Agent registration JWT. Send as Authorization: Bearer <agent-jwt>.
Type
HTTP (bearer)
Responses
Refund cancelled.
application/json
Response returned when a pending refund is cancelled.
Whether the cancellation succeeded.
Refund ID (plr_* format).
Resulting refund status.
Valid values
"cancelled"{
"success": "<boolean>",
"refundId": "<string>",
"status": "<string>"
}