RocketKOR

Cancel a Transaction

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 transaction 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

				
					{
  204 KOR platform accepted cancellation request for the transaction.
}