Search code examples
xmliframeauthorize.netauthorize.net-cim

Authorize.net Can create CIM customer profile in Hosted form iframe


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?


Solution

  • 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.