cancel
Showing results for 
Search instead for 
Did you mean: 

Credit Card error "An error occurred on the server. Please try to place the order again"

Credit Card error "An error occurred on the server. Please try to place the order again"

when I proceed with the payment by credit card there is this error:

 

Schermata 2018-04-11 alle 08.48.38.jpg

 

I reproduced the error on the server but no errors are recorded.

I checked with Chrome Developer tools and I see this error:

Code:
POST https://store.clan.it/index.php/it/rest/it/V1/carts/mine/payment-information 400 ()


The error URL leads to the following page:

https://store.clan.it/index.php/it/rest/it/V1/carts/mine/payment-information

The error seems related to the application

1 REPLY 1

Re: Credit Card error "An error occurred on the server. Please try to place the order again&quo

Il cliente non è autorizzato ad accedere a %resources - Its showing like "The customer is not authorized to access% resources"

 

As its trying to connect via api , and you have given parameter "self" - that means you needed access token of that customer and need to pass it for the same.

 

This error is coming because here   your customer token either expired or invalid.

 

Kindly update the access token of API with the new one and then check it for the same.

 

if issue solved,Click Kudos & Accept as Solution