Orders::Transaction
Fetch Transaction
Retrieve a transaction for an order
get/orders/transactions/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "NpboZw",
"order_id": 6,
"status": "completed",
"external_type": "sale",
"external_id": "4a74b081c7ff7d8d7332e54d7d2a89df",
"amount": "100.00",
"currency": "USD",
"reason": null,
"adjusted_transaction_id": null,
"result": "approved",
"billing_payment_instruction_id": null,
"billing_payment_instruction_type": null,
"arn": null,
"is_rebill": false,
"rebill_number": null,
"created_at": null,
"updated_at": null
}