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
  • Query Consent
  • Query Expiring Cards - Before/In Days
  • Query Expiring Cards - In Date Range

Was this helpful?

Export as PDF
  1. API Reference
  2. SOAP API

Consent General

Methods related to all types of consent

Last updated 4 months ago

Was this helpful?

Query Consent

POST /ICardProcess/ConsentGeneral_Query

Return consent details.




Query Expiring Cards - Before/In Days

POST /ICardProcess/ConsentsExpiringCards

Find expired cards and cards expiring before/in the specified number of days used on consents.


NumDays int

Number of days in the future to look for expiring cards.



Query Expiring Cards - In Date Range

POST /ICardProcess/ConsentsExpiringCards_01

Find expired cards and cards expiring during the specified range of dates used on consents.


StartDate string

Start date of the consent expiring cards range.


EndDate string

End date of the consent expiring cards range.