PayPal Gateway - 2013 Guía de usuario Pagina 211

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 256
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 210
Gateway Developer Guide and Reference 07 February 2013 211
Payflow Header Parameters
Posting Transactions Directly Without the Payflow SDK
D
Standard HTTP Headers Required
Transaction Message
The transaction message communicates the initial transaction data to the server. It is made up
of the transaction request and response.
URLs for Sending Messages
Use the following URLs for sending transactions to PayPal’s Payflow Production servers:
Production (Live):
https://payflowpro.paypal.com/
Pilot (Test):
https://pilot-payflowpro.paypal.com/
Transaction Request
The transaction request consists of a transaction request header and body.
Name-Value Pair Transaction Request Header
Content-Type: text/name value
Content-Length: 233
Connection: close
Host: payflowpro.verisign.com
X-VPS-REQUEST-ID: [See Required Payflow Parameters above]
X-VPS-CLIENT-TIMEOUT: 45
X-VPS-VIT-[See Integrator-Provided Data below]
X-VPS-VIT-[See Integrator-Provided Data below]
The following is an example of a transaction request header associated with a message in
name-value format. For XMLPay, it would follow the same format except the content-type
would be text/xml and the body of the request and response would contain the XML
document.
Header Name Description
Connection State of the connection. The server returns the value close to close the
connection after the response is sent.
Content-Length (Required) Size of message body.
Content-Type (Required) Provide one of the following values:
text/name value, transaction request body is in name-value pair format.
text/xml, transaction request body is in XMLPay 2.0 format.
Host (Required) Provide one of the two host URLs:
Production: payflowpro.paypal.com
Pilot: pilot-payflowpro.paypal.com
Vista de pagina 210
1 2 ... 206 207 208 209 210 211 212 213 214 215 216 ... 255 256

Comentarios a estos manuales

Sin comentarios