Code Samples

Authorization and Capture

Authorization

Copy
Copied
POST /transaction/auth
{
  • "batchName": "AA-001",
  • "token": "string",
  • "encryptedAccountData": "string",
  • "deviceAndPeripherals": {
    },
  • "details": {
    },
  • "account": {
    },
  • "industry": {
    },
  • "shipTo": {
    },
  • "softDescriptor": {
    },
  • "userDefinedFields": {
    },
  • "echo": "Hello World"
}

Capture

Copy
Copied
POST /transaction/capture
{
  • "deviceAndPeripherals": {
    },
  • "batchName": "AA-001",
  • "transactionId": "2NQREPK134YN90W",
  • "amount": 2050.99,
  • "tipAmount": 15.45,
  • "userDefinedFields": {
    },
  • "echo": "Hello World"
}
Copyright © Pace Software 2021–2023. All rights reserved.