Discussions
POST Request to BlueSnap
We are testing using BlueSnap as our payment portal in NetSuite. We need to push new Customers and new and updated invoices to BlueSnap. They suggested doing that via WorkFlows. But couldn't tell us how. What they have given us are the POST urls below. How do we crate these workflows?
When Customer is created:
curl --request POST 'https://app.armatic.com/api/netsuite/e88d5b50c431d560eb97ccc4644f0e22/ipn' -H 'Content-Type: application/json' -d '{“event”:"customer.created",”customer_id”: "<CUSTOMER_INTERNAL_ID>"}’
When Invoice is created:
curl --request POST 'https://app.armatic.com/api/netsuite/e88d5b50c431d560eb97ccc4644f0e22/ipn'