Computer
Computer

Reputation: 2227

Paypal notify_url and credit card payment

Under my Sandbox account, i can't find an option to generate a fake credit card to test. When i look at the credit card section there's no option to generate one either.

I have a HTML form that calls PayPal and the user can make payments using their PayPal account and have set notify_url to receive the response.

If the user pays with their card, would the notify_url pick up the response too as it would when paying using a PayPal account?

Upvotes: 0

Views: 252

Answers (1)

user207421
user207421

Reputation: 310936

Under my Sandbox account, i can't find an option to generate a fake credit card to test. When i look at the credit card section there's no option to generate one either.

You have to create test accounts inside the sandbox account: a business account to receive the payments and IPNs and a user account with a CC to make the test payments.

I have a HTML form that calls PayPal and the user can make payments using there PayPal account and have set notify_url to receive the response.

If the user pays with their card, would the notify_url pick up the response too as it would when paying using a PayPal account?

Yes. You will get all the relevant information in the IPN transaction.

Upvotes: 1

Related Questions