Developer's Guide

Table Of Contents
Payflow Pro Developer’s Guide 63
B
Verbosity: Viewing Processor-
Specific Transaction Results
Transaction results (especially values for declines and error conditions) returned by each
PayPal-supported processor vary in detail level and in format. The Payflow Verbosity
parameter enables you to control the kind and level of information you want returned.
By default, Verbosity is set to LOW. A LOW setting causes PayPal to normalize the
transaction result values. Normalizing the values limits them to a standardized set of values
and simplifies the process of integrating the Payflow SDK.
By setting Verbosity to MEDIUM, you can view the processors raw response values. This
setting is more “verbose” than the LOW setting in that it returns more detailed, processor-
specific information.
Supported Verbosity Settings
The following Verbosity settings are supported for PayPal-supported processors. Contact your
processor or bank for definitions of the returned values.
z LOW: This is the default setting for PayPal accounts. The following values are returned:
{RESULT, PNREF, RESPMSG, AUTHCODE, CVV2MATCH, CARDSECURE}
z MEDIUM: All of the values returned for a LOW setting, plus the following values:
N OTE: For information on interpreting the responses returned by the processor for the
MEDIUM Verbosity setting, contact your processor directly.
TABLE B.1 Verbosity settings
Field Name Type Length Description
HOSTCODE Char 7 Response code returned by the processor. This
value is not normalized by PayPal.
RESPTEXT Char 17 Text corresponding to the response code returned by
the processor. This text is not normalized by
PayPal.
PROCCVV2 Char 1 CVV2 (buyer authentication) response from the
processor
PROCCARDSECURE Char 1 VPAS/SPA response from the processor
ADDLMSGS char Up to 1048
characters.
Typically 50
characters.
Additional error message that indicates that the
merchant used a feature that is disabled