while creating order using payload - monthly recurring charges are not visible however part of paylo

Learner-in-Prog
Tera Expert

while creating order using payload - monthly recurring charges are not visible however part of payload itself.

has anyone seen this issue before. pls guide.

3 REPLIES 3

molayd
Mega Guru

@Learner-in-Prog , could you please share some screenshots?

 

Thanks,

Molay

Learner-in-Prog
Tera Expert

@molayd - sharing the screenshots -

 

if you review them, you will see 0 value available in Monthly Recurring Charges when order created using Payload. (REST API Explorer). pls advise what could be the issue

@Learner-in-Prog,

 

Could you please check if you're using the item price in your JSON payload?

 

"itemPrice": [
  {
    "price": {Object},
    "priceType": "String",
    "recurringChargePeriod": "String"
  }
]
"productOrderItem:" [
  {
    "action": "String",
    "committedDueDate": "String",
    "externalProductInventory": [Array],
    "id": "String",
    "itemPrice": [Array],
    "product": {Object},
    "productOffering": {Object},
    "productOrderItemReleationship": [Array],
    "quantity": Number,
    "state": "String",
    "@type": "String"
  }
]

 

Hope this should solve the problem.

 

Thanks,

Molay