2017-09-06 5 views
0

Ich mache eine volle Rückerstattung und bekomme diese Fehlermeldung.Sandbox Rest api bekommen "INTERNAL_SERVICE_ERROR" mit Erstattungsvorgang

RefundRequest refund = new RefundRequest(); 
    Sale sale = new Sale(); 
    sale.setId(paymentId); 

    try { 
     sale.refund(context, refund); 
    } catch (PayPalRESTException e) { 
     throw new PaymentException(e); 
    } 

response-code: 500 details: name: INTERNAL_SERVICE_ERROR message: An internal service error occurred. details: null debug-id: ddc5e8373a92c information-link: https://developer.paypal.com/webapps/developer/docs/api/#INTERNAL_SERVICE_ERROR

Antwort

Verwandte Themen