Skip to content

Commit 41f8f0b

Browse files
committed
Explicit clarification of cloud storage endpoints
1 parent 36d49f5 commit 41f8f0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/security-and-privacy/PCI.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ If your organization handles payment data, you can enable PCI compliance by upda
4040
1. Log in to your Vapi account and navigate to your assistant’s settings.
4141
2. Enable the PCI Compliance toggle.
4242
3. Select the PCI-compliant Model, Voice, and Transcriber options for your assistant.
43-
4. Configure **cloud storage credentials** for storing call recordings.
44-
5. Set up **webhooks** for receiving transcriptions.
43+
4. [Optional] Configure cloud storage credentials for storing call recordings. If you have any of the storage endpoint credentials, they will be used to push the recordings.
44+
5. [Optional] Set up **webhooks** for receiving transcriptions.
4545

4646

4747
<Warning>
@@ -54,7 +54,7 @@ Example configuration for `PCI compliant` assistant is:
5454
"pciEnabled": true
5555
}
5656
```
57-
Note: The default value for pciEnabled is false. Activating this setting aligns your assistant with PCI DSS standards by ensuring data is securely transmitted without being stored on Vapi’s systems.
57+
Note: The default value for `pciEnabled` is false. Activating this setting aligns your assistant with PCI DSS standards by ensuring data is securely transmitted without being stored on Vapi’s systems.
5858

5959
## Can PCI be used alongside HIPAA?
6060
Yes, you can enable both HIPAA and PCI compliance for an assistant. In this case, the restrictions from both compliances will apply, meaning that no recordings or transcripts will be stored or transmitted, even if you have specified cloud storage endpoints or webhooks for storing transcripts.
@@ -65,7 +65,7 @@ Yes, you can enable both HIPAA and PCI compliance for an assistant. In this case
6565

6666
A: Enabling PCI compliance does not degrade the quality of the voice assistant services.
6767
However, it restricts you to use only the PCI-compliant endpoints, while limiting access to certain features, such as reviewing call logs, recordings or transcriptions, within the Vapi platform.
68-
If the cloud storage endpoints are enabled, you can review the audio recordings in your own storage environment. The recordings follow naming convention:
68+
If any cloud storage endpoints are provided, you can review the audio recordings in your own storage environment. The recordings follow naming convention:
6969

7070
```
7171
call_ID-recording.wav

0 commit comments

Comments
 (0)