Jorge Salguero Posted September 6 Posted September 6 We are using the API to create a payment request. All is working, except that the "Submitter" is set to the Web Service user regardless of what is passed into the paymentcontact field. How can we make it so that the paymentcontact is used as the Submitter/Notification contact name? xml used whcih works, except for the paymentcontact not saving. <content> <function controlid="testControlId"> <create_paymentrequest> <bankaccountid>APF BAML</bankaccountid> <vendorid>BLOOM</vendorid> <memo>send pmt request jfs</memo> <paymentmethod>Printed Check</paymentmethod> <grouppayments>true</grouppayments> <paymentdate> <year>2024</year> <month>09</month> <day>05</day> </paymentdate> <paymentoption>vendorpref</paymentoption> <paymentrequestitems> <paymentrequestitem> <key>515</key> <paymentamount>50.00</paymentamount> </paymentrequestitem> </paymentrequestitems> <documentnumber>989898</documentnumber> <paymentdescription>pmtdescmemo</paymentdescription> <paymentcontact>wkhan</paymentcontact> </create_paymentrequest> </function> </content>
Members Sterio, Louis Posted September 17 Members Posted September 17 @Jorge Salguero Please open up a case for this to check if this is a defect.
Jorge Salguero Posted September 23 Author Posted September 23 The behavior is default, but it doesn't make sense to allow an API to submit a transaction and you are not able to assign the Submitter. Using the API and sending transactions from an external source, it will always be the Web Service user who will create the transaction. We need the ability to create the payment request and set another user as the submitter so they get the notifications when it has been approved or to at least show who submitted it.
Recommended Posts