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.
SessKey
string
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
Example: B9F24903C3BA4770AE303032303541303032353437
SessKey
string
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
Example: B9F24903C3BA4770AE303032303541303032353437
TxID
int
A unique ID of the transaction.
FunctionOk
boolean
Indicates if the function executed correctly.
RespMsg
string
Friendly response message for the user.
ErrMsg
string
Error message. Empty or null if no error.
ErrCode
int
Error code. 0 indicates success.
FunctionOk
boolean
Indicates if the function executed correctly.
RespMsg
string
Friendly response message for the user.
ErrMsg
string
Error message. Empty or null if no error.
ErrCode
int
Error code. 0 indicates success.