hyperswitch
feat(mandates): recurring payment support for bank redirect and bank debit payment method for stripe
#1119
Merged

Commits
  • store_bank_debit_data_in_metadata
    hrithikesh026 committed 1 year ago
  • feat(core): added support for recurring payments for bank debit for stripe
    hrithikesh026 committed 1 year ago
  • refactor
    hrithikesh026 committed 1 year ago
  • code refactor
    hrithikesh026 committed 1 year ago
  • nightly fmt
    hrithikesh026 committed 1 year ago
  • resolved merge conflicts
    hrithikesh026 committed 1 year ago
  • resolved merge conflicts
    hrithikesh026 committed 1 year ago
  • added mandate_metadata to RouterData constructors in tests directory
    hrithikesh026 committed 1 year ago
  • resolve conflicts
    hrithikesh026 committed 1 year ago
  • resolved conflicts
    hrithikesh026 committed 1 year ago
  • use internally tagged enum for StripeMandateType
    hrithikesh026 committed 1 year ago
  • resolve conflicts
    hrithikesh026 committed 1 year ago
  • resolving conflicts
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • refactor code
    hrithikesh026 committed 1 year ago
  • feat(mandates): recurring payment support for bank debit payment method for stripe - code refactor
    hrithikesh026 committed 1 year ago
  • Merge branch 'recurring_payment_support_bank_debit_stripe' of https://github.com/juspay/hyperswitch into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • initial commit
    hrithikesh026 committed 1 year ago
  • Merge branch 'bank_redirect' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • added Pending to StripePaymentStatus enum
    hrithikesh026 committed 1 year ago
  • support for recurring payment for bank redirect
    hrithikesh026 committed 1 year ago
  • added comment
    hrithikesh026 committed 1 year ago
  • refactor stripe's PaymentIntentRequest to remove redundant lines or code
    hrithikesh026 committed 1 year ago
  • resolve conflicts
    hrithikesh026 committed 1 year ago
  • still resolving conflicts
    hrithikesh026 committed 1 year ago
  • resolving conflicts
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • update setup_mandate_details field creation for stripe Intent request
    hrithikesh026 committed 1 year ago
  • +nighly fmt
    hrithikesh026 committed 1 year ago
  • feature: support for recurring bank redirect payment for stripe
    hrithikesh026 committed 1 year ago
  • +nighly fmt
    hrithikesh026 committed 1 year ago
  • +nighly fmt
    hrithikesh026 committed 1 year ago
  • removed unwanted code
    hrithikesh026 committed 1 year ago
  • resolve conflicts
    hrithikesh026 committed 1 year ago
  • remove unwanted code
    hrithikesh026 committed 1 year ago
  • +nightly fmt
    hrithikesh026 committed 1 year ago
  • removed unwanted code
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • resolve conflicts
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into support_recurring_payment_for_bank_redirect_stripe to resolve conflicts
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into support_recurring_payment_for_bank_redirect_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into support_recurring_payment_for_bank_redirect_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into support_recurring_payment_for_bank_redirect_stripe
    hrithikesh026 committed 1 year ago
  • save payment_method_type when doing a transaction
    pixincreate committed 1 year ago
  • remove declaration for direct statement'
    pixincreate committed 1 year ago
  • Merge branch 'save_payment_method_type' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • fix: fetch PaymentMethodType from payment_methods table
    hrithikesh026 committed 1 year ago
  • Merge branch 'recurring_payment_support_bank_debit_stripe' into support_recurring_payment_for_bank_redirect_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into support_recurring_payment_for_bank_redirect_stripe
    hrithikesh026 committed 1 year ago
  • resolve confilcts
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • chore: +nightly fmt
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into support_recurring_payment_for_bank_redirect_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'support_recurring_payment_for_bank_redirect_stripe' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • fix: add Option<StripePaymentMethodDetailsResponse> to payment_method_details in struct StripeCharge
    hrithikesh026 committed 1 year ago
  • chore: +nightly fmt
    hrithikesh026 committed 1 year ago
  • Merge branch 'support_recurring_payment_for_bank_redirect_stripe' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • fix: add appropriate error message
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • chore: refactor previosly written code
    hrithikesh026 committed 1 year ago
  • chore: refactor previosly written code
    hrithikesh026 committed 1 year ago
  • chore: openapi_spec.json generation
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • fix: add missing type in match
    hrithikesh026 committed 1 year ago
  • chore: resolve conflicts
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into recurring_payment_support_bank_debit_stripe
    hrithikesh026 committed 1 year ago
  • chore: address constant_time_eq version issue
    hrithikesh026 committed 1 year ago
  • chore: generate openapi_spec.json
    hrithikesh026 committed 1 year ago
  • fix: remove duplicate billing_detail from StripeBankRedirectData
    hrithikesh026 committed 1 year ago
  • fix: update ConnectorCallType to Trigger for Pending response in PaymentRedirectFlow for Stripe. To support mandate payment for bank redirect
    hrithikesh026 committed 1 year ago
Loading