Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Last active November 7, 2017 16:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VantivSDK/2120291 to your computer and use it in GitHub Desktop.
Save VantivSDK/2120291 to your computer and use it in GitHub Desktop.
Curl example
$curl --header "Content-Type: text/xml" -d@<File with XML content> https://www.testvantivcnp.com/sandbox/communicator/online
@namabile
Copy link

I think the correct flag for uploading a file should be --upload-file instead of -upload-file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment