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: add 3DS session support and update to cards endpoint #983

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

alan
Copy link
Contributor

@alan alan commented Nov 12, 2024

Includes card changes to use multi_use and new endpoint with /payments
prefix.

Add support for Create a 3DS session.

BREAKING CHANGE: requiredamulti_use field when creating a card

@alan alan requested a review from a team as a code owner November 12, 2024 12:24
@alan alan self-assigned this Nov 12, 2024
@alan alan changed the title Add 3DS session support and update to cards endpoint feat: Add 3DS session support and update to cards endpoint Nov 12, 2024
@alan alan changed the title feat: Add 3DS session support and update to cards endpoint feat: add 3DS session support and update to cards endpoint Nov 12, 2024
@alan alan force-pushed the PAY-1655 branch 3 times, most recently from 2ce36bb to 654d392 Compare November 12, 2024 12:41
package.json Outdated Show resolved Hide resolved
Includes card changes to use `multi_use` and new endpoint with /payments
prefix.

Add support for Create a 3DS session.

BREAKING CHANGE: requireda`multi_use` field when creating a card
@alan alan merged commit d9eac6a into main Nov 12, 2024
4 checks passed
@alan alan deleted the PAY-1655 branch November 12, 2024 13:25
Copy link
Contributor

@sgerrand sgerrand left a comment

Choose a reason for hiding this comment

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

Drive-by review after the fact, sorry peeps.

}

interface CardRecord {
id: string
live_mode: boolean
multi_use: boolean
unavailble_at: string
Copy link
Contributor

Choose a reason for hiding this comment

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

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.

3 participants