simplify credentials doc (#2488)

This commit is contained in:
Shuchang Zheng
2025-05-27 11:06:12 -07:00
committed by GitHub
parent 9e646bd9a1
commit 306eac8a58
7 changed files with 43 additions and 25 deletions

View File

@@ -4,28 +4,27 @@ subtitle: How to manage credit cards in Skyvern
slug: credentials/credit-cards
---
## Manage Credit Cards in Skyvern Cloud
You can go to [Skyvern's Credentials page](https://app.skyvern.com/credentials) to manage your credit cards.
## Manage Credit Cards
Same as passwords, credit cards are also managed in the [Skyvern's Credentials](https://app.skyvern.com/credentials) page.
**Add a new credit card credential:**
### Add a new credit card:
<img src="../images/credential_management/add_credit_card.png" />
<img src="../images/credential_management/add_credit_card_detail.png" />
**Delete a credit card credential:**
### Delete a credit card:
Click the trash icon and confirm the deletion. If you do this, the credit card will be deleted from Skyvern PERMANENTLY.
<img src="../images/credential_management/delete_credit_card.png" />
**Update a credit card credential:**
### Update a credit card:
<Warning>Skyvern only supports adding and deleting credit cards. To update a credit card, you need to delete the existing credit card and create a new one.</Warning>
## Manage Credit Cards with API & SDK
## API & SDK
We also have [API and SDK](/api-reference/api-reference/credentials/create-credential) supports for credit card management:
**Create a new credit card credential:**
### Create a new credit card:
<CodeBlocks>
```python title="python"
@@ -64,7 +63,7 @@ curl -X POST https://api.skyvern.com/v1/credentials \
```
</CodeBlocks>
**Delete a password credential:**
### Delete a credit card:
<CodeBlocks>
```python title="python"