doushang2571 2017-05-18 12:49
浏览 134
已采纳

PayPal PHP API,信用卡和借记卡的处理方式相同吗?

I am using the PayPal PHP API within a Laravel 5 install. It works great, and I am taking payments perfectly in the sandbox environment.

I am wanting to process both credit and debit cards.

I am really finding it hard to find anything online regarding if there is any different call for debit cards, the below code seems to work for all my test sandbox test cards.

Does anybody know if there is another call for processing debit cards?

$payer->setPaymentMethod('credit_card')

Massive thanks in advance!!!

  • 写回答

1条回答 默认 最新

  • duanluo5096 2017-05-18 16:13
    关注

    As long as the type of card (Visa, MasterCard, Amex, etc..) is supported by the processor, the transaction will be processed regardless of the fund source associated with the card. Debit, credit and prepaid describe the type of funds attached to the card but do not change how the card is handled by the merchant.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?