Hi team,
We want to add an note to SaleRequest or in PreAuthRequest .Is this possible.?
Hi team,
We want to add an note to SaleRequest or in PreAuthRequest .Is this possible.?
can use the saleRequest.setExternalId() . Its a required field and takes any string but we normally generate random ids. or you can make use of the salesRequest.setExternalReferenceId(string) and this will show up on the receipt under the transaction number id.
7 People are following this question.