skip to Main Content

Paypal api – PayPal Rest API suddenly got Instrument_Declined error

"{"name":"INSTRUMENT_DECLINED","message":"The instrument presented was either declined by the processor or bank, or it can't be used for this payment.","information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"21fe4e5f2f8b3"}" PayPal blog https://developer.paypal.com/docs/checkout/integration-features/funding-failure/says It is a issue with funding source but It was working fine with all the funding source before

VIEW QUESTION

Paypal api – PayPal Smart-Buttons (Subscription) update_client_config_error

I am trying to implement the PayPal-Smart-Buttons to my website for a subscription. I copied the code from the PayPal docs (https://developer.paypal.com/docs/subscriptions/integrate/#subscriptions-with-smart-payment-buttons). So my code looks like this: <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> </head> <body> <script…

VIEW QUESTION

Paypal api – not able to revise paypal subscription

I am trying to upgrade the plan of paypal subscription using Rest API. https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_revise This is the documentation I am following. But I am getting the following error : {"name":"UNPROCESSABLE_ENTITY","message":"The requested action could not be performed, semantically incorrect, or failed…

VIEW QUESTION
Back To Top
Search