Property OrderId
OrderId
A string containing a client generated reference for this payment, provided by the application code. This value will be passed back to the callback url provided with the transaction when the payment status changes.
Declaration
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This value does not need to be unique, but it is recommended to be unique to facilitate tracking of transactions.
Cannot be more than 100 characters long. The first 12 characters will be shown on the customer's bank statement.
Special characters are not permitted, namely: @ # ^ ’ % & | < > " ; . \ / ! : ,