# 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 request](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 and that it's a payment that Flashpay can support. - Payments [List payments](https://developer.flashpayweb.com/api-7853477.md): Reporting API available to fetch list of payments based on specific selection criteria. - Payments [Payment details](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. - Beneficiaries [Eligible beneficiaries list](https://developer.flashpayweb.com/api-8205079.md): This endpoint will return a list of beneficiaries you are allowed send payouts to. - Payouts [New payout request](https://developer.flashpayweb.com/api-8205468.md): This will create a payout request to send funds from your Flashpay account to one of your beneficiaries you have previously added. - Payouts [Payout details](https://developer.flashpayweb.com/api-8232073.md): This will return details of the selected payout, with approval update history.