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
  • Create Annual Consent - Card Present
  • Create Annual Consent - Manual
  • Modify Annual Consent
  • Cancel Annual Consent

Was this helpful?

Export as PDF
  1. API Reference
  2. SOAP API

Consent Annual

Methods related to creating and modifying annual consent

Last updated 4 months ago

Was this helpful?

Create Annual Consent - Card Present

POST /ICardProcess/ConsentAnnual_Create_CP

Create an annual consent by sending the credit card details to the processor via a card reader device. Use when the card is present and you can scan the magnetic stripe.







Create Annual Consent - Manual

POST /ICardProcess/ConsentAnnual_Create_MAN

Create an annual consent by sending the credit card details, which include: card number, expiration date, CVV, and card holder contact data. Not created by swiping the card through a reader device.







Modify Annual Consent

POST /ICardProcess/ConsentAnnual_Modify

Update the payment amounts, expiration, and customer reference information for an annual consent. Does not alter the credit card saved with the consent.



Updated details for the annual consent.

Fields: ExpMonth, ExpYear, Email, Zip, CustomerRefID, ServiceDescrip, RPGUID, NumDays, LimitPerCharge, LimitLifeTime


Cancel Annual Consent

POST /ICardProcess/ConsentAnnual_Modify

Cancel an annual consent and remove credit card data from the system.



ConsentMods (object)

api_ConsentAnnualEditor