# EximPe Docs ## Docs - [Create Merchant](https://eximpe.mintlify.app/api-reference/merchant/create.md): Create a new merchant with settlement and company details. - [Get Merchant](https://eximpe.mintlify.app/api-reference/merchant/get.md): Retrieve the details of a specific merchant by its ID. - [List Merchants](https://eximpe.mintlify.app/api-reference/merchant/list.md): Retrieve a list of merchants with pagination. - [Update Merchant](https://eximpe.mintlify.app/api-reference/merchant/update.md): Update specific fields of an existing merchant. - [Upload Document for Merchant](https://eximpe.mintlify.app/api-reference/merchant/upload.md): Upload a document for a merchant. - [Create Order](https://eximpe.mintlify.app/api-reference/order/create.md) - [Get Order](https://eximpe.mintlify.app/api-reference/order/get.md): Retrieve order details by order ID. - [Upload Invoice](https://eximpe.mintlify.app/api-reference/order/invoice_upload.md): Upload an invoice or other document for an existing order. - [Update Order](https://eximpe.mintlify.app/api-reference/order/update_order.md): Update specific fields of an existing order. - [Get Payment](https://eximpe.mintlify.app/api-reference/payment/get.md): Retrieve payment details by payment ID. - [List Payments](https://eximpe.mintlify.app/api-reference/payment/list.md): Retrieve a list of payments for a merchant. - [Create Refund](https://eximpe.mintlify.app/api-reference/refunds/create.md): Create a new refund for a previously successful payment. - [Get Refund](https://eximpe.mintlify.app/api-reference/refunds/get.md): Retrieve the details of a specific refund by its ID. - [List Refunds](https://eximpe.mintlify.app/api-reference/refunds/list.md): Retrieve a list of refunds with optional filtering. - [Get Settlement](https://eximpe.mintlify.app/api-reference/settlement/get.md): Retrieve the details of a specific settlement by its ID. - [List Settlements](https://eximpe.mintlify.app/api-reference/settlement/list.md): Retrieve a list of settlements. - [MERCHANT APPROVED](https://eximpe.mintlify.app/api-reference/webhooks/merchant-approved.md): Technical reference for the MERCHANT_APPROVED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT FAILED](https://eximpe.mintlify.app/api-reference/webhooks/payment-failed.md): Technical reference for the PAYMENT_FAILED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT REFUNDED](https://eximpe.mintlify.app/api-reference/webhooks/payment-refunded.md): Technical reference for the PAYMENT_REFUNDED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT SETTLED](https://eximpe.mintlify.app/api-reference/webhooks/payment-settled.md): Technical reference for the PAYMENT_SETTLED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT SUCCESSFUL](https://eximpe.mintlify.app/api-reference/webhooks/payment-successful.md): Technical reference for the PAYMENT_SUCCESSFUL webhook event, including payload schema, field specifications, and implementation details. - [Account Activation](https://eximpe.mintlify.app/integration-guide/getting-started/account-activation.md): Complete KYC verification to activate your merchant account and start accepting live payments. - [Adding Merchants](https://eximpe.mintlify.app/integration-guide/getting-started/adding-merchants.md): As a Payment Aggregator, you can onboard and collect payments multiple sub-merchants through EximPe's platform. This guide explains the sub-merchant onboarding process and management features. - [FAQ](https://eximpe.mintlify.app/integration-guide/getting-started/faqs.md): EximPe is a cross-border payment solution that enables international merchants to accept payments from Indian customers without establishing a physical presence in India. We handle the complexity of Indian payment methods, regulatory compliance, and currency conversion, so you can focus on growing y… - [Introduction](https://eximpe.mintlify.app/integration-guide/getting-started/introduction.md): EximPe is a cross-border payment solution that enables international merchants to accept payments from Indian customers without establishing a physical presence in India. We handle the complexity of Indian payment methods, regulatory compliance, and currency conversion, so you can focus on growing y… - [Registering for an Account](https://eximpe.mintlify.app/integration-guide/getting-started/register-merchant.md): Ready to start accepting payments with EximPe? Just follow this quick guide to get your merchant account up and running. - [Steps to Integrate](https://eximpe.mintlify.app/integration-guide/getting-started/steps-to-integrate.md): Follow these steps to register and collect payments from customer in India - [Get Credentials for API Access](https://eximpe.mintlify.app/integration-guide/getting-started/test-credentials.md): To begin using EximPe’s Web Checkout and APIs, you need to generate credentials — `client_id`, `client_secret` . - [Hosted Checkout](https://eximpe.mintlify.app/integration-guide/web-integration/hosted-checkout.md): Integrate EximPe Hosted Checkout to accept payments with minimal effort - [Test Data](https://eximpe.mintlify.app/integration-guide/web-integration/test-data.md): Use test data on this page to test payments across various payment modes. - [Webhooks](https://eximpe.mintlify.app/integration-guide/web-integration/webhooks.md): Learn how to set up and configure webhooks to receive real-time payment notifications from EximPe. This guide covers webhook setup, testing, and best practices for integration. ## OpenAPI Specs - [openapi](https://eximpe.mintlify.app/openapi.json)