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
  1. Integration and Function Flow
  2. 1. Request a Quote

Get Quote Error Codes

Status Code
Details

401

Order Size is below minimum threshold of $10.00 USD OR no input body provided. Refer to error message in response.

402

Invalid Order Amount. Follow the format such as "20.00"

403

Invalid Merchant ID format

404

Merchant ID not found

444

No API Key Provided

445

Invalid API Key Provided

446

API-Key is unauthorized for this request.

451

Daily spending limit exceeded

500, 505

Internal Server Error. Try again or contact support for assistance.

509

Quote Generation is inactive

Previous1. Request a QuoteNext2. Authorize Transaction