Skip to content

Commit

Permalink
feat: add 3ds config for retry
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Aug 27, 2024
1 parent ee79bb7 commit 5622f3f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cypress-tests/cypress/e2e/RoutingUtils/Autoretries.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,25 @@ export const connectorDetails = {
},
},
},
StripeConfirm3DS: {
Request: {
payment_method: "card",
payment_method_type: "debit",
payment_method_data: {
card: card_1142,
},
currency: "USD",
customer_acceptance: null,
setup_future_usage: "on_session",
},
Response: {
status: 200,
body: {
status: "requires_customer_action",
connector: "stripe",
},
},
},
StripeConfirmSuccess: {
Request: {
payment_method: "card",
Expand Down

0 comments on commit 5622f3f

Please # to comment.