You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If email is required on the Authorize.net account, you must pass the email when issuing a refundTransaction. The data that needs to be added to the request is <customer><email="[email protected]"/></customer>'. There are also additional properties for the customerDataType` as seen in https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd
The text was updated successfully, but these errors were encountered:
If email is required on the Authorize.net account, you must pass the email when issuing a
refundTransaction
. The data that needs to be added to the request is<customer><email="[email protected]"/></customer>'. There are also additional properties for the
customerDataType` as seen in https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsdThe text was updated successfully, but these errors were encountered: