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

Error Handling

Overview

PayJunction's /plaid API may occasionally return errors originating from Plaid directly.

These errors are returned in the following format:

Response Code: 400 

Example JSON

{
  "errors": [
    {
      "plaidErrorCode": "ITEM_LOGIN_REQUIRED"
    }
  ]
} 

plaidErrorCode maps directly to the values located: https://plaid.com/docs/errors/