skip to Main Content

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

Paypal api – PayPal REST API returns INVALID_CURRENCY_AMOUNT_FORMAT

response-code: 400 details: name: VALIDATION_ERROR message: Invalid request - see details details: [{ "field": "transactions.amount", "issue": "Cannot construct instance of com.paypal.platform.payments.model.rest.common.Amount, >problem: INVALID_CURRENCY_AMOUNT_FORMAT" }] debug-id: 86ad5783892c3 information-link: https://developer.paypal.com/docs/api/payments/#errors package com.spring.soap.api; @Configuration public class PaypalConfig { @Value("${paypal.client.id}") private String clientId; @Value("${paypal.client.secret}")…

VIEW QUESTION

Paypal api – DUPLICATE_REQUEST_ID error with PayPal Android SDK

2020-01-27 15:51:32.312 1732-1903/com.example.paypalnewdemo E/paypal.sdk: request failure with http statusCode:400,exception: 2020-01-27 15:51:32.317 1732-1903/com.example.paypalnewdemo E/paypal.sdk: request failed with server response:{"name":"DUPLICATE_REQUEST_ID","message":"PayPal-Request-Id header was already used.","information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"882e8b0d78934"} 2020-01-27 15:51:32.318 1732-1732/com.example.paypalnewdemo E/paypal.sdk: DUPLICATE_REQUEST_ID

VIEW QUESTION
Back To Top
Search