# DashPay API Documentation ## Docs - [executePayment](https://paydocs.dashu.sa/api-reference/endpoint/executePayment.md): Executes a payment using the SessionId you have from the `initiateSession` endpoint. This endpoint will return a payment URL to redirect your customers to the payment page. - [Get Deposits](https://paydocs.dashu.sa/api-reference/endpoint/getDeposits.md): Using this endpoint you'll have the ability to get a list of deposits that sent or prepared to be sent to the vendor bank account. - [Get Deposit Details](https://paydocs.dashu.sa/api-reference/endpoint/getDepositsDetails.md): Using this endpoint you'll have the ability to get the entire information of a specific deposit. - [Get Transactions](https://paydocs.dashu.sa/api-reference/endpoint/getTransactions.md): Using this endpoint you'll have the ability to get a list of transactions with some filtering & sorting capabilities. - [Initiate Session](https://paydocs.dashu.sa/api-reference/endpoint/initSession.md): Initiate new session for a payment. This endpoint will help you get the `paymentURL` that you can use to redirect the customer to in order to complete the payment. - [Initiate Session](https://paydocs.dashu.sa/api-reference/endpoint/initiateSession.md): Initiate new session for a payment. This endpoint will help you get the SessionId that will be used to execute the payment later. - [Payment Inquiry](https://paydocs.dashu.sa/api-reference/endpoint/paymentInquiry.md): Using this endpoint you'll have the ability to get the complete information about a specific invoice or payment using it's identifier (e.g: InvoiceId) - [Make Refund](https://paydocs.dashu.sa/api-reference/endpoint/refund.md): Using this endpoint you'll have the ability to make a refund full/partial for a specific invoice or payment. - [Development](https://paydocs.dashu.sa/development.md): Learn how to use the development environment of DashPay API. - [Introduction](https://paydocs.dashu.sa/introduction.md): Welcome to the DashPay API Documentation. Here you'll find all details regarding to the integration process with DashPay. ## Optional - [DashPay Website](https://dashu.sa)