Cancel an SLT

Cancel a transaction. You can cancel transactions that have a NEW or PENDING status. This API is available for some RocketKOR solutions, such as ACH.

Endpoint

DELETE /v1/transactions/{transactionId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

transactionId  REQUIRED

string (UUID)

ID of the single-leg transaction (SLT) in the RocketKOR system.

Request Body

None

Returns

If the cancellation request is successful, returns 204 KOR platform accepted cancellation request for the transaction and the transaction status is changed to CANCELLED.

If the cancellation request fails, the transaction status is changed to ERROR and a transaction history entry is recorded for the transaction with an event_type of PROVIDER_VALIDATION_ISSUE.

SAMPLE RESPONSE

				
					{
  The KOR platform accepted cancellation request for the transaction. Once the transaction is cancelled, its status will become CANCELLED. If the cancellation request fails, a transaction history entry will be recorded with an event_type of PROVIDER_VALIDATION_ISSUE.
}

				
			
Exit mobile version