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

POST /smartterminals/{smartTerminalId}/main

Returns the Smart Terminal to the main "Smart Terminal by PayJunction" screen to await a new transaction request. 

For instance, this request can be used when a user decides to cancel a Smart Terminal payment request. When this request is sent, the Smart Terminal will return to the main screen that reads "Smart Terminal by PayJunction", preventing the customer from making a payment.

Note: If the customer has already inserted the chip card, or swiped the card, then the transaction is already processed and it is too late to cancel the payment request. In this case, the transaction should be voided instead.

Parameters

No parameters are accepted for this endpoint.

Response

On successful request, returns HTTP Response "204 No Content".