Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in

Le Forum de la communauté n’est pas disponible pour les nouveaux messages ou les réponses; les articles précédents restent disponibles pour vérification. Afin de connaître les options d’assistance complètes, rendez-vous sur PayPal.com/HelpCenter

Si vous souhaitez signaler du contenu illégal et contraire au Règlement sur les services numériques de l’Union Européenne (DSA), veuillez cliquer ici.

since ‎Aug-25-2017
S12345
S12345 Contributor
Contributor
8
Posts
0
Kudos
0
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
The Return
Ice Breaker
Active
View all
Latest Contributions by S12345
  • Topics S12345 has Participated In
  • Latest Contributions by S12345

Honor period for auth

by S12345 Contributor in NVP/SOAP APIs
‎Nov-03-2017 07:45 AM
‎Nov-03-2017 07:45 AM
Hello, I noticed paypal has Honor period of 3 days after the Auth and Settlement is guaranteed.    Can we submit the settlement request after 3 days of Auth in Paypal? It says you can submit but the fund may not be guaranteed, but when I tried it doesnt even allow me to submit the settlement request after 3 days, the request is failling.     Can you confirm if this is true and Paypal dont even allow to submit the settlement after 3 days or if there is some setting they have to enable to allow submission?   ... View more

Re: Session vs Order vs Auth

by S12345 Contributor in NVP/SOAP APIs
‎Nov-03-2017 07:42 AM
‎Nov-03-2017 07:42 AM
any one can help me with this? ... View more

Session vs Order vs Auth

by S12345 Contributor in NVP/SOAP APIs
‎Oct-29-2017 09:35 AM
‎Oct-29-2017 09:35 AM
Hello we are doing Paypal express checkout integration which uses below flow. 1. Create Session (Buyer approves amount in Paypal website) -> 2. Create Order ( order show up on Buyers Paypal acct) -> 3. Create Auth (give 3 days period to settle that money) -> 4. Create Settlement (within 3 days to get fund from Buyers Card). Can you answer below? 1. Can you tell me which step from above will actually perform 'Authorization' on Buyers Credit Card Account so it will show up there? Just lie how Step 2 make the order show up in Buyers Paypal Account what step make it show up in Buyers Credit Card account by performing Credit Card Authorization, which put hold for that amount in Credit Card. 2. I noticed Payapl allow to use any amount in step 1 (review payment) and allow to create order with different amount in step 2. Should these two amount match or okay if they dont match? We are making the buyer review the amount X at time of Session Creation (step 1), but when the order is placed they may have added more stuff to cart and while Order Creation (step 2) we are going to place the order for (amount X +$100). Do you think this is okay since they changed the cart to add $100, we create order for $X+$100 or should we force them to redo step to review and approve new amount before step 2. ... View more

Re: Maximum number of authorization allowed for th...

by S12345 Contributor in Sandbox Environment
‎Aug-30-2017 06:36 PM
‎Aug-30-2017 06:36 PM
Thanks , that resolved the issue. Can you tell me what is name of this flag/feature, so next time I can simply ask them to turn on this flag/feature and dont have to get into all this details. ... View more

Re: Maximum number of authorization allowed for th...

by S12345 Contributor in Sandbox Environment
‎Aug-29-2017 09:42 AM
‎Aug-29-2017 09:42 AM
I see, please make the change for my email -  'srini.joshi-facilitator'  the domain is at 'agilcommerce.com' .   - We'll need to make the new auth/re-auth calls in following manner. Can you check if specific change required to support this as well?   1. Set Order for $500 2. Do Auth for $500 3. Do Settle for $200 4. Do Auth for $50 5. Do Settle for $50 6. Do Auth for $250 7. Do Settle for $250   ... View more

Re: Maximum number of authorization allowed for th...

by S12345 Contributor in Sandbox Environment
‎Aug-28-2017 09:46 AM
‎Aug-28-2017 09:46 AM
Thanks for reply, I am very new to this Paypal community and wasnt sure if I should share full login/passwords in posts.   Can you provide me steps where can I change this setup? The link clearly says that I can repeat step 5 and 6 to do more than 1 auth/settle.   https://developer.paypal.com/docs/classic/express-checkout/ht_ec-orderAuthPayment-curl-etc/     ... View more

Maximum number of authorization allowed for the or...

