PAYMENTS
SIMPLIFIED


Offer all the payment features your
customers want with a fast integration
that limits your PCI scope.

GET STARTED

API Base URLs

  • Production Server

    For processing live transactions

    https://api.payjunction.com

  • Test Server

    For development

    https://api.payjunctionlabs.com

Most Commonly Referred to Articles

GET /smartterminals/signatures/{signatureId} /image

Use the signatureId value received through SMARTTERMINAL_REQUEST Webhook to Get the signature image captured by Smart Terminal. Image is in PNG format.

Example Request

curl -X GET -u "login:password" -H "Accept: image/png" -H "X-PJ-Application-Key: YOUR_PRODUCTION_APP_KEY" \
  "https://api.payjunction.com/smartterminals/signatures/2f0bfa2c56894a398af741f3ecfc115e/image" > signature.png