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: added payment method - bancontact card #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Shivam25092001
Copy link
Contributor

@Shivam25092001 Shivam25092001 commented Aug 12, 2024

ADDED

  • Payment method: Bancontact card
Screenshot 2024-07-30 at 6 34 25 PM

TESTING

  • Create the payment intent using: (eligible currency: EUR, country: AT (any European country))
var paymentIntent = await hyper.paymentIntents.create({
      amount: 2999,
      currency: 'EUR',
      },
    });
  • Test cards [connector: adyen]
    image

@Shivam25092001 Shivam25092001 force-pushed the feat-pm-bancontact-card branch from f412ca1 to 27bf1de Compare November 14, 2024 09:04
@25harsh 25harsh force-pushed the main branch 2 times, most recently from 3988dd0 to 3230e5e Compare November 20, 2024 09:06
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.

1 participant