Solved

County can't be blank. ApplePay method

MihailStoica
Tourist
3 1 0

Hello there, I'm currently working on a mobile app using the MobileBuySDK iOS.
I've ran into a problem when implementing the applePay payment method.
Basically when creating a shipping address via applePay pop-up, it does not offer a province/state/county field. After creating the address I have to call your "checkoutShippingAddressUpdateV2" method but in your api the "province" field is REQUIRED and can not be blank.
I am not able to complete a applePay procedure using "checkoutCompleteWithTokenizedPaymentV3" since of this "province" field being empty.

Please help!

Accepted Solution (1)

MihailStoica
Tourist
3 1 0

This is an accepted solution.

Nevermind, found that I could simply not send the province field in the MailingAddressInput...

View solution in original post

Reply 1 (1)

MihailStoica
Tourist
3 1 0

This is an accepted solution.

Nevermind, found that I could simply not send the province field in the MailingAddressInput...