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?
If the user_action field in the /v2/checkout/orders interface is pay_now, is a capture order required?
Currently, the one-time payment function is implemented through /v2/checkout/orders interface。
If the user_action field in the /v2/checkout/orders interface is pay_now, is a capture order required?
PayPal JS SDK buttons and Orders API: How to set the billing address country?
I’m trying to change the default billing country in the PayPal payment form with no luck.
How to change the billing country in the PayPal API?
I’m trying to change the default billing country in the PayPal payment form with no luck.