# Public API ## Docs - [Woldy API | Get Started | Stablecoin Payments](https://docs-api.woldy.xyz/get-started.md): Stablecoin payment rails with programmable settlement. Accept, settle, and pay out globally. - [Payments](https://docs-api.woldy.xyz/payments.md): - Webhooks [Woldy Webhooks | Integration Guide | Stablecoin Payments](https://docs-api.woldy.xyz/webhooks-guide.md): Set up Woldy webhooks to receive real-time payment events. Learn signature verification (Ed25519), retry policy, and best practices for secure webhook handling ## API Docs - Payments [Create payment](https://docs-api.woldy.xyz/create-payment-27103662e0.md): Creates a payment request and returns the payment object with a unique UID. - Payments [List payments](https://docs-api.woldy.xyz/list-payments-26850430e0.md): Returns a list of payments with filtering and pagination support - Payments [Get payment by ID](https://docs-api.woldy.xyz/get-payment-by-id-26850431e0.md): Returns payment details by UID - Webhooks > Webhook Definitions [Payment Created](https://docs-api.woldy.xyz/payment-created-30970909e0.md): Fired when a new payment is created and is waiting to be paid. - Webhooks > Webhook Definitions [Payment Completed](https://docs-api.woldy.xyz/payment-completed-30970910e0.md): Fired when a payment is successfully paid. - Webhooks > Webhook Definitions [Payment Expired](https://docs-api.woldy.xyz/payment-expired-30970911e0.md): Fired when a payment expires without being paid.