Retrieve a single transaction by ID. View payment details, status, and associated order information.
API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.
The unique identifier of the transaction
"txn_1234567890"
Successfully retrieved transaction
Unique identifier for the object.
String representing the environment.
test, prod, sandbox String representing the object's type. Objects of the same type share the same value.
"transaction"
The transaction amount in cents. 1000 = $10.00
2000
Three-letter ISO currency code, in uppercase. Must be a supported currency.
"USD"
The type of transaction. payment(one time payments) and invoice(subscription)
Status of the transaction.
Creation date of the order as timestamp
The amount the customer paid in cents. 1000 = $10.00
2000
The discount amount in cents. 1000 = $10.00
2000
The ISO alpha-2 country code where tax is collected.
"US"
The sale tax amount in cents. 1000 = $10.00
2000
The amount that has been refunded in cents. 1000 = $10.00
2000
The order associated with the transaction.
The subscription associated with the transaction.
The customer associated with the transaction.
The description of the transaction.
Start period for the invoice as timestamp
End period for the invoice as timestamp