cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting Payment Transaction receipt email

Hi I have integrated CreateTransaction API o make the payment.  Tested using sandbox. Payment is success, but haven't get the transaction email after payment success. Am I missing something with the transaction object? below is my transaction details I am sending to the API.

{
    "TransactionRequest": {
        "TransactionType": "authCaptureTransaction",
        "Amount": 500,
        "CreditCard": {
            "CardNumber": "4111111111111111",
            "ExpirationDate": "2025-01",
            "CardCode": "123"
        },
        "Tax": {
            "Amount": 0,
            "Name": "level2 tax name",
            "Description": "level2 tax"
        },
        "Duty": {
            "Amount": "0",
            "Name": "duty name",
            "Description": "duty description"
        },
        "Shipping": {
            "Amount": "0",
            "Name": "level2 tax name",
            "Description": "level2 tax"
        },
        "PoNumber": "456654",
        "Customer": {
            "Id": "99999456654",
            "EmailId":""
        },
        "BillTo": {
            "FirstName": "Remisha",
            "LastName": "",
            "Company": "",
            "Address": "Park Avenu",
            "City": "App",
            "State": "Alaska\r",
            "Zip": "92614",
            "Country": "USA"
        },
        "ShipTo": {
            "FirstName": "Remisha",
            "LastName": "",
            "Company": "",
            "Address": "Park Avenu",
            "City": "App",
            "State": "Alaska\r",
            "Zip": "92614",
            "Country": "USA"
        },
        "CustomerIP": "192.168.1.1",
        "ProcessingOptions": {
            "IsSubsequentAuth": true
        },
        "SubsequentAuthInformation": {
            "OriginalNetworkTransId": "123456789NNNH",
            "originalAuthAmount": "45.00"
        }
    }
}
remishap
Member
1 REPLY 1

While facing the same issue. I just change the name of the Chromecast. And accidently the issue get fixed. I was changing the chrome casting while following these guidance. If you're having trouble connecting your Chromecast to the internet, there are a few things you can try. First, check to make sure that your Chromecast and device are on the same Wi-Fi network. If they're not, connect them to the same network. You can also try restarting your router and Chromecast or resetting your Chromecast.

Santiago1476
Member