Relative Content

Tag Archive for paypalpaypal-sandbox

PayPal v2 API Patching failed because of JSON pointer error

I am creating a customer PayPal Class. The current flow is the user orders, clicks paypal, and approves the price. Once approved, we collect the delivery address from PayPal, and get a shipping price. We then update the order with the delivery price and updated Vat and Total Order Value.

paypal Transaction Search API payment status stuck on Success

i currently use the Transaction Search API from Paypal to get a list of transactions, however i have issues getting updated transaction_status, for example:

client pays transaction_status = S explained here , then the client later decides to refund the payment through his paypal account, now the transaction_status should be set to Status code “V”, but the same transaction appears under “S” => success, ive waited for 1 hour but updates still dont take place, some say for new transactions there can be 3h or 24h delay.

but is there any fix to transaction update ? does paypal have a API Request that i can call to update the given transaction within the 31 day limit , i dont want to wait for 24 hours or more for my transactions to be updated?