Calling Initiate Payment Process Request ESS Job through an API
Summary:
We have a requirement to call "Initiate Payment Process Request" ESS job through an API.
Below is the payload used. Though the job status is "Succeeded" but it is not accepting the parameters? we could see the "templateId " and "submitPaymentSelectionReport " parameter values as blank in the log file.
When submitted the job manually from UI, I could see the parameters coming up in the log file as below
checkrunId = null
templateId = 300000002563110
submitPaymentSelectionReport = Y
But when submitted through API, I do not see the parameters in the log file. Is it allowed to submit PPR job through API? Please help me understand on what am I missing.