Get Transaction By Order ID
Get a transaction by order ID. Every order that has been paid has a transaction associated with it. This endpoint returns the transaction details for a given order ID.
Authorizations
The API key to authenticate requests provided by Roastify. If you do not have an API key, please contact [email protected]
Path Parameters
The Id of the order
1
Response
The date the transaction was created
The order ID associated with the transaction
The amount of the transaction in cents. Ex: 1000 = $10.00
The currency of the transaction
The payment status of the transaction
The payment method used for the transaction
Enum for the type of transaction, either balanceTransaction
or paymentIntent
. BalanceTransaction is used for adjusting the customer's balance. PaymentIntent is used for processing payments using the customer's default payment method.
balanceTransaction
, paymentIntent
, subscription