# PLU Card API ## Docs - [Create Card](https://docs.getplu.com/api-reference/cards/create-card.md): Create a new virtual card for an approved user - [Fund Card](https://docs.getplu.com/api-reference/cards/fund-card.md): Add funds to a card - [Get Card](https://docs.getplu.com/api-reference/cards/get-card.md): Retrieve details of a specific card - [List Cards](https://docs.getplu.com/api-reference/cards/list-cards.md): List all cards created by your partner account - [Switch Card Status](https://docs.getplu.com/api-reference/cards/switch-status.md): Freeze or unfreeze a card - [Terminate Card](https://docs.getplu.com/api-reference/cards/terminate-card.md): Permanently terminate (liquidate) a card - [Withdraw from Card](https://docs.getplu.com/api-reference/cards/withdraw-card.md): Withdraw funds from a card back to partner wallet - [Get Profile](https://docs.getplu.com/api-reference/profile/get-profile.md): Retrieve your partner profile and configuration - [Set Redirect URL](https://docs.getplu.com/api-reference/profile/set-redirect-url.md): Configure the redirect URL for post-KYC verification - [Set Webhook](https://docs.getplu.com/api-reference/profile/set-webhook.md): Configure your webhook endpoint for event notifications - [Get Transaction](https://docs.getplu.com/api-reference/transactions/get-transaction.md): Retrieve details of a specific card transaction - [List Transactions](https://docs.getplu.com/api-reference/transactions/list-transactions.md): List card transactions across all cards or for a specific card - [Create User](https://docs.getplu.com/api-reference/users/create-user.md): Create a new card user with Persona KYC verification - [Delete User](https://docs.getplu.com/api-reference/users/delete-user.md): Delete a card user - [Get User](https://docs.getplu.com/api-reference/users/get-user.md): Retrieve details of a specific user - [List User Cards](https://docs.getplu.com/api-reference/users/list-user-cards.md): List all cards belonging to a specific user - [List Users](https://docs.getplu.com/api-reference/users/list-users.md): List all users under your partner account - [Retry KYC](https://docs.getplu.com/api-reference/users/retry-kyc.md): Retry KYC verification for a user whose KYC was denied - [Get Balance](https://docs.getplu.com/api-reference/wallet/get-balance.md): Retrieve your partner wallet balance - [Get Wallet Transactions](https://docs.getplu.com/api-reference/wallet/get-transactions.md): Retrieve your partner wallet transaction history - [Cancel Withdrawal](https://docs.getplu.com/api-reference/withdrawals/cancel-withdrawal.md): Cancel a pending withdrawal and refund the locked amount to your wallet - [Create Withdrawal](https://docs.getplu.com/api-reference/withdrawals/create-withdrawal.md): Request a USDC withdrawal from your partner wallet to an external Base address - [Get Withdrawal](https://docs.getplu.com/api-reference/withdrawals/get-withdrawal.md): Retrieve a specific withdrawal by id - [List Withdrawals](https://docs.getplu.com/api-reference/withdrawals/list-withdrawals.md): List your withdrawal requests with optional status filter and pagination - [Authentication](https://docs.getplu.com/authentication.md): API key authentication for the Card Partners API - [Changelog](https://docs.getplu.com/changelog.md): Latest updates and changes to the PLU Card API - [Errors](https://docs.getplu.com/errors.md): Error codes and HTTP status codes returned by the API - [Fees & Markup](https://docs.getplu.com/fees.md): Understanding the fee model and how to configure markup fees - [Introduction](https://docs.getplu.com/introduction.md): Card Partners API for issuing and managing virtual cards - [Webhooks](https://docs.getplu.com/webhooks.md): Receive real-time event notifications via webhooks ## OpenAPI Specs - [openapi](https://docs.getplu.com/api-reference/openapi.json)