Anyone gone down the rabbit hole of manifesting pa...
# integrations
a
Anyone gone down the rabbit hole of manifesting payment methods on sales orders via the rest api? Were seeing some strange behavior and wondering if its more widespread or just our issue? is there a specific flow we are to be using with the rest api vs just manifesting the payment method directly (for example forced to use customer auth events, deposits etc when using rest)? For the record, we are not cc processing out of NS, just attempting to highlight the payment method via the shopify payload. Any insight would be greatly appreciated.
f
Yes, done this and it's not that complicated. So you pull the Shopify order payload and then grab the data, and post to / update Netsuite. It seems really simple, so I might be misunderstanding? If you're current integration does not support it, you could write a simple sidecar script to do it, but that is kind of overly chatty, so don't let any of your friends see that. If you want to DM me, I'll help ya, or just detail more here exactly what you want to do and I'll try to answer.
a
@Fred Pope Hey Fred, we are trying to apply the payment method via Rest API on the POST/create Salesorder API. When sending the paymentmethod in the payload we do not get this record recorded. It seems a few others on the internet have run into this same issue
m
Gotta love the Beta rest api. I’ve run into a few issues similar to this that required workarounds.
f
Can you share your payload? Depending on what you want to do, you may just want to write a restlet to take in your data and do your logic.