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. 2. Authorize Transaction

Authorize Transaction Error Codes

Status Code
Details

401

No billingToken or quote token provided, or the quote token is invalid. See error message for details on what you're missing.

402

Card payment failure. Billing Information data associated with billingToken is invalid.

403

No body data provided.

404

Invalid Token. Quote not found.

405

Incorrect data type and header content-type, should be "application/json"

408

Missing paymentInformation object or billingToken.

409

Quote is expired, request a new quote and try again.

418

Request includes both paymentInformation and billingToken. You must use either one, but not both.

419

Unable to verify card. Refer to response.

420

Card data is incomplete/invalid.

421

Card was recently refused and is temporally restricted from further charge attempts, refer to expiration time in response data to try again.

422

Card was refused. See reason field for the refusal reason.

423

Error with card details. See response for more details.

430

Failed request - Merchant might not be configured. Refer to the response message.

490

Card was refused. See reason field for the refusal reason.

501

Internal Server Error. Contact support for more details.

505

Internal Server Error. Try again or contact support

521

Error processing payment. Try again, check card data, or contact support

550-555

Internal Error, try again or contact support with error code.

560

Unable to communicate with card network, try again or contact support.

561

Incorrect formatting for transaction data. Check your request and try again or contract support

PreviousSimulating Refused TransactionsNext4. Get Details (Optional)

Last updated 11 months ago