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

[pay] render additional information from payment link configuration #29

Open
soltoshi opened this issue Aug 15, 2022 · 0 comments
Open
Assignees
Milestone

Comments

@soltoshi
Copy link
Owner

soltoshi commented Aug 15, 2022

The merchant should be able to collect some information as part of fulfillment.

  • email
  • shipping address
  • phone number

This can be stored on the payment link model as a map collect_details

interface CollectDetails {
  email: boolean;
  shipping_address: boolean;
  phone: boolean;
}

these values should default to false. The merchant will have a chance to determine whether these are collected when creating the payment link from a selector (dropdown or stack).

@soltoshi soltoshi self-assigned this Aug 15, 2022
@soltoshi soltoshi added this to the Payment flow milestone Aug 15, 2022
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

No branches or pull requests

1 participant