---
title: "rcp_update_payment_status"
source: "https://docs.nexcess.com/software/kadence/restrict-content-pro/rcp_update_payment_status/"
description: "Note: This is part of the developer docs and is considered custom code. Unfortunately, we cannot provide support for custom code at this time as we do not have…"
vertical: "Software"
area: "Restrict Content Pro"
date: "2023-04-20"
last_modified: "2023-04-20"
---

# rcp_update_payment_status

Note: This is part of the developer docs and is considered custom code. Unfortunately, we cannot provide support for custom code at this time as we do not have the additional resources that would be necessary to provide support for custom code. If you need assistance with this, please reach out to our list of consultants for further assistance: https://codeable.io/developers/restrict-content-pro/ Runs when a payment’s status is updated. Parameters: $status (string) – New status being set. For example: pending, complete, failed, refunded, abandoned. $payment\_id (int) – ID of the payment. Also available are separate actions for each status. For example: rcp\_update\_payment\_status\_complete rcp\_update\_payment\_status\_failed rcp\_update\_payment\_status\_refunded rcp\_update\_payment\_status\_abandoned The above actions only take one parameter: the payment ID.
