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

feat(payment-url): generate payment url for stripe and adyen #1628

Merged
merged 5 commits into from
Feb 5, 2024

Conversation

lovrocolic
Copy link
Collaborator

Context

Some customers don’t have payment methods that accept recurring payments (ie: card payments in India) and currently it is not possible to fetch one-time payment link when invoice payment status is failed.

Description

This PR adds a logic for stripe and adyen in order to generate one time payment link

@lovrocolic lovrocolic changed the title feat( payment-url): generate payment url for stripe and adyen feat(payment-url): generate payment url for stripe and adyen Jan 24, 2024
@lovrocolic lovrocolic force-pushed the payment-providers-one-time-payment branch from 69411dd to c9a2111 Compare January 25, 2024 10:39
@lovrocolic lovrocolic force-pushed the payment-providers-one-time-payment branch from c9a2111 to 8a330e4 Compare January 25, 2024 14:30
Copy link
Contributor

@jdenquin jdenquin left a comment

Choose a reason for hiding this comment

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

LGTM

* setup invoice payment url retrieval

* fix specs

* small update

* add small fix

* fix linter issues

* feat(payment-url): handle incoming webhooks (#1644)

* handle incoming webhooks

* fix linter issues
@lovrocolic lovrocolic merged commit 6ff82e4 into main Feb 5, 2024
4 of 5 checks passed
@lovrocolic lovrocolic deleted the payment-providers-one-time-payment branch February 5, 2024 10:12
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.

None yet

3 participants