@@ -35,18 +35,18 @@ This package will work on client and server.
3535
3636### Fields detail:
3737
38- | Fields | Description | Required |
39- | -------------------| ---------------------------------------------------| -----------|
40- | payeeVPA | VPA address from UPI payment account | Mandatory |
41- | payeeName | Merchant Name registered in UPI payment account | Mandatory |
42- | payeeMerchantCode | Merchant Code from UPI payment account | Optional |
43- | transactionId | Unique transaction id for merchant's reference | Optional |
44- | transactionRef | Unique transaction id for merchant's reference | Optional |
45- | transactionNote | Note will appear in payment app while transaction | Optional |
46- | amount | Amount | Optional |
47- | minimumAmount | Minimum amount that has to be transferred | Optional |
48- | currency | Currency of amount (default: INR) | Optional |
49- | transactionRefUrl | URL for the order | Optional |
38+ | Fields | Description | Required |
39+ | -------------------- | ---------------------------------------------------| -----------|
40+ | ` payeeVPA ` | UPI ID of the payee (e.g., ` example@upi ` ). | Yes |
41+ | ` payeeName ` | Registered name of the payee (e.g., ` John Doe ` ). | Yes |
42+ | ` payeeMerchantCode ` | Merchant Code from UPI payment account | No |
43+ | ` transactionId ` | Unique transaction id for merchant's reference | No |
44+ | ` transactionRef ` | Unique transaction id for merchant's reference | No |
45+ | ` transactionNote ` | Note for the payment (e.g., ` Electricity Bill ` ). | No |
46+ | ` amount ` | Amount | No |
47+ | ` minimumAmount ` | Amount to be paid (e.g., ` 100.00 ` or ` 499 ` ). | No |
48+ | ` currency ` | Currency of amount (default: ` INR ` ) | No |
49+ | ` transactionRefUrl ` | URL for the order | No |
5050
5151
5252In table, fields requirement column is based on static QR, For dynamic QR you need to change more fields along with ` payeeVPA ` and ` payeeName ` .
0 commit comments