Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Push payments with additional custom fields.
Hi team,
Hope you are doing well!
Situation:
We have a payment page in the NetSuite with 2 mandatory (custom) fields.
field_1_ID: custbody_field_1 - type Free form text
field_2_ID: custbody_field_2 - list/record
Question:
Is this possible via SOAP to fill in those fields during the push payment process?
Currently, we are using the next SOAP request:
add xmlns="urn:messages_2020_1.platform.webservices.netsuite.com">
<record xsi:type="ns8:CustomerPayment" externalId="Yaypay-106-testPostman3333333222" xmlns:ns8="urn:customers_2020_1.transactions.webservices.netsuite.com">
<ns8:arAcct xsi:type="ns9:RecordRef" type="account" internalId="7" xmlns:ns9="urn:core_2020_1.platform.webservices.netsuite.com"/>