cancel
Showing results for 
Search instead for 
Did you mean: 

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.

https://developer.authorize.net/api/reference/features/accept_hosted.html#Get_Hosted_Payment_Page_Re...

 

 

Tushar
Member
1 REPLY 1

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.  

 

Malone55
Contributor