Paytec Asset Gateway API
  • Introduction
  • Initial Setup
  • Integration and Function Flow
    • 1. Request a Quote
      • Get Quote Error Codes
    • 2. Authorize Transaction
      • Simulating Refused Transactions
      • Authorize Transaction Error Codes
    • 4. Get Details (Optional)
      • Get Details Error Codes
  • Webhooks
    • Setting up Webhooks
      • Provision an endpoint
      • Receiving and Acknowledging webhooks
      • Testing Webhooks
    • Example Callbacks
      • 3D Secure Webhooks
  • Direct Deposit
Powered by GitBook
On this page

Initial Setup

The REST API can be access through the following endpoints:

Production: Contact Us

Sandbox: Contact Us

ALL requests must contain an API key in the headers of each request in the following format. API keys are provided by us. Contact a representative for inquiries.

Header Parameter
Type

apiKey

String

API key provided by Support

content-type

String

application/json

Additionally, all requests must have content type of application/json. Make sure that this content-type parameter is included in your request.

PreviousIntroductionNextIntegration and Function Flow

Last updated 1 year ago