Relative Content

Tag Archive for paypalpaypal-rest-sdk

How to handle PAYMENT.CAPURE.DECLINED Event

after the capture interface is called by the server, the server’s webhook interface receives PAYMENT.CAPURE.DECLINED event What should the server do next after the ? Can I directly set my order as failed?

replacing the active capture on the page PAY_NOW?

Is it possible to actively pull orders to be captured by receiving CHECKOUT.ORDER.APPROVED events and scheduled tasks to capture, Replace the capture of active calls to the backend interface on the PAY_NOW page?

Paypal Rest v2 Update custom_id

When updating a paypal order using rest v2 api, we would typically do it like below according to the documentation at https://developer.paypal.com/docs/api/orders/v2/#orders_patch

What causes pending transactions? PayPal API

I have a live app integrated with PayPal api. One of my customers made a transaction with a merchant on my platform, but the status of the payment capture is PENDING with the status_details reason being PENDING_REVIEW. What could be causing the transaction to be pending review? Is there anything I or the merchant can do to resolve this transaction or will it automatically be resolved? Was also wondering if there’s a PayPal api I can use to monitor the status of the transaction? Any help is appreciated!

PayPal REST API /v2/scim/Users Endpoint Hangs Indefinitely

As the title states, the /v2/scim/Users endpoint hangs indefinitely when I try to make a request to it, so far both in Node JS code and from Postman. As far as I can tell, I’m implementing my HTTP request according to the documentation:

PayPal ITEM_TOTAL_MISMATCH issue

I am facing “ITEM_TOTAL_MISMATCH” issue in PayPal api. I am calling “v2/checkout/orders” api. Quantity is 105 and amount is $115. Unit amount is $1.095238095238095 but PayPal api accept only up to 2 decimals so round off is $1.10. I also tried $1.09 but both time getting error “ITEM_TOTAL_MISMATCH”. Please help me to fix this issue.