Process a Card Sale Old

Process a card sale with card present

post
  • For PCI compliant merchants only (AOC on file with Number required)
Header parameters
SessKeystringRequired

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-TypestringRequiredExample: application/json
AcceptstringRequiredExample: application/json
Body
TrackstringOptionalExample: %B4788250000028291^VISA TEST/GOOD^231010100733000000?;4895390000000013=151210100000733?
MerchIDintegerOptionalExample: 1
Responses
post
/APIcardProcREST/v1.0.0/CardSale/CardPresent
200

Successful response

Process a manual card sale

post
  • For PCI compliant merchants only (AOC on file with Number required)
Header parameters
SessKeystringRequired

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-TypestringRequiredExample: application/json
AcceptstringRequiredExample: application/json
Body
MerchIDintegerOptionalExample: 1
Responses
post
/APIcardProcREST/v1.0.0/CardSale/Manual
200

Successful response

Process a card sale with surcharge

post
  • For PCI compliant merchants only (AOC on file with Number required)
Header parameters
SessKeystringRequired

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-TypestringRequiredExample: application/json
AcceptstringRequiredExample: application/json
Body
MerchIDintegerOptionalExample: 1
Responses
post
/APIcardProcREST/v1.0.0/CardSale/WithOptions
200

Successful response

Last updated

Was this helpful?