Right now, I Create Customer profile by passing xml request, and after create payment profile using hosted iframe, but is it possible to create Customer profile in hosted iframe?

有帮助吗?

解决方案

You must have to create customer profile first by passing XML request and then using this id you will be able to open the add payment detail form in the iframe, because you need a token for it, and without a customer profile id you cant get a token request.

其他提示

Yes. Page 102 of the CIM Guide specifically states that you can. See page 103 of the CIM Guide for how to do this.

The following HTML code adds a button labeled “Add a New Payment Method” which, when clicked, opens an iframe:

<button onclick="AuthorizeNetPopup.openAddPaymentPopup()">Add a New Payment Method</button>

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top