Custom fields in Order object

Hi,

Can i get custom fields in the order object.
I need two fields to include “shift id” and “upload status” , or is there any other way to achieve this.

At this time, there is no way to create custom fields in the Order object. The only method available to you at this stage would be notes (link). Those notes, however, are viewable in several areas (i.e. printed order receipt, Register app, etc.) We’d be happy to dig in deeper to understand your full use case – just email devsupport@poynt.com.

Another option to consider would be using a custom Transaction Reference. You can see an Android example here on a sample app I published on GitHub. API model docs here.

Hi Neil,

If 100% discount is given on an order or if an order is paid by redeeming a gift coupon we are not calling the
payment fragment and hence no Transaction object would be present inside the Order object. In this case we directly change the status of the order to “COMPLETED”.

Thanks for the additional details, Sivam. We received the details in your email and we’ll get back to you.