create_payment
Initiate a mobile wallet payment to a customer's JazzCash account. Specify amount in PKR and customer mobile number; transaction reference is auto-generated.
Instructions
Create a JazzCash Mobile Wallet (MWALLET) payment. amount is in PKR rupees (converted to paisa). txn_ref is auto-generated when omitted. Returns the JazzCash pp_ResponseCode/pp_ResponseMessage. Money-moving and non-idempotent — do not retry blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount in PKR rupees (converted to paisa automatically) | |
| txn_ref | No | Unique transaction reference (auto-generated if omitted) | |
| description | Yes | Payment description | |
| mobile_number | Yes | Customer mobile wallet number (03XXXXXXXXX) | |
| bill_reference | No | Merchant bill reference for reconciliation (defaults to txn_ref) |