AuthorizeNet / sdk-node

Node.js SDK for the Authorize.Net payments platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No email address under billTo information

jxcheng008 opened this issue · comments

commented

I have set an email information under the billTo but it does not display on the email notification sent to the owner.

Email is not supported by APIs as part of billing information, even though the SDKs have email in billTo field. Email is instead sent as part of customer profile information for the customer.

A solution would be to create a customer profile with the email field.
Then create a customer payment profile(it has payment and billTo information) of above customer profile with the billTo information.
Follow the sample codes for example.