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

Pass required_billing_contact_fields field in apple pay session call based on dynamic fields #4602

Closed
ShankarSinghC opened this issue May 9, 2024 · 0 comments · Fixed by #4601
Assignees
Labels
A-payment-methods Area: Payment Methods C-feature Category: Feature request or enhancement

Comments

@ShankarSinghC
Copy link
Contributor

ShankarSinghC commented May 9, 2024

This change is required as part of the one click checkout where in which we expect apple pay to collect the billing details from the customer and pass it in the confirm call with the payment_data.
In order for apple pay to collect the billing details from customer we need to pass"requiredBillingContactFields": ["postalAddress"] in the /session call. Hence we need to have a validation in the backend that checks for the dynamic fields for a specific connector and pass the required_billing_contact_fields to sdk.

@ShankarSinghC ShankarSinghC added C-feature Category: Feature request or enhancement A-payment-methods Area: Payment Methods labels May 9, 2024
@ShankarSinghC ShankarSinghC self-assigned this May 9, 2024
@ShankarSinghC ShankarSinghC changed the title Pass required_billing_contact_fields field in apple pay seession call based on dynamic fields Pass required_billing_contact_fields field in apple pay session call based on dynamic fields May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-payment-methods Area: Payment Methods C-feature Category: Feature request or enhancement
Projects
None yet
1 participant