# Get a transaction **GET /api/v1/plans/{plan_uuid}/transaction/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **plan_uuid** (string) The uuid of a Plan. - **uuid** (string) The uuid of the transaction. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **plan** (object) Plan of the transaction - **sub_account** (object) Sub account of the transaction - **holding** (object) Holding of the subaccount - **account** (object) Account that added the transaction - **transaction_schedule** (object) Schedule that created this transaction - **provider** (object) Provider that created this transaction - **type** (string) Transaction type - **sub_type** (string) Transaction sub type - **amount** (object) Transaction amount - **date** (string) Transaction date - **notes** (string) Transaction note - **status** (string) Transaction status - **editable** (boolean) Is the transaction editable? [Powered by Bump.sh](https://bump.sh)