Receipt
Methods related to receipts
Last updated
Was this helpful?
Methods related to receipts
Last updated
Was this helpful?
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)
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.