Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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"/>