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 requested review from aashu331998 and sh-iv-am and removed request for aashu331998 August 12, 2024 10:12
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