# RECEIVE PAYMENTS

- [Payments](https://docs.1app.online/v1/payments.md): All payments actions
- [Initialize Payment](https://docs.1app.online/v1/payments/initialize-payment.md)
- [Verify Payment](https://docs.1app.online/v1/payments/verify-payment.md)
- [Payment List](https://docs.1app.online/v1/payments/payment-list.md)
- [Payment Details](https://docs.1app.online/v1/payments/payment-details.md)
- [Inline/Popup Checkout](https://docs.1app.online/v1/inline-popup-checkout.md)
- [Payouts / Settlements](https://docs.1app.online/v1/payouts-settlements.md): Payouts / Settlements
- [Payouts List](https://docs.1app.online/v1/payouts-settlements/payouts-list.md): A list of upcoming payouts
- [Settlement Transactions](https://docs.1app.online/v1/payouts-settlements/settlement-transactions.md): List of transactions in a settlement
- [Dispute Management](https://docs.1app.online/v1/dispute-management.md): Manage raised disputes
- [Fetch Disputes](https://docs.1app.online/v1/dispute-management/fetch-disputes.md)
- [Accept a Dispute](https://docs.1app.online/v1/dispute-management/accept-a-dispute.md)
- [Decline a Dispute](https://docs.1app.online/v1/dispute-management/decline-a-dispute.md)
- [Customers List](https://docs.1app.online/v1/customers-list.md): List of all customers
- [Webhook Notifications](https://docs.1app.online/v1/webhook-notifications.md): Webhooks allow you to set up a notification system that can be used to receive updates on certain requests made to the 1app APIs.
- [Repush Notification](https://docs.1app.online/v1/repush-notification.md): Make call to this endpoint to request our system to resend webhook notification for a specific transaction.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.1app.online/v1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
