We have used Stripe in our payment. But we had problem when collect Shipping address of customer. So can you give me API call of shipping address to use for Cs-Cart ?
Current Cs-Cart collect only Credit card info & zip code
We have used Stripe in our payment. But we had problem when collect Shipping address of customer. So can you give me API call of shipping address to use for Cs-Cart ?
Current Cs-Cart collect only Credit card info & zip code
Do you mean Stripe or Stripe Connect?
Current i use Stripe
Do you mean Stripe or Stripe Connect?
Also you can recommend to me Best Payment method online include Credit card info & shipping address of customer to charge Credit card. Thank you !
Do you mean Stripe or Stripe Connect?
Current i use Stripe
In the current Stripe integration I can see nothing related with customer address (even zipcode)
I try test order test mode in 4.12.2 stripe still have zip code. So i don't know Stripe Connect can dev more API call. Maybe i try to get help from Stripe Support to dev code
In the current Stripe integration I can see nothing related with customer address (even zipcode)
Current Cs-cart send only postal_code
So Strip need this info below to send to Payments. So anyone can add more in dev stripe ?
In the current Stripe integration I can see nothing related with customer address (even zipcode)
Current Cs-cart send only postal_code
Where did you find it?
I test demo Cs-Cart 4.11.2 & setup Stripe. So Zip/postal code included auto from Billing info when enter Credit card.
This is Zip/code show in Payment method when checkout
it is clear now. Looks like zipcode here used only for card validation
https://stripe.com/docs/js/element/postal_code_formatting
Other address details are not supported
Yes. So i want add billing address when order to make sure correct address of card of customer. If have any problem customer don't complant about address
I request Strip & have this answer:
I hope you are having a wonderful day so far. Thank you for replying and letting us know about your concern. I understand that you are having issues collecting your customer's shipping address and you would like assistance on how to do so via an API call. I will be happy to guide you through the problem.
You can definitely collect your customer's shipping address using the API call. To do so, you should consider this information is usually associated with the customer object, therefore when you are creating a payment, you should take into consideration it is necessary to create a customer object that collects this information. The customer object has a parameter that should definitely help you with your request: shipping.address. You can check more about this API object and its parameters here:
https://stripe.com/docs/api/customers/object
On the other hand, I noticed that most of your payments seem to have been created from the Dashboard. Therefore, you should be able to manually add their shipping addresses if you require it. To do so, please follow these steps:
1. Go to the customers tab and look for a customer whose address is missing.
2. Look for a button that says "actions" in the top right corner, and click on it.
3. Click on edit information.
4. You would now see the option to update your customer's billing or shipping details.
5. Click on update customer. And that's it. All of the future payments associated with this customer should include their shipping address.
it is clear now. Looks like zipcode here used only for card validation
https://stripe.com/docs/js/element/postal_code_formatting
Other address details are not supported
Looks like customers are not created in the current integration. Additional custom development work is required to do it