Transaction Details - Receipt Settings


Variable Requirement Type Possible Values Description
pb_automatically_print_receipt Optional boolean yes,no If passed with a value of ‘yes’, automatically invoke printing of the receipt when the receipt is shown on screen. (Requires ‘pb_receipt_type’ field to be set.)
pb_force_receipt Optional string yes,no If passed with a value of ‘yes’, forces receipt to be printed, if receipt is displayed.
pb_receipt_address_1 Optional string i.e. 123 Main Street. Company address [line 1] to show on POS receipts.
pb_receipt_address_2 Optional string i.e. Suite 28 Company address [line 2] to show on POS receipts
pb_receipt_city Optional string i.e. Townsville Company city to show on POS receipts
pb_receipt_company Optional string i.e. Your Company Name Company name to show on POS receipts
pb_receipt_company_url Optional string i.e. www.yourdomain.com Company site URL to show on POS receipts
pb_receipt_country Optional string i.e. US Company country to show on POS receipts
pb_receipt_email_address Optional string i.e. person@yourdomain.com Company email address to show on POS receipts
pb_receipt_fax Optional string i.e. 555-234-5678 Company fax number to show on POS receipts
pb_receipt_name Optional string i.e. John B. Smith Name to show on POS receipts
pb_receipt_phone Optional string i.e. 555-234-5678 Company phone number to show on POS receipts
pb_receipt_postal_code Optional string i.e. 12345-6789 Company zip code to show on POS receipts
pb_receipt_province Optional string i.e. ON Company province to show on POS receipts
pb_receipt_state Optional string i.e. NY Company state to show on POS receipts
pb_receipt_transaction_url Optional string i.e. https://www.yourdomain.com/continue.html Fully qualified URL for a continue shopping link at bottom of POS receipts. Used to link POS receipt back to the merchant’s web site
pb_receipt_type Optional string simple, itemized, pos_simple, pos_itemized Creates an online receipt (after successful authorization) when no ‘pb_success_url’ has been defined. -‘simple’ creates a simple non-itemized receipt -‘itemized’ creates an itemized receipt. -‘pos_simple’ creates a simple non-itemized receipt for POS receipt printers -‘pos_itemized’ creates an itemized receipt for POS receipt printers.