-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
我輸入以下程式碼但 getPrimeWithCard not found,請問有類似的方法可以用嗎
TPDirect.card.getPrimeWithCard({
number: '4242 4242 4242 4242', // 信用卡號
dueMonth: '01', // 到期月份
dueYear: '2025', // 到期年份
ccv: '123', // 信用卡驗證碼
onSuccess: function(result) {
// 取得 prime 成功,處理回傳的結果
console.log(result);
},
onFail: function() {
// 取得 prime 失敗,顯示錯誤訊息
alert('取得 prime 失敗');
}
});
Metadata
Metadata
Assignees
Labels
No labels