# Prepaid Card Issuance Integration Guide

Learn how to integrate with EnKash's API to seamlessly enable prepaid card issuance within your system.  


<Steps>
  <Step title="First Step">
    To begin the integration, you need to obtain your **API Keys, Client ID, and Client Secret** for both **Sandbox (Test)** and **Production (Live)** environments.  
  </Step>
  <Step title="Second Step">
    EnKash provides separate **Base URLs** for testing and live transactions
  </Step>
  <Step title="Third Step">
    Before accessing EnKash APIs, you need to generate an **authentication token** using the **Partner Auth Token API**.  
  </Step>
    <Step title="Forth Step">
    To ensure secure data transmission, all API request payloads must be **encrypted** before sending, and responses must be **decrypted** upon receipt.   
  </Step>
    <Step title="Fifth Step">
    Every API request requires certain mandatory fields to be passed.
  </Step>
</Steps>


