create_voucher
Generate a JazzCash OTC voucher for offline redemption. Customers provide amount, mobile number, and CNIC to receive a voucher number redeemable at any JazzCash outlet.
Instructions
Create a JazzCash Over-The-Counter (OTC) voucher payment. amount is in PKR rupees. The response carries a voucher number the customer redeems offline at a JazzCash outlet (there is no redeem API). Money-moving and non-idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cnic | Yes | Last 6 digits of the customer's CNIC | |
| amount | Yes | Voucher amount in PKR rupees (converted to paisa automatically) | |
| txn_ref | No | Unique transaction reference (auto-generated if omitted) | |
| description | No | Voucher description | |
| mobile_number | Yes | Customer mobile number (03XXXXXXXXX) | |
| bill_reference | No | Merchant bill reference for reconciliation (defaults to txn_ref) |