Docs
DocumentationAPI ReferenceAsk AI Assistant
  • Home
    • Get Your Business Started
    • Services and Supported Features
  • Documentation
    • Developer Quickstart
      • Authentication
      • Card Sales and Consent
      • Querying and Filtering
      • Payment Reminders
    • Getting Started
      • Integration Checklist
      • Integration Options
        • REST API
        • Android SDK
        • iOS SDK
        • React Native Wrapper
        • PayForm
        • Verifone
        • Virtual Terminal
      • Basics
        • Authentication
        • API Best Practices
        • API Input Validation
        • Testing Considerations
      • Client Admin Portal
    • Testing
      • Testing Overview
      • Global Payments Testing
      • First Data Testing
      • ACH Testing
    • Resources
      • Tools and Downloads
      • Vocabulary
      • Querying
      • Error Codes
      • Software Requirements
  • API Reference
    • REST API
      • Authentication
      • ACH
      • Card Operations
        • Process a Card Sale
      • Consent Annual
        • Create Annual Consent
      • Consent Recurring
        • Create Recurring Consent
      • Consent Subscription
      • International
      • PayForm
      • Query
        • Account
        • ACH
        • Batch
        • Consent Annual
        • Consent Recurring
        • Consent General
        • Recurring Schedule
        • Receipt
        • Transaction
        • Voice
        • Query General
        • Reconcile
      • Receipt
      • Recurring Schedule
      • Settlement
      • Text to Pay
  • Help
    • Customer Support
      • FAQ
Powered by GitBook

Copyright © Number

On this page

Was this helpful?

Export as PDF
  1. Documentation
  2. Getting Started
  3. Basics

API Input Validation

Basic details about input validation in the APIs

The following string values are validated within the APIs and will only allow a finite set of characters. If you send characters which are not allowed, you can receive an ErrCode of 7123.

Field / fields
Allowed characters

Firstname, Lastname

Alphanumeric, single quote, minus sign, period, space, ampersand, comma, question mark, forward slash.

Company, Title

Alphanumeric, minus sign, period, pound sign, underscore, comma, ampersand, forward slash.

Address

Alphanumeric, minus sign, period, pound sign, underscore, comma, forward slash. Single quotes are stripped out.

City

Alpha, space, period.

State, Country

Alpha, space.

Zip

Alphanumeric, space, dash.

ClientRefID, RPGUID

Alphanumeric, minus sign, period, pound sign, comma, underscore, space, equal sign, ampersand. Single quotes are stripped out.

ServiceDescrip

Alphanumeric, space, underscore, period, pound sign, minus sign.

PreviousAPI Best PracticesNextTesting Considerations

Last updated 5 months ago

Was this helpful?