# DollarPe ## Docs - [Add Bank Account](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/bank/create.md): Add a new bank account for a customer. - [Fetch Bank Accounts](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/bank/list-{customer_id}.md): Fetch all bank accounts for a customer - [Fetch Bank Account](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/bank/{customer_id}-{bank_id}.md): Fetch details of a specific bank account - [Create Customer](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/customer/create.md): Create a new customer - [List Customers](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/customer/list.md): List all customers - [Fetch Customer](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/customer/{customer_id}.md): Fetch details of a customer by ID - [Add KYC Data](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/add-kyc-data.md): Add KYC information for a customer - [Fetch KYC Configuration](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/configuration-{customer_id}.md): Returns basic configuration for KYC - supported document types, additional information fields required - [Mock KYC Status [Sandbox Only]](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/mock-kyc-status.md): Mock KYC Status of the customer [Sandbox Environment Only] - [Reset KYC](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/reset-kyc.md): Resets KYC for verified customers - [Update Additional Information](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/update-additional-info.md): Update customer's additional information - [Update Document Information](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/update-document-info.md): Update customer's document information - [Update Selfie Information](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/update-selfie-info.md): Update customer's selfie information - [Update Tax Information](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/kyc/update-tax-info.md): Update customer's tax information - [Configure Webhook](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/organizations/api-webhooks.md): Configure the webhook URL for receiving transaction status updates - [Configuration](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/configuration.md): Returns basic configuration for payin - supported fiats, supported assets and live coin limits - [Payin Limits](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/edd-limits-{customer_id}.md): Payin limits for the customer - [Payin EDD Logs](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/edd-list.md): Lists all edd records. Applicable filters - id, customer_id, status - [Mock Payin EDD Status [Sandbox Only]](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/edd-mock-status.md): Mock Payin EDD Status [Sandbox Environment Only] - [Save Payin EDD](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/edd-save.md): Create a payin EDD log - [Fetch Rate](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/fetch-rate.md): Fetch exchange rate for a given asset - [Fetch Payin History](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/history.md): Fetch filtered list of payins - [Create Payin](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/initiate.md): Create a new payin using a quotation - [Mock Payin Status [Sandbox Only]](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/mock-payin-status.md): Mock Payin Status [Sandbox Environment Only] - [Create Quotation](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/quotation.md): Create a quotation for cryptocurrency to fiat conversion - [Fetch Quotation](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/quotation-{quotation_id}.md): Fetch details of a specific quotation - [Update transfer ID](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/update-transfer-id.md): Updates transfer ID for the order - [Fetch Payin](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payin/{payin_id}.md): Fetch details of a specific payin - [Configuration](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/configuration.md): Returns basic configuration for payin - supported fiats, supported assets and live coin limits - [Payout Limits](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/edd-limits-{customer_id}.md): Payout limits for the customer - [Payout EDD Logs](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/edd-list.md): Lists all edd records. Applicable filters - id, customer_id, status - [Mock Payout EDD Status [Sandbox Only]](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/edd-mock-status.md): Mock Payout EDD Status [Sandbox Environment Only] - [Save Payout EDD](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/edd-save.md): Create a payout EDD log - [Fetch Rate](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/fetch-rate.md): Fetch exchange rate in fiat for a given asset - [Fetch Payout History](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/history.md): Fetch filtered list of payouts - [Create Payout](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/initiate.md): Create a new payout using a quotation - [Mock Payout Status [Sandbox Only]](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/mock-payout-status.md): Mock Payout Status [Sandbox Environment Only] - [Update transfer ID](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/payout-update-transfer-id.md): Updates transfer ID for the order - [Create Quotation](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/quotation.md): Create a quotation for cryptocurrency to fiat conversion - [Fetch Quotation](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/quotation-{quotation_id}.md): Fetch details of a specific quotation - [Fetch Payout](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/payout/{payout_id}.md): Fetch details of a specific payout - [Initialize Widget](https://docs.dollarpe.xyz/api-reference-exchange/endpoint/widget/initialize.md): Initialize a widget session and receive a `widget_link` URL. - [Enhanced Due Diligence (EDD)](https://docs.dollarpe.xyz/api-reference-exchange/integration-guides/edd-guide.md) - [QR Generation Guide](https://docs.dollarpe.xyz/api-reference-exchange/integration-guides/generate-qr.md) - [KYC Integration Guide](https://docs.dollarpe.xyz/api-reference-exchange/integration-guides/kyc-integration-guide.md) - [Payin Integration Guide](https://docs.dollarpe.xyz/api-reference-exchange/integration-guides/payin-integration-guide.md) - [Payout Integration Guide](https://docs.dollarpe.xyz/api-reference-exchange/integration-guides/payout-integration-guide.md) - [Changelog](https://docs.dollarpe.xyz/changelog/introduction.md) - [Authentication](https://docs.dollarpe.xyz/guides/authentication.md) - [Best Practices](https://docs.dollarpe.xyz/guides/best-practice.md): Comprehensive guide covering essential pre-requisites and validation requirements for DollarPe API integrations, including payin and payout processing. - [Error Codes](https://docs.dollarpe.xyz/guides/error-codes.md): Comprehensive guide to error codes in DollarPe API - [Error Handling](https://docs.dollarpe.xyz/guides/error-handling.md): Comprehensive guide to error handling in DollarPe API - [Failure Reason Reference](https://docs.dollarpe.xyz/guides/failure-reason-reference.md) - [Frequently Asked Questions](https://docs.dollarpe.xyz/guides/faq.md) - [Integration Checklist](https://docs.dollarpe.xyz/guides/integration-checklist.md) - [Introduction](https://docs.dollarpe.xyz/guides/introduction.md) - [KYC Methods](https://docs.dollarpe.xyz/guides/kyc/kyc-methods.md) - [KYC SDK](https://docs.dollarpe.xyz/guides/kyc/kyc-sdk.md) - [KYC Sharing](https://docs.dollarpe.xyz/guides/kyc/kyc-sharing.md) - [Reset KYC](https://docs.dollarpe.xyz/guides/kyc/reset-kyc.md) - [Quickstart](https://docs.dollarpe.xyz/guides/overview.md) - [Testing With Sandbox](https://docs.dollarpe.xyz/guides/sandbox-testing.md) - [Status Reference](https://docs.dollarpe.xyz/guides/status-reference.md) - [Fiat Payment Methods](https://docs.dollarpe.xyz/guides/support/fiatMethods.md) - [Supported Geographies](https://docs.dollarpe.xyz/guides/support/geographies.md) - [Stablecoins and Blockchains](https://docs.dollarpe.xyz/guides/support/stablecoins_and_blockchains.md) - [Understanding UTR Number](https://docs.dollarpe.xyz/guides/understanding-utr-number.md) - [Webhooks](https://docs.dollarpe.xyz/guides/webhooks.md) - [DollarPe API Docs](https://docs.dollarpe.xyz/introduction.md) - [Nodejs](https://docs.dollarpe.xyz/sdks/nodejs.md) - [Python](https://docs.dollarpe.xyz/sdks/python.md) ## OpenAPI Specs - [openapi](https://docs.dollarpe.xyz/api-reference-exchange/openapi.json)