Revolut商人API,沙盒付款失败

问题描述

我正在尝试实现RevolutCheckout.js

它从一开始就起作用,直到突然间它停止工作并一直插入卡片详细信息后出现500错误

我已从文档中复制了准确​​的代码

RevolutCheckout('generated_public_id','sandBox').then(function (RC) {
        RC.payWithPopup({
            name: "First Last",email: "customer@example.com",billingAddress: {
                countryCode: "UK",region: "Greater London",city: "London",streetLine1: "Revolut",streetLine2: "1 Canada Square",postcode: "EC2V 6DN"
            },onSuccess() {
                window.alert("Thank you!");
            },onError(message) {
                window.alert("Oh no :(");
            },onCancel() {
                window.alert("Payment cancelled!")
            },})
    });

The error I get every time

我什么都没做,以前没用。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)