- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good afternoon, I am an online service merchant. I have finished test on sandbox PayPal Express Checkout and trying to integrate on live now. But, the biggest difference on live is: After approving from checkout UI, the money is still temporarily on hold and the buyer must final confirm by clicking "confirm receipt". This is not occure on sandbox environment, money will be credited directly to merchant account. I have try to integrate both IPN and Webhook to listen event but none of them can catch this event "confirm receipt". Please help me to handle this event, because if I can not listen it, my service can't perform automatically. Thanks so much for help, any adivice or suggestion is really appriciated.
Solved! Go to Solution.
- Labels:
-
PayPal HTML Buttons
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Webhook will send 2 event "Payment sale completed", first is user approve checkout "payment_hold_status": "HELD" and second is user confirm receipt "payment_hold_status": "RELEASED". Thanks @Preston PHX from stackoverflow, I don't notice carefully.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Webhook will send 2 event "Payment sale completed", first is user approve checkout "payment_hold_status": "HELD" and second is user confirm receipt "payment_hold_status": "RELEASED". Thanks @Preston PHX from stackoverflow, I don't notice carefully.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- p is not a function error using the example downloaded from Paypal in SDKs
- Advance checkout in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs