-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(connector): [Paypal] implement vaulting for paypal cards via zero mandates #5324
Conversation
fde6085
to
19cb59c
Compare
…pal-wallet-vaulting-while-purchasing
8ce2657
to
6020ff0
Compare
…pal-wallet-vaulting-while-purchasing
…pal-wallet-vaulting-while-purchasing
…pal-wallet-vaulting-while-purchasing
billing_address: Option<Address>, | ||
expiry: Option<Secret<String>>, | ||
name: Option<Secret<String>>, | ||
number: Option<cards::CardNumber>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is card number option?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are using the same struct CardMandateRequest
for request and response of Zero Mandate Payment and in response they are not sending field number
fb9fa78
…o mandates (#5324) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: swangi-kumari <[email protected]>
…o mandates (#5324) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: swangi-kumari <[email protected]>
Type of Change
Description
This PR implements Vaulting for 0 amount while purchasing(Zero Mandate flows) for Paypal connector for Card payment method.
Additional Changes
Motivation and Context
How did you test it?
Response
payment_method_id
Response
Response
mandate_id
(recurring payment)Response
Cypress Test
Checklist
cargo +nightly fmt --all
cargo clippy