# Quotes Use these API operations to manage your quotes. | Operation | Method | Description | | --- | --- | --- | | [Accept quote](/products/payments-direct/api-docs/payments-direct-api/reference/payments-direct-api/quotes/acceptquote) | POST | Accepts a quote ID to start the payment process. | | [Create quote collection](/products/payments-direct/api-docs/payments-direct-api/reference/payments-direct-api/quotes/createquotecollection) | POST | Create a collection of quotes. | ## Accept quote - [POST /payments/accept](https://docs.ripple.com/products/payments-direct/api-docs/payments-direct-swagger/reference/payments-direct-swagger-external/quotes/acceptquote.md): Accepts a quote ID to start the payment process. Tutorials * Learn how to Accept a quote. * Learn how to Work with the user_info object. ## Create quote collection - [POST /quote_collections](https://docs.ripple.com/products/payments-direct/api-docs/payments-direct-swagger/reference/payments-direct-swagger-external/quotes/createquotecollection.md): Creates a collection of quotes for a proposed payment. Prerequisite * Learn how to Get a payout method. Tutorials * Learn how to Create a quote collection.