- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to pass description value in API Request.
We have implemented hosted payment method with Iframe. In merchant email receipt the description field showing "Goods & services" but we need to show some different value in that field. We have checked in document but did not understand where the order description value pass exactly from API call. The order-description field not showing in token request API documentation.
โ04-05-2022 01:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
REST API endpoints can pass data within their requests through 4 types of parameters: Header, Path, Query String, or in the Request Body. Igloo APIs provide you the functionality to create, modify /update, and delete content and objects, so it is important to understand how certain endpoints pass data into their requests.

