this.createCryptogram = function () {
var result = checkout.createCryptogramPacket();
if (result.success) {
// сформирована криптограмма
alert(result.packet);
}
else {
// найдены ошибки в введённых данных, объект `result.messages` формата:
// { name: "В имени держателя карты слишком много символов", cardNumber: "Неправильный номер карты" }
// где `name`, `cardNumber` соответствуют значениям атрибутов ``
for (var msgName in result.messages) {
alert(result.messages[msgName]);
}
}
};
$(function () {
/* Создание checkout */
checkout = new cp.Checkout(
// public id из личного кабинета
"test_api_pk_763343962bf0edd59a9a9ad01e744",
// тег, содержащий поля данных карты
document.getElementById("paymentFormSample"));
});
We are happy to help you choose the best KATSU stones for your project. It's completely free.
We mention our partners in posts and publications
KATSU is inviting creative designers, architects and decorators, design bureaus and interior studios to partner with us. We have a special offer for you. Please fill out the form and we will contact you to discuss the terms.
Please fill out the form to get your personal offer