A TypeScript/JavaScript library for accessing the Dodo Payments REST API with full TypeScript support, automatic retries, pagination, and comprehensive error handling.
Create a new checkout session with a product cart.
List all payments with pagination support.
Make a GET request to an undocumented endpoint.
Make a POST request to an undocumented endpoint.
{
"command": "npx",
"args": ["dodopayments"],
"env": {
"DODO_PAYMENTS_API_KEY": "your-api-key-here"
}
}