# Get an Invoice Payment **GET /invoice_payments/{invoice_payment_id}** Retrieve an existing Invoice Payment record ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters #### Headers - **Authorization** (string) Authorize your API calls with an Arta API token #### Path parameters - **invoice_payment_id** (integer) invoice_payment_id parameter ## Responses ### 200: Successful Invoice Payment response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body Parameters: application/json (object) - **amount** (string) - **amount_currency** (string) - **created_at** (string) - **id** (integer) - **invoice_id** (integer) - **payment_id** (integer) - **shipment_id** (string | null) - **updated_at** (string) ### 404: Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body Parameters: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)