The border doesn't show on the customer/addPayment page.
The print-screen http://prntscr.com/hqpmra
{
"getHostedProfilePageRequest":{
"merchantAuthentication":{
"name":"API Login ID",
"transactionKey":"Transaction Key"
},
"customerProfileId":"1813946224",
"hostedProfileSettings":{
"setting":[
{
"settingName":"hostedProfileReturnUrl",
"settingValue":"https://returnurl.com/return/"
},
{
"settingName":"hostedProfileReturnUrlText",
"settingValue":"Continue to confirmation page."
},
{
"settingName":"hostedProfilePageBorderVisible",
"settingValue":"true"
}
]
}
}
}https://developer.authorize.net/api/reference/index.html#customer-profiles-get-accept-customer-profi...
I have tested it in a sandbox environment.
12-22-2017 11:51 AM
@Oleksii I have quickly tested with HostedProfilePageBorderVisible. I believe that this setting is more for the parent page that has PaymentInformation and Shipping Information blocks to show it together in a neater way. When adding a new payment profile, it has the popup that has information about only payment info, so didnot require to have border.
BTW, I see the same behaviour in the production too. However i am checking with the feature team to confirm the same.
12-26-2017 02:59 PM