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
  • Generate Receipt
  • Query Receipt Details

Was this helpful?

Export as PDF
  1. API Reference
  2. SOAP API

Receipt

Methods related to receipts

Last updated 4 months ago

Was this helpful?

Generate Receipt

POST /ICardProcess/ReceiptGenerate

Generate the html layout needed to create a customer, merchant, or dual receipt. Can be used for various receipt types such as: transaction, void, refund, annual and recurring consents.


RefID int

The transaction ID or consent ID


ReceiptTypes int

Values: - 1 (Transaction) - 2 (Void) - 3 (Refund) - 4 (Annual Consent) - 5 (Recurring Consent)


Recipient int

Values: - 1 (Customer) - 2 (Merchant) - 3 (Both)


ReceiptHtml string

The html of the receipt.

Query Receipt Details

POST /ICardProcess/ReceiptDetail_Query

Return the details needed to generate a receipt for a credit card sale. For other receipt types, see the Generate Receipt method.



ReceiptInfo api_ReceiptDetail (object)

The details you'll need to create a credit card sale receipt.

Fields: MerchNumber, MerchDescrip, MerchAddress, MerchCity, MerchState, MerchZip, MerchPhone, MerchEmail, MerchTID, EntryType, TxDateTime, TxAmount, CardHolder, EndCustomer, TxID, TxnCode, TxType, TxStatus, RefID, CardType, CardNumber, AcctHolderID, EndCustID, AID, TVR, TSI, AC, ARC.