# Wava Docs > Documentation for Wava Technologies - Payment processing API, merchant tools, and integration guides for Colombian digital wallets. - [Introduction](https://docs.wava.co/getting-started/introduction.md): Wava API enables payment processing through Colombian digital wallets with a single integration. - [Authentication](https://docs.wava.co/getting-started/authentication.md): How to authenticate your API requests with Wava. - [Environments](https://docs.wava.co/getting-started/environments.md): Development and production environment configuration. - [Go Live](https://docs.wava.co/getting-started/go-live.md): Checklist for moving your integration to production. - [Gateway Discovery](https://docs.wava.co/orders/gateway-discovery.md): Discover which payment gateways are available for your store before creating orders. - [Creating Orders](https://docs.wava.co/orders/creating-orders.md): Create payment orders using the Wava API with any available gateway. - [Order Status](https://docs.wava.co/orders/order-status.md): Track order status through its lifecycle using webhooks or polling. - [Document Types](https://docs.wava.co/orders/document-types.md): Retrieve valid national document types for buyer identification. - [Payment Flows](https://docs.wava.co/payment-flows/overview.md): How each payment gateway works from order creation to confirmation. - [Nequi](https://docs.wava.co/payment-flows/nequi.md): Nequi push notification payment flow. - [Daviplata](https://docs.wava.co/payment-flows/daviplata.md): Daviplata OTP verification payment flow. - [Breb](https://docs.wava.co/payment-flows/breb.md): Breb QR code and bank transfer payment flow. - [Stripe](https://docs.wava.co/payment-flows/stripe.md): Card payments through Stripe integration. - [Payment Links](https://docs.wava.co/links/overview.md): Create shareable payment URLs for your buyers. - [Dynamic Links](https://docs.wava.co/links/dynamic-links.md): Payment links where the buyer enters the amount. - [Partners API](https://docs.wava.co/partners/overview.md): Onboard merchants onto Wava, receive them by webhook, and operate on their behalf. - [Onboarding Merchants](https://docs.wava.co/partners/onboarding.md): How merchants reach Wava through your link and how you receive them. - [Partner Authentication](https://docs.wava.co/partners/authentication.md): Which credentials authorize which partner request. - [Partner Webhooks](https://docs.wava.co/partners/webhooks.md): One endpoint that receives every event for every merchant connected to you. - [Managing Merchants](https://docs.wava.co/partners/managing-merchants.md): List, inspect and disconnect the merchants connected to your platform. - [Creating Orders](https://docs.wava.co/partners/creating-orders.md): Create orders for the merchants connected to your platform. - [Creating Links](https://docs.wava.co/partners/creating-links.md): Create payment links for the merchants connected to your platform. - [Webhooks](https://docs.wava.co/webhooks/overview.md): Receive real-time notifications when order status changes. - [Webhook Events](https://docs.wava.co/webhooks/events.md): List of webhook event types. - [Webhook Security](https://docs.wava.co/webhooks/security.md): Verifying webhook authenticity. - [Integrations](https://docs.wava.co/integrations/overview.md): Connect Wava to your e-commerce platform without code. - [Tiendanube](https://docs.wava.co/integrations/tiendanube.md): Set up Wava payments in your Tiendanube store. - [WooCommerce](https://docs.wava.co/integrations/woocommerce.md): Set up Wava payments in your WooCommerce store. - [Stripe](https://docs.wava.co/integrations/stripe.md): Accept card payments through Stripe via the Wava platform. - [Sandbox Environment](https://docs.wava.co/testing/sandbox.md): Test your integration without processing real payments. - [Test Data](https://docs.wava.co/testing/test-data.md): Phone numbers, IDs, and OTP codes for sandbox testing. - [Error Handling](https://docs.wava.co/errors/overview.md): How to handle API errors. - [Error Codes](https://docs.wava.co/errors/codes.md): Complete list of API error codes. - [API Reference](https://docs.wava.co/api-reference/introduction.md): Complete reference for all Wava API endpoints. - [Get available payment gateways](https://docs.wava.co/api-reference/payment-gateways/get-available-payment-gateways.md): Retrieve the list of payment gateways available for your store. Returns all active gateways with their specific requirements, supported currencies, and display information. - [Create direct order](https://docs.wava.co/api-reference/orders/create-direct-order.md): Create and process a payment order directly. The API initiates payment processing immediately based on the selected gateway. - [Get order details](https://docs.wava.co/api-reference/orders/get-order-details.md): Retrieve details for a specific order including current status, payment information, and timestamps. - [Submit Daviplata OTP](https://docs.wava.co/api-reference/orders/submit-daviplata-otp.md): Complete a Daviplata payment by submitting the OTP that the buyer received via SMS. - [Cancel an order](https://docs.wava.co/api-reference/orders/cancel-an-order.md): Cancel a pending or processing order. Confirmed orders cannot be cancelled — use the refund endpoint instead. - [Refund an order](https://docs.wava.co/api-reference/orders/refund-an-order.md): Process a full refund for a confirmed order. Refunds must be requested within 96 hours of the original purchase. Partial refunds are not currently supported. - [Create payment link](https://docs.wava.co/api-reference/links/create-payment-link.md): Create a shareable payment link that redirects buyers to a hosted Wava checkout page. The buyer selects their preferred payment method and completes the transaction on the hosted page. - [Create payment link on behalf of a store](https://docs.wava.co/api-reference/partners/create-payment-link-on-behalf-of-a-store.md): Partners create payment links for a merchant using that merchant's `merchant-key`, delivered to the partner in the `store_onboarded` webhook. The request body is identical to the standard Create Payment Link endpoint. - [Create direct order on behalf of a store](https://docs.wava.co/api-reference/partners/create-direct-order-on-behalf-of-a-store.md): Partners create and process orders for a merchant using that merchant's `merchant-key`, delivered to the partner in the `store_onboarded` webhook. The request body is identical to the standard Create Direct Order endpoint. - [List connected merchants](https://docs.wava.co/api-reference/partners/list-connected-merchants.md): Returns every merchant with an active integration with the authenticated partner. This is the authoritative list of who is connected to the partner — use it to reconcile against processed `store_onboarded` webhooks. - [Disconnect a merchant](https://docs.wava.co/api-reference/partners/disconnect-a-merchant.md): Deactivates the partner's integration on the given merchant's store. The merchant's Wava account is unaffected — only the link to the partner platform is removed. The store stops appearing in `GET /partners/stores` and its events stop reaching the partner's webhook URL. - [Get webhook configuration](https://docs.wava.co/api-reference/partners/get-webhook-configuration.md): Returns the partner's webhook URL and subscribed events. The signing key is never returned. - [Update webhook configuration](https://docs.wava.co/api-reference/partners/update-webhook-configuration.md): Updates the partner's webhook URL and/or subscribed events. Both fields are optional — omitting one leaves it unchanged. The change is applied across the partner account and all merchant integrations attached to it. - [Send a test webhook](https://docs.wava.co/api-reference/partners/send-a-test-webhook.md): Sends a `test.ping` payload to the partner's configured webhook URL, signed exactly like a real event, and reports the HTTP status and round-trip time observed. - [List subscribable events](https://docs.wava.co/api-reference/partners/list-subscribable-events.md): Returns the events that `PATCH /partners/webhook` accepts. Order and payment-link events are delivered to partners as well, but are configured by Wava rather than through this endpoint. - [Get document types by country](https://docs.wava.co/api-reference/utilities/get-document-types-by-country.md): Retrieve valid national document types for a specific country. Use this to get valid `id_type` values for the shopper object when creating direct API orders. - [Get dashboard stats](https://docs.wava.co/api-reference/merchant-dashboard/get-dashboard-stats.md): Returns all data needed to render the merchant dashboard in a single call: KPI cards, daily revenue trend, gateway split, and fees vs net breakdown. - [Dashboard Overview](https://docs.wava.co/help/dashboard-overview.md): Getting around the Wava merchant dashboard. - [Managing Orders](https://docs.wava.co/help/managing-orders.md): View and manage orders in the dashboard. - [Payouts](https://docs.wava.co/help/payouts.md): How and when you receive your money. - [Account Setup](https://docs.wava.co/help/getting-started.md): Setting up your Wava merchant account. - [API Keys](https://docs.wava.co/help/api-keys.md): Managing your API credentials. ## OpenAPI Specs - [openapi](/api-reference/openapi.json) - [openapi](/api-reference/openapi.yaml) ## Optional - [Support](mailto:soporte@wava.co) - [Dashboard](https://app.wava.co)