Skip to content

Add customer validation endpoint for stripe#126

Merged
s-and-witch merged 2 commits intodevelopfrom
wip/s-and-witch/customer-validation
Feb 4, 2026
Merged

Add customer validation endpoint for stripe#126
s-and-witch merged 2 commits intodevelopfrom
wip/s-and-witch/customer-validation

Conversation

@s-and-witch
Copy link
Contributor

Problem: there is no way to validate customer's email address,
shipping address before we create stipe purchase

Solution: introduce a new endpoint for validating customer
details that would be called by the front end

@s-and-witch s-and-witch force-pushed the wip/s-and-witch/customer-validation branch from 6652437 to 452f010 Compare February 2, 2026 13:37
Problem: there is no way to validate customer's email address,
  shipping address before we create stipe purchase

Solution: introduce a new endpoint for validating customer
  details that would be called by the front end
@s-and-witch s-and-witch force-pushed the wip/s-and-witch/customer-validation branch from 452f010 to 77253a7 Compare February 2, 2026 13:50

else
( { model | isPaymentProcessing = provider == Helcim }
( { model | isValidating = True }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This will be set to False for stripe inside stripeValidateCheckoutResultHandler.

@s-and-witch s-and-witch merged commit 753af54 into develop Feb 4, 2026
4 checks passed
@s-and-witch s-and-witch deleted the wip/s-and-witch/customer-validation branch February 4, 2026 07:58
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.

2 participants

Comments