You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/recurly/client.php
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,10 @@ public function updateAccount(string $account_id, array $body, array $options =
162
162
* @param string $account_id Account ID or code. For ID no prefix is used e.g. `e28zov4fw0v2`. For code use prefix `code-`, e.g. `code-bob`.
163
163
* @param array $options Associative array of optional parameters
164
164
*
165
+
* Supported optional query string parameters:
166
+
*
167
+
* - $options['params']['redact'] (bool): Permanently removes all personally identifiable information (PII) from this account after it has been deactivated, to fulfill a data subject's right to erasure under GDPR and similar privacy regulations (e.g. CCPA). Cannot be undone.
0 commit comments