paypal direct payment error on sandbox

后端 未结 2 1056
故里飘歌
故里飘歌 2021-02-06 19:15

Helo all,

I want to test Direct Payment on Sandbox.

According to Paypal

"To test direct payment, you must first create a test business acc

2条回答
  •  春和景丽
    2021-02-06 19:50

    Don't use the test card numbers; they're for Payflow Pro.
    Use any Visa card number adhering the Luhn algorithm, with any expiry date and any CVV code (but preferably something 'neutral', such as 000).

    E.g. VISA 16 digit

    4539644852839411
    4916985889534399
    4532097446064367
    4485179022551897
    4539900745341886
    4024007169148268
    4024007136243697
    4916509257154174
    4916407734970124
    4929371306022430
    4485211356602036
    4916165218627327
    4716027688991769
    4929468741933781
    4485270162834753
    4916077487725650
    4916623903076903
    4539664564248123
    4725765424431181
    4024007194632823

    Expiry date: 05/2015
    CVV/CSV code: 000

    (Via DarkCoding)

    Keep in mind that Sandbox doesn't connect to any external card processors, so if you need to test any error handling, you'd need to enable "Negative Review" on your Sandbox test account via https://developer.paypal.com/ and pass specific amounts / CVV codes to trigger a specific error code.
    (For example, sending AMT=100.02 to trigger the 10002 API error code. See the Sandbox User Guide for more details.)

提交回复
热议问题