#Chetna Ingle
1 messages · Page 1 of 1 (latest)
Currently, spending_controls support merchant category and spending limit. Postal code is not supported: https://stripe.com/docs/issuing/controls/spending-controls
Thanks. Could you suggest a better way of making it happen?
What do you mean by shipping postal code? Are you referring to seller/merchant's postal code? For example, the merchant's postal code is not in the allowed list?
If you are referring to allowing only merchant's postal code, you can check whether merchant_data.postal_code is in allowed list during your authorisation approval process: https://stripe.com/docs/api/issuing/authorizations/object#issuing_authorization_object-merchant_data-postal_code
no.. I am referring to shipping post code/zipcode. For example, if I shop on amazon.com using my stripe virtual card and to ship those products, I enter my shipping address which also contains my shipping postcode/zipcode, the transaction should go through only if that shipping zipcode is one of the allowed postcode/ zipcodes.
Shipping address is collected by the merchants/sellers themselves and it's not passed to the network. It's not possible to control the spending by shipping postal code.
No problem! Happy to help 😄