question

ramu avatar image
ramu asked bryanvargas edited

Want to add an note to payment

Hi team,

We want to add an note to SaleRequest or in PreAuthRequest .Is this possible.?

semi-integrations
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

bryanvargas avatar image bryanvargas ♦♦ commented ·

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.

0 Likes 0 ·

1 Answer

·
parquet76 avatar image
parquet76 answered

What would you like to do with the note? Do you want the merchant to see it on the order notes field? If so you can make an API call (Clover REST API) to update the order after you get the sales response (the Clover order id will be in the response).

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community