Endpoint
POS/v1/partner/createPaymentRequest
This endpoint is used to:
- Create Payment Request
- Generate Dynamic QR Code
Headers
| Name | Value |
|---|---|
Content-Type | application/x-www-form-urlencoded |
Authorization | Basic base64(public_key:secret_key) |
Request Body Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
pid | string | Yes | Partner ID given by UPITranzact | PABC |
mid | string | Yes | UPITranzact merchant id | ABC |
amount | integer | Yes | Payment amount (between 1 - 100000) | 100 |
merchantReferenceId | string | Yes | Custom merchant ref ID | ORD123 |
customer_name | string | Yes | Customer name | Pankaj kumar |
customer_email | string | Yes | Valid email address | [email protected] |
customer_mobile | string | Yes | Valid phone number of the merchant | 91823452XX |