by S12345 Contributor in NVP/SOAP APIs
‎Aug-25-2017 04:21 PM
‎Aug-25-2017 04:21 PM
Hello, We are working on Sandbox account to integration with Paypal Express checkout. We are using Custom Order process and need to do multiple auth/settle for one order. When I try to do second authorization for my custom order, I am getting error below. Can you help me what am I doing wrong? Error Msg: Maximum number of authorization allowed for the order is reached Here is the API request calls I am making- 1. curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=SetExpressCheckout \ -d VERSION=95 \ -d PAYMENTREQUEST_0_PAYMENTACTION=Order \ -d PAYMENTREQUEST_0_AMT=119.95 \ -d PAYMENTREQUEST_0_CURRENCYCODE=USD \ -d RETURNURL=http://www.example.com/success.html \ -d CANCELURL=http://www.example.com/cancel.html 2. https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC%2d9DP667239P366982S 3. curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=GetExpressCheckoutDetails \ -d VERSION=95 \ -d TOKEN=EC-9DP667239P366982S 4. setOrder (get payerid from above) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoExpressCheckoutPayment \ -d VERSION=95 \ -d TOKEN=EC-9DP667239P366982S \ -d PAYERID=EJH4Q3SLZAE7C \ -d PAYMENTREQUEST_0_PAYMENTACTION=Order \ -d PAYMENTREQUEST_0_AMT=119.95 \ -d PAYMENTREQUEST_0_CURRENCYCODE=USD 5. doAuth (get PAYMENTINFO_0_TRANSACTIONID from above) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoReAuthorization \ -d VERSION=95 \ -d TRANSACTIONID=O-2WK425820M4453342 \ -d AMT=20 \ -d CURRENCYCODE=USD 6. doSettle (get TRANSACTIONID from above and pass as authid) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d PWD=4FUQB7SYGF2HWHG6 \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoCapture \ -d VERSION=95 \ -d AUTHORIZATIONID=6YT40041B01900236 \ -d AMT=19.95 \ -d CURRENCYCODE=USD \ -d COMPLETETYPE=NotComplete 7. doAuth (get PAYMENTINFO_0_TRANSACTIONID from above) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoReAuthorization \ -d VERSION=95 \ -d TRANSACTIONID=O-2WK425820M4453342 \ -d AMT=20 \ -d CURRENCYCODE=USD   ... View more

Maximum number of authorization allowed for the or...

by S12345 Contributor in Sandbox Environment
‎Aug-25-2017 03:08 PM
‎Aug-25-2017 03:08 PM
Hello, We are working on Sandbox account to integration with Paypal Express checkout. We are using Custom Order process and need to do multiple auth/settle for one order. When I try to do second authorization for my custom order, I am getting error below. Can you help me what am I doing wrong? Error Msg: Maximum number of authorization allowed for the order is reached Here is the API request calls I am making- 1. curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=SetExpressCheckout \ -d VERSION=95 \ -d PAYMENTREQUEST_0_PAYMENTACTION=Order \ -d PAYMENTREQUEST_0_AMT=119.95 \ -d PAYMENTREQUEST_0_CURRENCYCODE=USD \ -d RETURNURL=http://www.example.com/success.html \ -d CANCELURL=http://www.example.com/cancel.html 2. https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC%2d9DP667239P366982S 3. curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=GetExpressCheckoutDetails \ -d VERSION=95 \ -d TOKEN=EC-9DP667239P366982S 4. setOrder (get payerid from above) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoExpressCheckoutPayment \ -d VERSION=95 \ -d TOKEN=EC-9DP667239P366982S \ -d PAYERID=EJH4Q3SLZAE7C \ -d PAYMENTREQUEST_0_PAYMENTACTION=Order \ -d PAYMENTREQUEST_0_AMT=119.95 \ -d PAYMENTREQUEST_0_CURRENCYCODE=USD 5. doAuth (get PAYMENTINFO_0_TRANSACTIONID from above) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoReAuthorization \ -d VERSION=95 \ -d TRANSACTIONID=O-2WK425820M4453342 \ -d AMT=20 \ -d CURRENCYCODE=USD 6. doSettle (get TRANSACTIONID from above and pass as authid) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d PWD=4FUQB7SYGF2HWHG6 \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoCapture \ -d VERSION=95 \ -d AUTHORIZATIONID=6YT40041B01900236 \ -d AMT=19.95 \ -d CURRENCYCODE=USD \ -d COMPLETETYPE=NotComplete 7. doAuth (get PAYMENTINFO_0_TRANSACTIONID from above) curl https://api-3t.sandbox.paypal.com/nvp \ -s \ --insecure \ -d USER=sj-facilitator_api1.agilcommerce.com \ -d SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AvLW.D2fIVZH9ws2zETNn1Hbv6x. \ -d METHOD=DoReAuthorization \ -d VERSION=95 \ -d TRANSACTIONID=O-2WK425820M4453342 \ -d AMT=20 \ -d CURRENCYCODE=USD   ... View more
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2025 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • Cookies
  • Policy Updates

The money in your balance is eligible for pass-through FDIC insurance.

The PayPal Cash Mastercard is issued by The Bancorp Bank pursuant to a license by Mastercard International Incorporated. The Bancorp Bank; Member FDIC.

Powered by Khoros