# Flashpay API ## Docs - Quick Start [Overview](https://developer.flashpayweb.com/doc-565005.md): - Quick Start [Configuring the Server](https://developer.flashpayweb.com/doc-565006.md): - Quick Start [Integrating Flashpay in Your Frontend ](https://developer.flashpayweb.com/doc-565015.md): ## API Docs - Payments [New payment intent](https://developer.flashpayweb.com/api-7853476.md): The first step is to submit the details of the payment you'd like to initiate. We'll validate that all the required data is supplied. - Payments [List payments by merchant id](https://developer.flashpayweb.com/api-7853477.md): Reporting API available to fetch list of payments based on specific selection criteria. - Payments [Payment details by payment ID](https://developer.flashpayweb.com/api-7853479.md): Returns the full details of an existing payment that you've created througn the POST /payments endpoint. Simply supply the id of the payment we returned when the payment was created. - Payments [Payment details by destination account](https://developer.flashpayweb.com/api-19630961.md): Returns the full details of an existing payment that you've created. Simply supply the destination account number of the payment we returned when the payment was created.