Defines receipt generation, printing behavior, and POS receipt customization options.

Transaction Details - Receipt Settings


Receipt Generation and POS Display Settings

Variable Requirement Type Possible Values / Example Description Notes
pb_automatically_print_receipt Optional string yes, no Automatically invokes printing when the receipt is displayed on screen. Requires pb_receipt_type to be defined.
pb_force_receipt Optional string yes, no Forces receipt printing when a receipt is displayed. Applies only when receipt output is enabled.
pb_receipt_address_1 Optional string 123 Main Street Company address line 1 displayed on POS receipts. Used for printed receipt branding.
pb_receipt_address_2 Optional string Suite 28 Company address line 2 displayed on POS receipts. Optional secondary address information.
pb_receipt_city Optional string Townsville Company city displayed on POS receipts.
pb_receipt_company Optional string Your Company Name Company name displayed on POS receipts. Recommended for merchant identification.
pb_receipt_company_url Optional string https://www.yourdomain.com Company website URL displayed on POS receipts. Should be a fully qualified URL.
pb_receipt_country Optional string US Company country displayed on POS receipts. ISO country abbreviation recommended.
pb_receipt_email_address Optional string person@yourdomain.com Company email address displayed on POS receipts. Used for customer contact information.
pb_receipt_fax Optional string 555-234-5678 Company fax number displayed on POS receipts. Optional legacy contact method.
pb_receipt_name Optional string John B. Smith Contact name displayed on POS receipts. Typically merchant or business contact.
pb_receipt_phone Optional string 555-234-5678 Company phone number displayed on POS receipts. Recommended for customer support contact.
pb_receipt_postal_code Optional string 12345-6789 Company ZIP or postal code displayed on POS receipts. Supports international postal formats.
pb_receipt_province Optional string ON Company province displayed on POS receipts. Commonly used outside the United States.
pb_receipt_state Optional string NY Company state displayed on POS receipts. Use standard state abbreviations when applicable.
pb_receipt_transaction_url Optional string https://www.yourdomain.com/continue.html Continue shopping URL displayed at the bottom of POS receipts. Must be a fully qualified URL.
pb_receipt_type Optional string simple, itemized, pos_simple, pos_itemized Generates a receipt after successful authorization when no pb_success_url is defined. simple = non-itemized receipt, itemized = detailed receipt, pos_simple = POS printer optimized non-itemized receipt, pos_itemized = POS printer optimized itemized receipt.