# Get a Payment **GET /payments/{payment_id}** Retrieve an existing 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 - **payment_id** (integer) payment_id parameter ## Responses ### 200 Successful Payment response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **amount** (string) - **amount_currency** (string) - **context** (string) - **created_at** (string) - **id** (integer) - **paid_on** (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: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)