Inhalte aufrufen

Profilbild

V5.1 Stripe checkout doesn't include shipping?

checkout stripe shipping

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 dstove

dstove

    Newbie

  • Members
  • Punkt
  • 5 Beiträge

Geschrieben: 12 November 2024 - 01:35

Hi, 

I've just installed the Stripe plugin for my shopping cart.

My order is for $20 + $29 + shipping calculated at $15 = $64.00

When I select Stripe as my payemnt type, the customer is only charged $49.00.

 

Any idea how to fix this? I post large items so post can be up to $200!

 

Request POST body

 
{
 
"amount": "4900",
 
"automatic_payment_methods": {
 
"enabled": "True"
 
},
 
"capture_method": "automatic",
 
"currency": "nzd",
 
"metadata": {
 
"CustomerId": "1"
 
}
 

}

 

Regards

Dominic

 



#2 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3499 Beiträge

Geschrieben: 18 November 2024 - 20:02

Hi Dominic,

 

when using the stripe plugin from the offcanvas cart or the cart page, there is no shipping cost calculated yet. So the current subtotal will be displayed in the Stripe terminal. Before the order is sent an update of the transaction is performed whcih will addd the current shipping cost. 

 

Regards,

Michael


Michael Herzog
Smartstore AG