post https://app.pinwallet.in/api/Dyupi/V1/GenerateUPI
Request Body Parameters
S.N | Name | Type | Description | Mandatory (M) , Optional (O) | Provided by Pinwallet (Y/N) |
---|---|---|---|---|---|
1. | UpiId | String | Must be at least 4 characters long and max 15 characters | M | N |
2. | Name | String | Name Must be at least 4 characters long and max 20 characters | M | N |
3. | ReferenceId | String | Unique Reference Id Must be at least 8 characters long.and max 20 characters | M | N |
4. | String | Valid upi holder Email | M | N | |
5. | Phone | Stirng | Valid upi holder Phone | M | N |
Note:
Here We have Provided a sample request format for call back , so please create your call page accordingly
Sample Call Back URL : https://yourdomain.com/dynamicupicallback
Sample Call Back Recevied :
{
"event": "DynamicUPI",
"Data": {
"TxnStatus": "SUCCESS",
"PayerAmount": "10",
"PayerName": "Anshul Gupta",
"transactioninitdate": "20230223",
"PinWalletTransactionId": "PINW2230000003333",
"PayerMobile": "0000000000",
"BankRRN": "96333699888",
"PayerVA": "test@paytm",
"TxnCompletionDate": "20230223",
"upiid": "testggg"
}
}