Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Last active September 6, 2018 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VantivSDK/8b7dd606230ec65b36eba457df4443de to your computer and use it in GitHub Desktop.
Save VantivSDK/8b7dd606230ec65b36eba457df4443de to your computer and use it in GitHub Desktop.
PayFac MP SDK Config
| Name | Example | Description |
| ------------------ | ----------------------------------------------------------| -------------------------------------------------------------------------|
| neuterXml | true | If true, masks sensitive info in logs |
| url | https://www.testvantivcnp.com/sandbox/payfac | URL to send online transactions |
| proxyHost | sampleProxy | Proxy host name (if applicable) |
| proxyPort | 8080 | Proxy port number (if applicable) |
| username | testUsername | Presenter username for sending transactions |
| password | testPassword | Presenter password for sending transactions |
| keepAlive | false | Keeps connection alive |
| printxml | true | If true, prints the request and response XML on the console |
| timeout | 5000 | Not configurable, need to remove |
@VantivSDK
Copy link
Author

Name Example Description
neuterXml true If true, masks sensitive info in logs
url https://www.testvantivcnp.com/sandbox/payfac URL to send online transactions
proxyHost sampleProxy Proxy host name (if applicable)
proxyPort 8080 Proxy port number (if applicable)
username testUsername Presenter username for sending transactions
password testPassword Presenter password for sending transactions
keepAlive false Keeps connection alive
printxml true If true, prints the request and response XML on the console
timeout 5000 Not configurable, need to remove

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