• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
docs.
France
Spain
Europe (English)
India
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

KR.getPaymentMethods()

Description

Cette méthode liste les moyens de paiement disponibles et associés à la boutique. Le marchand connaît en temps réel les moyens de paiement à sa disposition.

This method returns a promise.

Example of integration

You must implement the function described in the header of your payment page, after loading our main JavaScript library (kr-payment-form.min.js), as well as the associated style sheets.

const result = await KR.getPaymentMethods();
console.log(result);
// result
{
  "paymentMethods": ["PAYPAL", "CARDS", "APPLE_PAY"],
  "cardBrands": ["VISA", "MASTERCARD"]
 }
Jobs
Legal
GDPR
25.18-1.11