Payment method missing in CustomerPayment Does any...
# integrations
l
Payment method missing in CustomerPayment Does anyone know how to create a customerPayment with not-null Payment Method using Netsuite's REST API? This doesn't seem to be reported as a bug, but while passing a value in
paymentMethod
field, the payment record is created, but it still misses the Payment Method. Looking at the metadata for customerPayment, the paymentOption is there, but
paymentMethod
- is not (see attached screenshots) Also, the response in the Post or Patch requests says that the field is unknown for the record instance 🤔