使用Paypal的iOS信用卡定期付款 [英] iOS Credit card recurring payment with paypal

查看:116
本文介绍了使用Paypal的iOS信用卡定期付款的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Paypal为iOS开发人员发布了新的SDK: PayPal iOS SDK

Paypal has released new SDK for iOS developer : PayPal iOS SDK

此SDK允许两种付款方式:

This SDK allow two kind of payment:

  1. 单笔付款
  2. 未来付款

我需要在我的应用中实施未来付款",因此用户只需输入一次其付款详细信息即可. 并且每隔一段时间就会自动转帐金额.

I need to implement Future payments in my app so user only have to enter his payment detail one time. And every other time Amount is transfer automatically.

问题:可以使用PapPal帐户和信用卡进行单笔付款,但将来的付款仅适用于PayPal帐户(

Problem : Single payments can be done with PapPal account and Credit Card but Future payments is only work with PayPal Account (Make future payments).

作为其他选择,我尝试 Authorize.net ,但它不允许使用iOS SDK进行自动重复计费(ARB)选择API .

As other option I try Authorize.net But it don't allow Automated Recurring Billing (ARB) with iOS SDKChoose an API.

我认为另一种选择是使用 Rest API 进行信用卡付款.我使用 card.io 扫描信用卡,并使用REST API进行转移.我会保存此详细信息以备将来使用,并且每次用户要求付款时,我都会通过REST API使用此保存的详细信息.但是我不太确定这个选项.

One other option I think is doing credit card payment with Rest API. I scan credit card with card.io And use REST API to make transfer. I save this detail for future use and every time user require payment I use this saved detail with REST API. But I am not very sure with this option.

那么我该如何在我的应用程序中开发此类功能,以使用户不必输入他的信用卡详细信息?是吗 贝宝或Authorize.net有任何可能的方式吗?或我必须使用其他付款网关,例如条带.

So how can I develop such functionality in my app so that user don't have to enter his Credit card detail? Is it any way possible with PayPal or Authorize.net? or I have to go for other payment gateway like stripe.

推荐答案

@ pRD @ CRDave,来自PayPal的Dave.

@CRDave, Dave from PayPal here.

您是正确的,PayPal iOS SDK当前不包括为未来的付款授权信用卡的选项.

You're correct that the PayPal iOS SDK does not currently include the option of authorizing a credit card for Future Payments.

您还正确的是,直接使用REST API将允许您将用户的信用卡信息保存在PayPal保险柜中,以便以后可以在以后为同一张卡计费.听起来这很适合您的情况.

You're also correct that directly using the REST API will allow you to save the user's credit card information in the PayPal Vault, so that you can subsequently bill the same card in the future. It sounds like this would work fine for your case.

这篇关于使用Paypal的iOS信用卡定期付款的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