Transaction Details - Payment
| Variable | Requirement | Type | Possible Values | Description |
|---|---|---|---|---|
| pt_payment_first_name | Optional | string | i.e. John | Payment customer’s first name |
| pt_payment_last_name | Optional | string | i.e. Smith | Payment customer’s last name |
| pt_payment_name | Optional | string | i.e. John Smith | Payment name |
| pt_payment_session | Optional | string | Payment session data | |
| pd_transaction_payment_type | Optional | string | ach, credit, mercury, stored_value, swipe | Used to set script for special types of payments. Allowed Values: * ‘credit’ or blank for normal credit card payments. * ’swipe’ for POS/swipe [minimum data] credit card payments. * ‘ach’ for ACH/eCheck payments (ACH/eCheck merchant account required). * ‘mpgiftcard’ for Mercury Giftcard Split Payments (Mercury Giftcard ability required). * ‘prepaid’ for prepaid stored value card payments (prepaid stored value ability required) |