Questions tagged [unique-transaction-identifier]

4 questions
2
votes
1 answer

Regex to validate Unique Transaction Identifier

I'm trying to write a regex pattern to validate Unique Transaction Identifiers (UTI). See description: here The UTI consists of two concatenated parts, the prefix and the transaction identifier. Here is a summary of the rules I'm trying to take into…
Rune Aamodt
  • 2,551
  • 2
  • 23
  • 27
0
votes
0 answers

How do I track a UPI transaction by transaction id

Get payment status from transaction id Can I track / find payment status by transaction id on upi apps like google pay, phonepe etc.. I am asking, can any one (Public) view the transaction status by transaction id Thanks. I am asking, can any one…
0
votes
1 answer

Unable to add transaction_id column in model for using on watson openscale

To view transactions on Watson OpenScale, a transaction id field is required. I cannot add this field while training the model and cannot add this field after the model has been trained. How can I add this column to view transactions on Watson…
0
votes
0 answers

php-How to get date wise unique transaction number?

I was thinking of formatting it like this TYYYYMMDDNNNN (2 character + 12 digits) Where T is character (TR or SL) YYYY is year (2018) MM is month (03) DD is day (30) N is sequential number (0001, 0002, 0003 etc.) I need auto increment N after…