# Get a provider statement **GET /api/v1/provider-statement/{providerStatement_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 - **providerStatement_uuid** (string) ## 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. - **number** (integer) Provider statement number - **name** (string) Provider name - **date** (string) Provider statement date - **reference** (string) provider statement reference given by provider - **filename** (string) Filename if uploaded by CSV or automatically from EDI - **origin** (string) how the provider statement was created. Values are edi, manual, upload and auto - **provider** (object) Provider - **statement** (object) Statement - **statement_transactions_count** (integer) Total number of statement transactions within provider statement - **statement_transactions** (array[object]) Statement transactions within provider statement - **total_amount** (object) Total amount of all statement transactions within this provider statement - **reconciled_expectations_amount** (object) Total amount reconciled against expectations - **reconciled_expectations_percentage** (number) Total percentage reconciled against expectations - **reconciled_bank_transactions_amount** (object) Total amount reconciled against bank transactions - **reconciled_bank_transactions_percentage** (number) Total percentage reconciled against bank transactions - **is_fully_reconciled_to_expectations** (boolean) Returns if all statement transactions are fully reconciled to expectations [Powered by Bump.sh](https://bump.sh)