Generate UPI ID

Request Body Parameters

S.NNameTypeDescriptionMandatory (M) , Optional (O)Provided by Pinwallet (Y/N)
1.UpiIdStringCreate New UpiId max 8 CharactersMN
2.NameStringValid Upi Holder NameMN
3.ReferenceIdStringUnique Reference Id Max 10 CharactersMN

❗️

Note:

  1. 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"
	}

}  
  
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!