# Linked Payment ## Create linked payment - [POST /site/{siteId}/ahds/v1/linked-payment](https://docs.heydonto.com/apis/animal-health/openapi/linked-payment/linkedpaymentcontroller_create.md): Creates a new Linked Payment record. Linked Payment resource in the Animal Health Data Store ## List linked payments - [GET /site/{siteId}/ahds/v1/linked-payment](https://docs.heydonto.com/apis/animal-health/openapi/linked-payment/linkedpaymentcontroller_findall.md): Returns a paginated list of Linked Payments for the specified site. Supports filtering and sorting. ## Get linked payment - [GET /site/{siteId}/ahds/v1/linked-payment/{linkedPaymentId}](https://docs.heydonto.com/apis/animal-health/openapi/linked-payment/linkedpaymentcontroller_findone.md): Returns a single Linked Payment by its unique identifier. ## Update linked payment - [PATCH /site/{siteId}/ahds/v1/linked-payment/{linkedPaymentId}](https://docs.heydonto.com/apis/animal-health/openapi/linked-payment/linkedpaymentcontroller_update.md): Partially updates an existing Linked Payment. Only provided fields will be updated. ## Replace linked payment - [PUT /site/{siteId}/ahds/v1/linked-payment/{linkedPaymentId}](https://docs.heydonto.com/apis/animal-health/openapi/linked-payment/linkedpaymentcontroller_replace.md): Fully replaces an existing Linked Payment. All fields must be provided. ## Delete linked payment - [DELETE /site/{siteId}/ahds/v1/linked-payment/{linkedPaymentId}](https://docs.heydonto.com/apis/animal-health/openapi/linked-payment/linkedpaymentcontroller_remove.md): Permanently deletes a Linked Payment record.