-
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
fix(openapi): Standardise API naming scheme for V2 #6510
base: main
Are you sure you want to change the base?
Conversation
api-reference-v2/api-reference/merchant-account/business-profile--list.mdx
Outdated
Show resolved
Hide resolved
api-reference-v2/api-reference/merchant-account/profile--list.mdx
Outdated
Show resolved
Hide resolved
api-reference-v2/api-reference/payments/payments--session-token.mdx
Outdated
Show resolved
Hide resolved
api-reference-v2/api-reference/profile/merchant-connector--list.mdx
Outdated
Show resolved
Hide resolved
9cd6b49
to
9e2c9c1
Compare
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.
Any changes touches v1?
Added description for fields in |
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.
Cypress changes, LGTM
f560fd9
|
||
/// Payment Method - Update | ||
/// | ||
/// Update an existing payment method of a customer. This API is useful for use cases such as updating the card number for expired cards to prevent discontinuity in recurring payments. |
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.
Are we sure we allow this card number update as of now?
Type of Change
Description
Use kebab-case for all API endpoints in V2
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy