Pregunta

How to find the total number of items order through express check out. I am getting all other things but unable to get total items ordered.

¿Fue útil?

Solución

Within the GetTransactionDetails API Call send this:

L_QTYn

From the PayPal Documentation this is Quantity set by you or entered by the buyer. Character length and limitations: no limit

If you need additional details of the different fields for GetTransactionDetails API Call, here is the direct link to the PayPal Developer Site:

PayPal Developer GetTransactionDetails Integration Guide

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top