Skip to content

cptechinc/dplus-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payments

Payments is an application that provides communications and exchanges information with gateway payment providers on behalf of Distribution Plus.

Which Payment Gateways do we support?

Gateway can be selected in PaymentsConfig

  • Authorize.Net
  • Paytrace
  • Stripe
Gateway Allows Track Data
Authorize.Net Yes
Paytrace Yes
Stripe No

Which Transaction Types do we support?

  • Charge
  • Authorize Card
  • Capture Prior Authorized Card
  • Refund

Gateway Credentials

Credentials are stored in site/modules/Payments/credentials.json
Example:

{
	"0": {
		"type": "paytrace",
		"login": "xxxx",
		"key":   "xxxx",
		"sandbox": true,
		"saltcolumn": "date",
		"integratorid": "xxx"
	},
	"1": {
		"type": "authorizenet",
		"login": "xxxx",
		"key":   "xxxx",
		"sandbox": true,
		"saltcolumn": "time"
		"integratorid": ''
	}
}

Copyright 2020 by CPTech Inc.

About

Dplus App to send Payment Requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published