# Clik2pay API Documentation > Clik2pay is a fast, easy, and secure way to pay directly from your bank account. ## Guides - [Overview](https://docs.clik2pay.com/docs/api-overview.md): What is Clik2pay? - [Create your Account](https://docs.clik2pay.com/docs/create-your-account.md): Create an account and learn how to start using Clik2pay - [The Portal](https://docs.clik2pay.com/docs/the-portal.md): A quick overview of how to manage your portal. - [Dashboard](https://docs.clik2pay.com/docs/transactions.md) - [Single Payment Request](https://docs.clik2pay.com/docs/single-payment-request.md) - [Batch Payment Requests](https://docs.clik2pay.com/docs/batch-payment-requests.md) - [Refunds](https://docs.clik2pay.com/docs/refunds-1.md) - [Manage Users](https://docs.clik2pay.com/docs/manage-users.md) - [Test in Sandbox](https://docs.clik2pay.com/docs/set-up-sandbox.md): Use the Sandbox to explore, customize, and test your payment workflows before going live with real transactions. - [Reports](https://docs.clik2pay.com/docs/reports.md): The reports in the Clik2Pay portal are designed to help merchants efficiently reconcile their financial data by providing detailed breakdowns of transactions, fees, and settlements. - [Overview](https://docs.clik2pay.com/docs/overview.md) - [Shopify](https://docs.clik2pay.com/docs/shop-integration-steps.md) - [Testing and Configuring Shopify Notifications](https://docs.clik2pay.com/docs/testing-and-configuring-shopify-notifications.md) - [Shopify Refunds](https://docs.clik2pay.com/docs/refunds.md) - [Shopify Interac Widget](https://docs.clik2pay.com/docs/widget.md) - [Webhook Listener](https://docs.clik2pay.com/docs/webhook-listener.md): Receive Webhook callbacks for created Payment Requests or Payments - [Transaction Status](https://docs.clik2pay.com/docs/transaction-status.md) ## API Reference - [Introduction](https://docs.clik2pay.com/reference/introduction.md) - [Rate Limits](https://docs.clik2pay.com/reference/rate-limits.md) - [Payment Requests API](https://docs.clik2pay.com/reference/payment-requests-api.md) - [List Payment Requests](https://docs.clik2pay.com/reference/get-v1-payment-requests.md): Fetch a list of Payment Requests. - [Create Payment Request](https://docs.clik2pay.com/reference/post-v1-merchants-merchantid-payment-requests.md): Returns a unique {paymentRequestId} for a payment request transaction. - [Payment Request Status](https://docs.clik2pay.com/reference/get-v1-merchants-merchantid-payment-requests-paymentrequestid.md): Returns the status for a created payment request transaction. - [Cancel a Payment Request](https://docs.clik2pay.com/reference/post-payment-requests-paymentrequestid-cancellation.md): Cancel a payment request in CREATED, SCHEDULED, SMS_SENT, EMAIL_SENT or ACTIVE status. - [Payment Request Notification](https://docs.clik2pay.com/reference/post-v1-merchants-merchantid-payment-requests-paymentrequestid-notifications.md): Sends a notification for a payment request. - [Refund a Payment Request](https://docs.clik2pay.com/reference/post-payment-requests-paymentrequestid-refund.md): Refund a payment request in PAID or SETTLED status. - [List Refunds](https://docs.clik2pay.com/reference/get-payment-requests-paymentrequestid-refunds.md): Fetch a list of Refunds connected to a Payment Requests. - [Refund Status](https://docs.clik2pay.com/reference/get-v1-payment-requests-paymentrequestid-refunds-refundid.md): Returns the status and details of a refund. - [Batch Payment Request List](https://docs.clik2pay.com/reference/get-payment-requests-batches.md): Fetch a list of Payment Request Batches. - [Batch Submit Payment Request](https://docs.clik2pay.com/reference/post-payment-requests-batches.md): Upload a batch file containing data for one or more new Payment Requests. - [Download Batch Result File](https://docs.clik2pay.com/reference/get-payment-requests-batches-batchid-result-file.md): Download a CSV file containing detailed results for a processed batch. - [Payments API](https://docs.clik2pay.com/reference/payments-api.md) - [Create Payment](https://docs.clik2pay.com/reference/post-v1-payments-1.md): Returns a unique {paymentId} for a payment transaction. - [Payment Status](https://docs.clik2pay.com/reference/get-v1-payments-paymentid-1.md): Returns the status for a payment transaction. - [Cancel a Payment](https://docs.clik2pay.com/reference/post-payments-paymentid-cancellation.md): Cancel a payment transaction in ACTIVE status. - [List merchants that are accessible by the logged in user](https://docs.clik2pay.com/reference/get-v1-merchants.md): List merchants. Results will be restricted to merchants the user has access to. - [Fetch a Merchant](https://docs.clik2pay.com/reference/get-v1-merchants-merchantid.md): Fetch the details for an individual merchant. - [Fetch a Merchant's Brand](https://docs.clik2pay.com/reference/get-merchants-merchantid-brands-brandid.md): Fetch a merchant's brand - [Fetch Merchant Deposits](https://docs.clik2pay.com/reference/get-merchants-merchantid-deposits.md): Fetch merchant deposits. - [Fetch Merchant Deposit Transactions](https://docs.clik2pay.com/reference/get-merchants-merchantid-deposits-depositsid-transactions.md): Fetch transactions for a merchant deposit.