How to receive payment email notifications on different emails depending on the store domain?

cezz_ar
Contributor
Contributor

I have store with different domains and I have integration with one PayPal account. Can I receive payment email notifications on different emails depending on the store domain?

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

vaishnavib
Moderator
Moderator

Good Day @cezz_ar,

 

Thank you for reaching out to the PayPal community.

 

Unfortunately, it is not possible to receive payment email notifications on different email addresses. PayPal will only send email notifications to the primary email address associated with the account.

 

I would suggest to please pass a custom value in the website API calls. This custom value can then be used to filter reports such as Activity Download reports etc.

 

Merchants can also implement our payment notification service and handle the transaction information. 

 

https://developer.paypal.com/docs/api-basics/notifications

  • If your website is built via NVP/SOAP API integration, please use the Instant Payment Notification(IPN) service to get the payment notifications.

           Guide link - https://developer.paypal.com/docs/api-basics/notifications/ipn/

  • If your website is built via REST API integration, please use Webhooks event notification to get the payment notifications.

             Guide link - https://developer.paypal.com/docs/api-basics/notifications/webhooks/

 

If you are still encountering any issues, please create an MTS ticket by visiting the following URL:

https://www.paypal-support.com/s/?language=en_US. In the ticket, please provide a detailed description of the problem and include any error details you may have encountered.

 

Thank you for choosing PayPal.

 

Sincerely,

Vaishnavi

PayPal MTS

 

If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

View solution in original post

Login to Me Too
2 REPLIES 2
Solved

vaishnavib
Moderator
Moderator

Good Day @cezz_ar,

 

Thank you for reaching out to the PayPal community.

 

Unfortunately, it is not possible to receive payment email notifications on different email addresses. PayPal will only send email notifications to the primary email address associated with the account.

 

I would suggest to please pass a custom value in the website API calls. This custom value can then be used to filter reports such as Activity Download reports etc.

 

Merchants can also implement our payment notification service and handle the transaction information. 

 

https://developer.paypal.com/docs/api-basics/notifications

  • If your website is built via NVP/SOAP API integration, please use the Instant Payment Notification(IPN) service to get the payment notifications.

           Guide link - https://developer.paypal.com/docs/api-basics/notifications/ipn/

  • If your website is built via REST API integration, please use Webhooks event notification to get the payment notifications.

             Guide link - https://developer.paypal.com/docs/api-basics/notifications/webhooks/

 

If you are still encountering any issues, please create an MTS ticket by visiting the following URL:

https://www.paypal-support.com/s/?language=en_US. In the ticket, please provide a detailed description of the problem and include any error details you may have encountered.

 

Thank you for choosing PayPal.

 

Sincerely,

Vaishnavi

PayPal MTS

 

If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Login to Me Too

cezz_ar
Contributor
Contributor

I would suggest to please pass a custom value in the website API calls. This custom value can then be used to filter reports such as Activity Download reports etc.


Can I pass value to "Payment Sent to" field, which is displaying in transactions list on account panel? I have 2 integration in store. First is old integration send to address https://www.paypal.com/cgi-bin/webscr via form submit and this one display email address in this field in account panel. Now I make Advanced Credit Card integration via new RestAPI and I don'd find parameter to pass value to this field. Can I achieve this?

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.