Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow stripe to collect billing address #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anuragphadnis2503
Copy link

All payments in foreign currencies require the billing address information to be collected, stripe allows to collect billing address collection in the checkout API. Since not everyone wants to save address in their database there are many use cases where this should be handled by stripe. For E.g. while using killbill only as a generic payment gateway.

I have added the parameter in the checkout API which can be set to allow billing address collection. The flag value is described in the stripe documentation here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant