Jump to Content
Vortex EOSProvisioningEOS APIs
HomeProvisioningEOS APIs
ProvisioningEOS APIsLog InVortex EOS
Provisioning
Log In
Address API

Eventing

  • Eventing Broker

Vortex EOS

  • Flexible Data
  • Getting Started with Vortex EOS
  • Kubernetes

Storage

  • Storage Broker
    • Posting to the Storage broker
    • Websocket support for the Storage Broker

Neural

  • Neural Broker

Payment

  • Address API
  • Checkout Support
  • Payment Scenarios
    • Account Updater
    • Account Verification
    • Completion
    • Authorization
    • Refund (Return)
    • Recurring Payments
    • Reversal (Void)
    • Vaulting Tokenization
    • Sale
  • Payment Broker
    • ACH Payment
    • Card Batch
    • Card Bin Lookup
    • Card Payment

Integrations

  • Apple Pay Integration

Getting Started

  • Getting Started
    • Orchestration

Crypto

  • Encrypting Data
    • HSM
    • AES
  • Crypto Broker
    • Hashing
    • Data Decrypting
    • Session Keys

Address API

Suggest Edits

Post

Sample Request

address/v1/verify

{
  "addressline1": "2001 WESTSIDE pkwysss",
  "city": "ALPHARETTA",
  "countryCode": "US",
  "state": "GA",
  "zip": "30004"
}

Sample Response

{
    "result": [
        {
            "code": "AD1",
            "message": "invalid street"
        }
    ]
}

Updated over 1 year ago


  • Table of Contents
    • Post
      • Sample Request
    • Sample Response