We are integrating the Accept Customer form in our web page as an embedded iFrame. We can pull the customer's payment methods into the iframe, and the iframe is registering when we click inside, but it is not registering when payment methods are updated, or when an update is cancelled. The payment methods are being successfully updated. When we click inside the iframe, we are only returning the resizeWindow parameter:
{
"qstr": "#action=resizeWindow&width=796&height=668.562",
"parent": "https://test.authorize.net/"
}
Is there some parameter I am missing that will allow me to return the changes Saved object to my iFrame Communicator?
I see that someone else has had this issue, with no resolution: https://community.developer.cybersource.com/t5/Integration-and-Testing/hostedProfileIFrameCommunicat...
03-10-2023 03:17 PM