Adding billing address to Adyen Web SDK

旧街凉风 提交于 2019-12-25 01:11:03

问题


Im using Adyen Web SDK. I'm trying to figure out how to add billing address as mandatory fields on the UI. Currently it looks like:

The adyen documentation is woeful, and there's no mention of how to add billing address fields. They have a section on customisations, but there are few options, and adyen don't even give a list of the possible values. See here: https://docs.adyen.com/developers/checkout/web-sdk/customization/settings

If I look in their documentation on localisation, it appears that billing address fields can be customised i.e. different translations. Yet there's no place where they say how to turn on billing address in the first place.

Has anyone successfully managed this? I've already put this question to adyen, with no reply yet.


回答1:


edit: removed previous answer, was incorrect.

It is not possible to collect address using the SDK. You would have to provide the address when initializing the Web SDK session: /paymentSession.



来源:https://stackoverflow.com/questions/54732404/adding-billing-address-to-adyen-web-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!