Skip to main content
POST
Reverse a transaction

Authorizations

x-api-key
string
header
required

API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.

Path Parameters

id
string
required

Body

application/json
transaction_id
string
required

ID of the transaction to reverse

Example:

"cct_abc123"

Response

Reversal transaction created

id
string
required

Transaction ID

Example:

"cct_abc123"

store_id
string
required

Store ID

reference
string
required

Reference string

Example:

"order_xyz"

idempotency_key
string
required

Idempotency key

entries
object[]
required

Transaction entries

created_at
string
required

Creation timestamp

reversal_of
object

ID of the transaction this reverses, if applicable

Example:

"cct_abc123"