dave
dave

Reputation: 5

Paypal Api access features

Since Paypal officially sends people here for support, I hope StackOverflow members will not burn me at the stake.

After the product is sold, I need in the paypal confirmation email

Upvotes: 0

Views: 48

Answers (1)

rb512
rb512

Reputation: 6948

You cannot modify Paypal's confirmation email, given Paypal's API restrictions. However, you can send emails via your application, to your users upon successful payment.

PayPal will send you application a response code for each transaction (payment successful/unsuccessful), which you can use to handle your behavior.

Upvotes: 1

Related Questions