cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Billing Information is not populating via Hosted Form in Authorize.net

Hi All,
We having an issue with Payment Hosted form of Authorize.net integrated in Salesforce, We are passing bill to details in json token request but some how the details are not appearing in customer billing information on transaction details in Authorize.net.

Here is the Json data we are passing :

{
"getHostedPaymentPageRequest": {
    "merchantAuthentication": {
        "name": "87n6b5DLXsV",
        "transactionKey": "XXXXXXX"
    },
    "transactionRequest": {
        "transactionType": "authOnlyTransaction",
        "amount": "150.00",
        "order": {
            "invoiceNumber": "test",
            "description": "Payment for Order #test"
        },
        "customer": {
            "email": "test@test.com"
        },
        "billTo": {
            "firstName": "Test",
            "lastName": "test",
            "company": "test",
            "address": "tes",
            "city": "ttes",
            "state": "tes",
            "zip": "tes",
            "country": "AFG",
            "phoneNumber": "test"
        }
    },
    "hostedPaymentSettings": {
        "setting": [{
            "settingName": "hostedPaymentBillingAddressOptions",
            "settingValue": "{\"show\": false, \"required\":true}"
        }, {
            "settingName": "hostedPaymentButtonOptions",
            "settingValue": "{\"text\": \"Pay\"}"
        }, {
            "settingName": "hostedPaymentCustomerOptions",
            "settingValue": "{\"showEmail\":false,\"requiredEmail\":true}"
        }, {
            "settingName": "hostedPaymentPaymentOptions",
            "settingValue": "{\"cardCodeRequired\":true}"
        }, {
            "settingName": "hostedPaymentReturnOptions",
            "settingValue": "{\"showReceipt\":false,\"url\":\"https://test.cs21.force.com/test/test\",\"urlText\":\"Continue\",\"cancelUrl\":\"https://test.cs21.force.com/test/test\",\"cancelUrlText\":\"Cancel\"}"
        }, {
            "settingName": "hostedPaymentSecurityOptions",
            "settingValue": "{\"captcha\": false}"
        }, {
            "settingName": "hostedPaymentShippingAddressOptions",
            "settingValue": "{\"show\":false,\"required\":false}"
        }, {
            "settingName": "hostedPaymentOrderOptions",
            "settingValue": "{\"show\":false,\"merchantName\":\"Jyotish Site Guest User\"}"
        }, {
            "settingName": "hostedPaymentIFrameCommunicatorUrl",
            "settingValue": "{\"url\":\"https://test.cs21.force.com/test/test\"}"
        }, {
            "settingName": "hostedPaymentStyleOptions",
            "settingValue": "{\"bgColor\": \"EE00EE\"}"
        }]
    }
}
}

Here is the Transaction details in Authnet account :

 

 

Any help or suggesstions would be appreciated. 
tarunjain43
Member
Who Me Too'd this topic