信用卡号码和java中的到期日期检查

时间:2011-04-19 07:33:50

标签: java struts credit-card payment-processing

在struts 1.3中,我有一个payment.jsp,

  • 信用卡号码。
  • 信用卡类型。
  • 持卡人姓名。
  • 到期日。
  • CVV号码。
  • 评论。

行动表格PaymentForm具有creditCardNumber的验证为

!GenericValidator.isCreditCard(creditCardNumber)

, & expairy date to select the MM & YYYY.

我的问题是,在提交按钮然后应该有一个API(标准),它应该验证信用卡详细信息并处理付款。 那我应该使用哪种API?

1 个答案:

答案 0 :(得分:1)

您需要Payment Service Provider的(付费)订阅并使用他们可能提供的API。通常,您需要生成一个URL并使用此URL发布帖子。