Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. 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"/>