You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When can we expect these features to be available with PHP SDK ?
We are mainly interested in providing "express" experience at product details with a single button for Apple/Google pay that would auto load the customer's address, address would be sent to the website for registration or order association (via the shipping address changed webhook), shipping rates calculation, possibly taxes and discount calcultions which would provide new order due amount at payment window.
Ideal solution in this matter is that server sends multiple shipping options (such as pick up in store = 0gbp or DPD next day = 10gbp and customer would still be able to pick up his prefered method )
There are thousands of shipping options at the store so we cannot use Stripe's standard shipping rates for the checkout APIs and we would welcome the webhooks for this purpose.
Thank you, best regards, Stan
Describe the solution you'd like
Please prefer most used webserver programming language (PHP) as first and node.js as secondary
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello, we are trying to implement "shipping rate requests by server" using this guide
https://docs.stripe.com/payments/checkout/custom-shipping-options
while our backend API is PHP based.
When can we expect these features to be available with PHP SDK ?
We are mainly interested in providing "express" experience at product details with a single button for Apple/Google pay that would auto load the customer's address, address would be sent to the website for registration or order association (via the shipping address changed webhook), shipping rates calculation, possibly taxes and discount calcultions which would provide new order due amount at payment window.
Ideal solution in this matter is that server sends multiple shipping options (such as pick up in store = 0gbp or DPD next day = 10gbp and customer would still be able to pick up his prefered method )
There are thousands of shipping options at the store so we cannot use Stripe's standard shipping rates for the checkout APIs and we would welcome the webhooks for this purpose.
Thank you, best regards, Stan
Describe the solution you'd like
Please prefer most used webserver programming language (PHP) as first and node.js as secondary
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: