Retrieves PayPal Payflow-specific payment information including transaction details, processor response codes, and Payflow gateway data.
projectId (guid, required) — Project identifier matching authenticated API key.transactionId (guid, required) — Transaction identifier to retrieve Payflow information for.PayFlowPaymentInfoQueryResponse containing PayPal Payflow-specific transaction details including secure tokens, Payflow IDs, and gateway response codes.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the project containing the Payflow transaction (must match authenticated API key).
The unique identifier of the transaction for which to retrieve Payflow payment information.
Always returned. Check the success property in the response body to determine if the query succeeded.
Standard response structure containing operation status and error information. Represents the response returned when querying Payflow payment information.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Payflow billing and shipping details for the transaction.