# Explodely

## Explodely

- [IPN (For Sellers)](https://docs.explodely.com/ipn-for-sellers.md)
- [Enabling IPN](https://docs.explodely.com/ipn-for-sellers/enabling-ipn.md)
- [IPN Types](https://docs.explodely.com/ipn-for-sellers/ipn-types.md)
- [Sale IPN](https://docs.explodely.com/ipn-for-sellers/sale-ipn.md)
- [Refund IPN](https://docs.explodely.com/ipn-for-sellers/refund-ipn.md)
- [Rebill Cancel IPN](https://docs.explodely.com/ipn-for-sellers/rebill-cancel-ipn.md)
- [Testing A Sale](https://docs.explodely.com/ipn-for-sellers/testing-a-sale.md)
- [ISN (For Affiliates)](https://docs.explodely.com/isn-for-affiliates.md)
- [Enabling ISN](https://docs.explodely.com/isn-for-affiliates/enabling-isn.md)
- [Sale ISN](https://docs.explodely.com/isn-for-affiliates/sale-isn.md)
- [Articles](https://docs.explodely.com/articles.md)
- [Third Party Affiliates (TPA)](https://docs.explodely.com/articles/third-party-affiliates-tpa.md)
- [Prefill Checkout Page Fields](https://docs.explodely.com/articles/prefill-checkout-page-fields.md)
- [API](https://docs.explodely.com/api.md)
- [Introduction](https://docs.explodely.com/api/introduction.md)
- [API Limits](https://docs.explodely.com/api/api-limits.md)
- [Authentication](https://docs.explodely.com/api/authentication.md)
- [Cancel Rebill](https://docs.explodely.com/api/cancel-rebill.md)
- [Pause Rebill API](https://docs.explodely.com/api/pause-rebill-api.md)
- [Create Affiliate User](https://docs.explodely.com/api/create-affiliate-user.md)
- [Private Affiliate Payouts](https://docs.explodely.com/api/private-affiliate-payouts.md)
- [Create Affiliate Referral Contract](https://docs.explodely.com/api/create-affiliate-referral-contract.md)
- [Edit Affiliate Referral Contract](https://docs.explodely.com/api/edit-affiliate-referral-contract.md)
- [Add Affiliate To Affiliate Referral Contract](https://docs.explodely.com/api/add-affiliate-to-affiliate-referral-contract.md)
- [Edit Private Affiliate Payout](https://docs.explodely.com/api/edit-private-affiliate-payout.md)
- [Sales API (Beta)](https://docs.explodely.com/api/sales-api-beta.md)
- [Webhooks](https://docs.explodely.com/webhooks.md)
- [Introduction](https://docs.explodely.com/webhooks/introduction.md)
- [Sale Webhook](https://docs.explodely.com/webhooks/sale-webhook.md)
- [Refund Webhook](https://docs.explodely.com/webhooks/refund-webhook.md)
- [Chargeback Webhook](https://docs.explodely.com/webhooks/chargeback-webhook.md)
- [Rebill Webhook](https://docs.explodely.com/webhooks/rebill-webhook.md)
- [Rebill Cancel Webhook](https://docs.explodely.com/webhooks/rebill-cancel-webhook.md)
- [Decline Webhook](https://docs.explodely.com/webhooks/decline-webhook.md)
- [Partial Webhook](https://docs.explodely.com/webhooks/partial-webhook.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.explodely.com/ipn-for-sellers.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.
