# Cartevo Documentation ## Docs - [Cards Overview](https://developer.cartevo.co/api-reference/endpoint/Virtual-Card-Overview.md): Create, manage, and use virtual cards for secure online payments - [Get Card by ID](https://developer.cartevo.co/api-reference/endpoint/get-card-by-id.md): Retrieves the full, unmasked details for a single card. - [Card Transactions](https://developer.cartevo.co/api-reference/endpoint/get-card-transactions.md): Retrieves a list of transactions for a specific card. - [List Cards](https://developer.cartevo.co/api-reference/endpoint/get-cards.md): Retrieves a list of all cards for the authenticated company with statistics. - [Customer by ID](https://developer.cartevo.co/api-reference/endpoint/get-customer-by-id.md): Retrieves the details of a single customer by their ID. - [Customer Transactions](https://developer.cartevo.co/api-reference/endpoint/get-customer-transactions.md): Retrieves a list of all transactions for a specific customer. - [List Customers](https://developer.cartevo.co/api-reference/endpoint/get-customers.md): Retrieves a list of all customers for the company. - [Get Payment Balance](https://developer.cartevo.co/api-reference/endpoint/get-payment-balance.md): Get balance information including available and pending amounts - [Get Transaction Status](https://developer.cartevo.co/api-reference/endpoint/get-payment-transaction-status.md): Check the status of a payment transaction using transaction ID. - [Query Transactions](https://developer.cartevo.co/api-reference/endpoint/get-payment-transactions.md): Query payment transactions with various filters and pagination - [Payment guide lines](https://developer.cartevo.co/api-reference/endpoint/payment_guide_lines.md) - [Get Access Token](https://developer.cartevo.co/api-reference/endpoint/post-access-token.md): To access the platform, you must first have an access token. Through this URL, you can obtain one — but be careful! The access token expires after 1 hour. After this period, you will need to re-authenticate. - [Fund Card](https://developer.cartevo.co/api-reference/endpoint/post-card-fund.md) - [Withdraw From Card](https://developer.cartevo.co/api-reference/endpoint/post-card-withdraw.md) - [Create Card](https://developer.cartevo.co/api-reference/endpoint/post-create-card.md) - [Create Customer](https://developer.cartevo.co/api-reference/endpoint/post-customers.md): Register a new customer under the business account - [Enroll Customer](https://developer.cartevo.co/api-reference/endpoint/post-enroll-customer.md): Register a new customer using ID document URLs instead of file uploads. This endpoint enrolls the customer on the provider platform. - [Initiate Collect](https://developer.cartevo.co/api-reference/endpoint/post-payment-collect.md): Initiate a payment (payin/money collect) . This endpoint validates company and wallet existence, creates a transaction record with INITIATED status,initiate collection, updates transaction to PENDING on success or FAILED on error, and returns transaction details. - [Initiate Payout](https://developer.cartevo.co/api-reference/endpoint/post-payment-payout.md): this endpoint calculates and applies withdrawal fees, deducts balance from wallet atomically, initiates payout and automatically refunds on failure. - [Terminate Card](https://developer.cartevo.co/api-reference/endpoint/post-terminate-card.md): Permanently terminate a card. The card balance will be refunded to the company's USD wallet. Once terminated, the card cannot be used again. - [Freeze Card](https://developer.cartevo.co/api-reference/endpoint/put-card-freeze.md) - [Unfreeze Card](https://developer.cartevo.co/api-reference/endpoint/put-card-unfreeze.md) - [Cartevo Webhooks](https://developer.cartevo.co/api-reference/endpoint/webhook.md): Documentation of Cartevo webhook events and their payloads. - [API Reference — Introduction](https://developer.cartevo.co/api-reference/introduction.md): Overview of Cartevo API endpoints and how to use them. - [Authentication](https://developer.cartevo.co/getting-started/authentication.md): Using a Bearer token to call the API. - [Environments](https://developer.cartevo.co/getting-started/environment.md): Preproduction and Production environments. - [Overview](https://developer.cartevo.co/getting-started/overview.md) - [Glossary](https://developer.cartevo.co/guides/definitions.md): Key concepts and terms used in Cartevo. - [Production Checklist](https://developer.cartevo.co/guides/going-live-checklist.md): Pre-launch verifications before going live. - [Overview](https://developer.cartevo.co/guides/overview.md): Overview of the Cartevo platform services. - [Use Cases](https://developer.cartevo.co/guides/use-cases.md): Example scenarios with Cartevo. - [Why Cartevo?](https://developer.cartevo.co/guides/why-cartevo.md): Added value and benefits for businesses. - [Documentation](https://developer.cartevo.co/index.md): Multi-currency wallet management platform, transfers, and transactions. - [Quickstart](https://developer.cartevo.co/quickstart.md): Quickly integrate key services: wallets, transactions, clients. ## OpenAPI Specs - [openapi](https://developer.cartevo.co/api-reference/openapi.json) ## Optional - [Documentation](https://developer.cartevo.co/)