Skip to main content

When sending Tabby in a Hosted Payment Page or Payment Link request, should I use the field “item” or “products”?

You must use the products array when requesting Tabby payments in a Hosted Payments Page or Payment Link request.

For example:

 "products": [
  {
    "name": "Shirt",
    "quantity": 1,
    "price": 5000
  }
],

Was this article helpful?
Share
Copy Link Share via email

Articles in this section