# EximPe Docs ## Docs - [BIN Lookup](https://docs.eximpe.com/api-reference/v1/bin-lookup/lookup.md): Lookup card network, type, bank, and issuance information from BIN (Bank Identification Number). - [Delete Saved Card](https://docs.eximpe.com/api-reference/v1/card-tokens/delete.md): Delete a saved card token permanently. This action cannot be undone. - [List Saved Cards](https://docs.eximpe.com/api-reference/v1/card-tokens/list.md): Retrieve a list of saved cards for a specific identifier. Returns tokenized card information without sensitive details. - [Save Card](https://docs.eximpe.com/api-reference/v1/card-tokens/save.md): Save card details securely for future transactions. The card information is tokenized and stored securely. - [Create Merchant](https://docs.eximpe.com/api-reference/v1/merchant/create.md): Create a new merchant with settlement and company details. - [Get Merchant](https://docs.eximpe.com/api-reference/v1/merchant/get.md): Retrieve the details of a specific merchant by its ID. - [List Merchants](https://docs.eximpe.com/api-reference/v1/merchant/list.md): Retrieve a list of merchants with pagination. - [Update Merchant](https://docs.eximpe.com/api-reference/v1/merchant/update.md): Update specific fields of an existing merchant. - [Create Order](https://docs.eximpe.com/api-reference/v1/order/create.md) - [Get Order Details](https://docs.eximpe.com/api-reference/v1/order/get.md): Retrieve order details by order ID. - [Get Order Status](https://docs.eximpe.com/api-reference/v1/order/get-status.md): Retrieve current status of an order by order ID. - [Upload Invoice](https://docs.eximpe.com/api-reference/v1/order/invoice_upload.md): Upload an invoice or other document for an existing order. - [Update Order](https://docs.eximpe.com/api-reference/v1/order/update_order.md): Update specific fields of an existing order. - [Create Payment Link](https://docs.eximpe.com/api-reference/v1/payment-link/create.md): Create a new payment link to collect payments from customers. - [Deactivate Link](https://docs.eximpe.com/api-reference/v1/payment-link/deactivate.md): Deactivate an active payment link to prevent further payments. - [Extend Expiry](https://docs.eximpe.com/api-reference/v1/payment-link/extend-expiry.md): Extend the expiry date of an active payment link. - [List Payment Links](https://docs.eximpe.com/api-reference/v1/payment-link/list.md): Retrieve a paginated list of payment links. - [Retrieve Payment Link](https://docs.eximpe.com/api-reference/v1/payment-link/retrieve.md): Get detailed information about a specific payment link. - [Share Link](https://docs.eximpe.com/api-reference/v1/payment-link/share.md): Send payment link to customers via email or SMS. - [Get Payment](https://docs.eximpe.com/api-reference/v1/payment/get.md): Retrieve payment details by payment ID. - [List Payments](https://docs.eximpe.com/api-reference/v1/payment/list.md): Retrieve a list of payments for a merchant. - [Create Refund](https://docs.eximpe.com/api-reference/v1/refunds/create.md): Create a new refund for a previously successful payment. - [Get Refund](https://docs.eximpe.com/api-reference/v1/refunds/get.md): Retrieve the details of a specific refund by its ID. - [List Refunds](https://docs.eximpe.com/api-reference/v1/refunds/list.md): Retrieve a list of refunds with optional filtering. - [Get Settlement](https://docs.eximpe.com/api-reference/v1/settlement/get.md): Retrieve the details of a specific settlement by its ID. - [List Settlements](https://docs.eximpe.com/api-reference/v1/settlement/list.md): Retrieve a list of settlements. - [Cancel Subscription Mandate](https://docs.eximpe.com/api-reference/v1/subscriptions/cancel-mandate.md): Cancel a UPI subscription mandate and mark the subscription as CANCELLED. - [Create Card Subscription](https://docs.eximpe.com/api-reference/v1/subscriptions/create-card.md): Create a new card-based subscription order with standing instructions (SI). - [Create UPI Subscription (Intent Flow)](https://docs.eximpe.com/api-reference/v1/subscriptions/create-intent.md): Create a new UPI subscription order with standing instructions (SI) using Intent flow via QR code or payment link. - [Get Subscription Order Details](https://docs.eximpe.com/api-reference/v1/subscriptions/get.md): Retrieve order-level details for a UPI subscription by subscription UID. - [Get Subscription Mandate Status](https://docs.eximpe.com/api-reference/v1/subscriptions/mandate-status.md): Check the UPI mandate status for a subscription via the Partner API. - [Modify Subscription Mandate](https://docs.eximpe.com/api-reference/v1/subscriptions/modify-mandate.md): Update mandate amount and/or end date for a UPI subscription. - [Get Subscription Payments](https://docs.eximpe.com/api-reference/v1/subscriptions/payments.md): Fetch all payments from the internal system associated with a subscription. - [Send Pre-Debit Notification](https://docs.eximpe.com/api-reference/v1/subscriptions/pre-debit-notification.md): Trigger PayU’s Pre-Debit Notification API for an upcoming subscription debit. - [Trigger Recurring Payment](https://docs.eximpe.com/api-reference/v1/subscriptions/recurring-payment.md): Trigger a recurring payment installment for a UPI subscription. - [MERCHANT APPROVED](https://docs.eximpe.com/api-reference/v1/webhooks/merchant-approved.md): Technical reference for the MERCHANT_APPROVED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT FAILED](https://docs.eximpe.com/api-reference/v1/webhooks/payment-failed.md): Technical reference for the PAYMENT_FAILED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT REFUNDED](https://docs.eximpe.com/api-reference/v1/webhooks/payment-refunded.md): Technical reference for the PAYMENT_REFUNDED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT SETTLED](https://docs.eximpe.com/api-reference/v1/webhooks/payment-settled.md): Technical reference for the PAYMENT_SETTLED webhook event, including payload schema, field specifications, and implementation details. - [PAYMENT SUCCESSFUL](https://docs.eximpe.com/api-reference/v1/webhooks/payment-successful.md): Technical reference for the PAYMENT_SUCCESSFUL webhook event, including payload schema, field specifications, and implementation details. - [SUBSCRIPTION STATUS](https://docs.eximpe.com/api-reference/v1/webhooks/subscription-status.md): Technical reference for the SUBSCRIPTION_STATUS webhook event, including payload schema, field specifications, and implementation details. - [Account Activation](https://docs.eximpe.com/integration-guide/v1/getting-started/account-activation.md): Complete KYC verification to activate your merchant account and start accepting live payments. - [Adding Merchants](https://docs.eximpe.com/integration-guide/v1/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://docs.eximpe.com/integration-guide/v1/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://docs.eximpe.com/integration-guide/v1/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://docs.eximpe.com/integration-guide/v1/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://docs.eximpe.com/integration-guide/v1/getting-started/steps-to-integrate.md): Follow these steps to register and collect payments from customer in India - [Get Credentials for API Access](https://docs.eximpe.com/integration-guide/v1/getting-started/test-credentials.md): To begin using EximPe’s APIs, you need to retrieve the credentials — `client_id`, `client_secret` . - [BIN Lookup](https://docs.eximpe.com/integration-guide/v1/web-integration/bin-lookup.md): Identify card details before processing payments using BIN (Bank Identification Number) lookup - [Hosted Checkout](https://docs.eximpe.com/integration-guide/v1/web-integration/hosted-checkout.md): Integrate EximPe Hosted Checkout to accept payments with minimal effort - [Manage Subscriptions](https://docs.eximpe.com/integration-guide/v1/web-integration/manage-subscriptions.md): Check mandate status, trigger recurring payments, modify or cancel mandates, and view subscription payments. - [Payment Links](https://docs.eximpe.com/integration-guide/v1/web-integration/payment-links.md): Generate and share payment links to collect payments without a website integration - [S2S Card Payment](https://docs.eximpe.com/integration-guide/v1/web-integration/s2s-card-payment.md): Enable secure card payments with 3D Secure authentication using EximPe's server-to-server card payment flow - [S2S UPI Intent](https://docs.eximpe.com/integration-guide/v1/web-integration/s2s-upi-intent.md): Enable direct UPI payments without redirection using EximPe’s server-to-server UPI intent flow - [Subscription Card Payment](https://docs.eximpe.com/integration-guide/v1/web-integration/subscription-card.md): Create card-based subscription mandates using EximPe Merchant APIs. - [Subscription UPI Intent](https://docs.eximpe.com/integration-guide/v1/web-integration/subscription-upi-intent.md): Create UPI subscription mandates using intent flow with QR code or UPI app deep linking. - [Test Data](https://docs.eximpe.com/integration-guide/v1/web-integration/test-data.md): Use test data on this page to test payments across various payment modes. - [Webhooks](https://docs.eximpe.com/integration-guide/v1/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://docs.eximpe.com/openapi/openapi.json) - [v2-subscriptions](https://docs.eximpe.com/openapi/v2-subscriptions.json)